Searched refs:target (Results 1 - 25 of 1558) sorted by path

1234567891011>>

/linux-master/Documentation/target/
H A Dtarget-export-device4 # create a very simple LIO iSCSI target with a file or block device
13 Export a block device or a file as an iSCSI target with a single LUN
37 CORE_DIR=$CONFIGFS/target/core
38 ISCSI_DIR=$CONFIGFS/target/iscsi
40 # Load the target modules and mount the config file system
61 # Create an iSCSI target and a target portal group (TPG)
/linux-master/arch/alpha/include/asm/
H A Dcore_wildfire.h127 wildfire_64 target; member in struct:__anon42::__anon44
176 wildfire_64 target; member in struct:__anon46::__anon47
/linux-master/arch/alpha/kernel/
H A Dhead.S42 of the target idle task. */
47 call_pal PAL_rduniq # Grab the target PCBB.
/linux-master/arch/arc/include/asm/
H A Ddisasm.h81 int target; member in struct:disasm_state
108 *cregs, unsigned long *fall_thru, unsigned long *target);
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c426 unsigned int target; local
431 target = cpumask_any_but(cpu_online_mask, cpu);
432 if (target >= nr_cpu_ids)
435 perf_pmu_migrate_context(l2x0_pmu, cpu, target);
436 cpumask_set_cpu(target, &pmu_cpu);
/linux-master/arch/arm/plat-orion/include/plat/
H A Daddr-map.h39 const u8 target; member in struct:orion_addr_map_info
49 const u32 size, const u8 target,
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S84 movel (%a1,%d0.w*4),%a1 |real target address
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S271 # For this implementation b=2**16, and the target is U1U2U3U4/V1V2, #
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S1347 ;* arg0 = rdr target
1354 ;* arg0 = rdr target
/linux-master/arch/powerpc/boot/
H A Dps3-hvcall.S60 .macro LOAD_64_REG target,high,low
62 or \target, r11, \low
65 .macro LOAD_64_STACK target,offset
66 ld \target, \offset(r1)
/linux-master/arch/powerpc/include/asm/
H A Dfsl_hcalls.h331 * @target: guest physical address to copy to
343 uint64_t target; /**< guest physical address to copy to */ member in struct:fh_sg_list
351 * @target: the ID of the partition to copy to
358 unsigned int target, phys_addr_t sg_list, unsigned int count)
369 r4 = target;
357 fh_partition_memcpy(unsigned int source, unsigned int target, phys_addr_t sg_list, unsigned int count) argument
H A Dpmac_pfunc.h137 * only operate for a given target, in which case the phandle is
203 * The phandle can filter on the target object for functions that have
226 * actual target if any. It will fallback to platform-do-xxx if it can't
227 * find one. It will also exclusively target functions that have
231 extern int pmf_call_function(struct device_node *target, const char *name,
240 extern struct pmf_function *pmf_find_function(struct device_node *target,
/linux-master/arch/sparc/kernel/
H A Djump_label.c19 s32 off = (s32)entry->target - (s32)entry->code;
29 /* WDISP19 - target is . + immed << 2 */
33 /* WDISP22 - target is . + immed << 2 */
/linux-master/arch/sparc/vdso/
H A Dvdso-layout.lds.S12 # error unknown VDSO target
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c84 static void __init copy_array(const void *src, void *target, unsigned int size) argument
88 const void **to = (const void **)target;
/linux-master/drivers/dma/
H A Dste_dma40_ll.h443 dma_addr_t target,
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0002.h12 __u8 target; member in struct:nv_dma_v0
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergf100.c103 if (dmaobj->base.target != NV_MEM_TARGET_VM) {
120 switch (dmaobj->base.target) {
H A Dusergf119.c100 if (dmaobj->base.target != NV_MEM_TARGET_VM) {
114 switch (dmaobj->base.target) {
124 * deal with the target themselves.
H A Dusergv100.c110 switch (dmaobj->base.target) {
H A Dusernv50.c105 if (dmaobj->base.target != NV_MEM_TARGET_VM) {
125 switch (dmaobj->base.target) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c350 struct nvbios_ramcfg *cfg = &ram->base.target.bios;
511 next = &ram->base.target;
518 /* lookup memory config data relevant to the target frequency */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmem.c32 enum nvkm_memory_target target; member in struct:nvkm_mem
45 return nvkm_mem(memory)->target;
102 .target = nvkm_mem_target,
125 .target = nvkm_mem_target,
153 enum nvkm_memory_target target; local
159 target = NVKM_MEM_TARGET_HOST;
161 target = NVKM_MEM_TARGET_NCOH;
168 mem->target = target;
H A Dvmmgk20a.c27 gk20a_vmm_aper(enum nvkm_memory_target target) argument
29 switch (target) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) argument
41 /* update target fan speed, restricting to allowed range */
43 if (target < 0)
44 target = fan->percent;
45 target = max_t(u8, target, fan->bios.min_duty);
46 target = min_t(u8, target, fan->bios.max_duty);
47 if (fan->percent != target) {
48 nvkm_debug(subdev, "FAN target
[all...]

Completed in 640 milliseconds

1234567891011>>