/Linux-v4.19/arch/arm64/kernel/ |
D | module.c | 78 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() argument 84 return val - (u64)place; in do_reloc() 86 return (val & ~0xfff) - ((u64)place & ~0xfff); in do_reloc() 95 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data() argument 97 s64 sval = do_reloc(op, place, val); in reloc_data() 101 *(s16 *)place = sval; in reloc_data() 106 *(s32 *)place = sval; in reloc_data() 111 *(s64 *)place = sval; in reloc_data() 125 static int reloc_insn_movw(enum aarch64_reloc_op op, __le32 *place, u64 val, in reloc_insn_movw() argument 130 u32 insn = le32_to_cpu(*place); in reloc_insn_movw() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gtt_mgr.c | 112 const struct ttm_place *place, in amdgpu_gtt_mgr_alloc() argument 125 if (place) in amdgpu_gtt_mgr_alloc() 126 fpfn = place->fpfn; in amdgpu_gtt_mgr_alloc() 130 if (place && place->lpfn) in amdgpu_gtt_mgr_alloc() 131 lpfn = place->lpfn; in amdgpu_gtt_mgr_alloc() 136 if (place && place->flags & TTM_PL_FLAG_TOPDOWN) in amdgpu_gtt_mgr_alloc() 163 const struct ttm_place *place, in amdgpu_gtt_mgr_new() argument 190 if (place->fpfn || place->lpfn || place->flags & TTM_PL_FLAG_TOPDOWN) { in amdgpu_gtt_mgr_new() 191 r = amdgpu_gtt_mgr_alloc(man, tbo, place, mem); in amdgpu_gtt_mgr_new()
|
D | amdgpu_vram_mgr.c | 139 const struct ttm_place *place, in amdgpu_vram_mgr_new() argument 152 lpfn = place->lpfn; in amdgpu_vram_mgr_new() 156 if (place->flags & TTM_PL_FLAG_CONTIGUOUS || in amdgpu_vram_mgr_new() 172 if (place->flags & TTM_PL_FLAG_TOPDOWN) in amdgpu_vram_mgr_new() 189 place->fpfn, lpfn, in amdgpu_vram_mgr_new()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo_manager.c | 53 const struct ttm_place *place, in ttm_bo_man_get_node() argument 63 lpfn = place->lpfn; in ttm_bo_man_get_node() 72 if (place->flags & TTM_PL_FLAG_TOPDOWN) in ttm_bo_man_get_node() 79 place->fpfn, lpfn, mode); in ttm_bo_man_get_node()
|
D | ttm_bo.c | 59 static inline int ttm_mem_type_from_place(const struct ttm_place *place, in ttm_mem_type_from_place() argument 64 pos = ffs(place->flags & TTM_PL_MASK_MEM); in ttm_mem_type_from_place() 669 const struct ttm_place *place) in ttm_bo_eviction_valuable() argument 674 if (place->fpfn >= (bo->mem.start + bo->mem.size) || in ttm_bo_eviction_valuable() 675 (place->lpfn && place->lpfn <= bo->mem.start)) in ttm_bo_eviction_valuable() 713 const struct ttm_place *place, in ttm_mem_evict_first() argument 729 if (place && !bdev->driver->eviction_valuable(bo, in ttm_mem_evict_first() 730 place)) { in ttm_mem_evict_first() 818 const struct ttm_place *place, in ttm_bo_mem_force_space() argument 827 ret = (*man->func->get_node)(man, bo, place, mem); in ttm_bo_mem_force_space() [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | k8temp | 30 temp1_input - temperature of Core 0 and "place" 0 31 temp2_input - temperature of Core 0 and "place" 1 32 temp3_input - temperature of Core 1 and "place" 0 33 temp4_input - temperature of Core 1 and "place" 1
|
/Linux-v4.19/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 47 dsll t1, NASID_SHFT # Shift text nasid into place 53 dsll t1, 6 # Get pfn into place 54 dsll t2, 6 # Get pfn into place
|
/Linux-v4.19/drivers/staging/erofs/ |
D | Kconfig | 110 "In-place Decompression Only" consumes the minimum memory 119 bool "In-place Decompression Only" 121 Read compressed data into page cache and do in-place 129 It still decompresses in place for the rest compressed pages. 136 It still decompresses in place for the rest compressed pages.
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalPhyRf.c | 643 u8 place = chnl; in ODM_GetRightChnlPlaceforIQK() local 647 for (place = 14; place < sizeof(channel_all); place++) { in ODM_GetRightChnlPlaceforIQK() 648 if (channel_all[place] == chnl) in ODM_GetRightChnlPlaceforIQK() 649 return place-13; in ODM_GetRightChnlPlaceforIQK()
|
/Linux-v4.19/Documentation/usb/ |
D | misc_usbsevseg.txt | 40 to set the nth decimal place calculate 10 ** n 43 For example, to set the 0th and 3rd decimal place
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 39 To set the nth decimal place, give this field 42 to set the mth place (where m is not already set),
|
D | sysfs-driver-hid-multitouch | 5 quirks actually in place to handle the device's protocol.
|
/Linux-v4.19/arch/ia64/ |
D | module.lds | 7 * Create place-holder sections to hold the PLTs, GOT, and
|
/Linux-v4.19/arch/x86/realmode/rm/ |
D | trampoline_32.S | 37 mov %cs, %ax # Code and data in the same place
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 61 const struct ttm_place *place, in nouveau_vram_manager_new() argument 101 const struct ttm_place *place, in nouveau_gart_manager_new() argument 129 const struct ttm_place *place, in nv04_gart_manager_new() argument
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | halphyrf_ce.c | 898 u8 place = chnl; in odm_get_right_chnl_place_for_iqk() local 901 for (place = 14; place < sizeof(channel_all); place++) { in odm_get_right_chnl_place_for_iqk() 902 if (channel_all[place] == chnl) in odm_get_right_chnl_place_for_iqk() 903 return place - 13; in odm_get_right_chnl_place_for_iqk()
|
/Linux-v4.19/Documentation/RCU/ |
D | listRCU.txt | 23 added or deleted, rather than being modified in place. 155 or deleted, without in-place modification, it is very easy to use RCU! 160 The system-call auditing code does not update auditing rules in place. 266 update-in-place performed by audit_upd_rule(). For one thing, 299 in place), but non-atomic in-place modifications can be handled by making
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 222 struct ttm_place place; in vmw_bo_pin_in_start_of_vram() local 226 place = vmw_vram_placement.placement[0]; in vmw_bo_pin_in_start_of_vram() 227 place.lpfn = bo->num_pages; in vmw_bo_pin_in_start_of_vram() 229 placement.placement = &place; in vmw_bo_pin_in_start_of_vram() 231 placement.busy_placement = &place; in vmw_bo_pin_in_start_of_vram()
|
/Linux-v4.19/Documentation/userspace-api/ |
D | index.rst | 10 place where this information is gathered.
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | gen_except.S | 79 orl %d1,%d0 |put it in the right place 83 orl %d1,%d0 |put them in the right place 198 orl %d1,%d0 |put it in the right place 202 orl %d1,%d0 |put them in the right place 310 orl %d1,%d0 |put it in the right place 314 orl %d1,%d0 |put them in the right place
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | smsc-lan91c111.txt | 16 - pxa-u16-align4 : Boolean, put in place the workaround the force all
|
/Linux-v4.19/tools/perf/ |
D | Makefile | 66 # and thus won't rebuilt them once they are in place.)
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_bo_driver.h | 109 const struct ttm_place *place, 286 const struct ttm_place *place);
|
/Linux-v4.19/drivers/hwmon/ |
D | k8temp.c | 118 int place = attr->index; in show_temp() local 125 temp = TEMP_FROM_REG(data->temp[core][place]) + data->temp_offset; in show_temp()
|
/Linux-v4.19/Documentation/devicetree/bindings/mips/ |
D | cpu_irq.txt | 6 With the irq_domain in place we can describe how the 8 IRQs are wired to the
|