/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | module.c | 72 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() argument 78 return val - (u64)place; in do_reloc() 80 return (val & ~0xfff) - ((u64)place & ~0xfff); in do_reloc() 89 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data() argument 91 s64 sval = do_reloc(op, place, val); in reloc_data() 107 *(s16 *)place = sval; in reloc_data() 123 *(s32 *)place = sval; in reloc_data() 139 *(s64 *)place = sval; in reloc_data() 153 static int reloc_insn_movw(enum aarch64_reloc_op op, __le32 *place, u64 val, in reloc_insn_movw() argument 158 u32 insn = le32_to_cpu(*place); in reloc_insn_movw() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_thp.c | 33 const struct ttm_place *place, in vmw_thp_insert_aligned() argument 43 place->fpfn, lpfn, mode); in vmw_thp_insert_aligned() 51 const struct ttm_place *place, in vmw_thp_get_node() argument 66 lpfn = place->lpfn; in vmw_thp_get_node() 71 if (place->flags & TTM_PL_FLAG_TOPDOWN) in vmw_thp_get_node() 79 place, mem, lpfn, mode); in vmw_thp_get_node() 87 ret = vmw_thp_insert_aligned(mm, node, align_pages, place, mem, in vmw_thp_get_node() 95 place->fpfn, lpfn, mode); in vmw_thp_get_node()
|
D | vmwgfx_bo.c | 221 struct ttm_place place; in vmw_bo_pin_in_start_of_vram() local 225 place = vmw_vram_placement.placement[0]; in vmw_bo_pin_in_start_of_vram() 226 place.lpfn = bo->num_pages; in vmw_bo_pin_in_start_of_vram() 228 placement.placement = &place; in vmw_bo_pin_in_start_of_vram() 230 placement.busy_placement = &place; in vmw_bo_pin_in_start_of_vram()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
D | ttm_range_manager.c | 59 const struct ttm_place *place, in ttm_range_man_alloc() argument 69 lpfn = place->lpfn; in ttm_range_man_alloc() 78 if (place->flags & TTM_PL_FLAG_TOPDOWN) in ttm_range_man_alloc() 85 place->fpfn, lpfn, mode); in ttm_range_man_alloc()
|
D | ttm_bo.c | 645 const struct ttm_place *place) in ttm_bo_eviction_valuable() argument 650 if (place->fpfn >= (bo->mem.start + bo->mem.num_pages) || in ttm_bo_eviction_valuable() 651 (place->lpfn && place->lpfn <= bo->mem.start)) in ttm_bo_eviction_valuable() 727 const struct ttm_place *place, in ttm_mem_evict_first() argument 749 if (place && !bdev->driver->eviction_valuable(bo, in ttm_mem_evict_first() 750 place)) { in ttm_mem_evict_first() 840 const struct ttm_place *place, in ttm_bo_mem_force_space() argument 851 ret = ttm_resource_alloc(bo, place, mem); in ttm_bo_mem_force_space() 856 ret = ttm_mem_evict_first(bdev, man, place, ctx, in ttm_bo_mem_force_space() 900 const struct ttm_place *place, in ttm_bo_mem_placement() argument [all …]
|
D | ttm_resource.c | 29 const struct ttm_place *place, in ttm_resource_alloc() argument 39 return man->func->alloc(man, bo, place, res); in ttm_resource_alloc()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | k8temp.rst | 36 temp1_input temperature of Core 0 and "place" 0 37 temp2_input temperature of Core 0 and "place" 1 38 temp3_input temperature of Core 1 and "place" 0 39 temp4_input temperature of Core 1 and "place" 1
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 37 dsll t1, NASID_SHFT # Shift text nasid into place 43 dsll t1, 6 # Get pfn into place 44 dsll t2, 6 # Get pfn into place
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | module.h | 53 static inline bool is_forbidden_offset_for_adrp(void *place) in is_forbidden_offset_for_adrp() argument 57 ((u64)place & 0xfff) >= 0xff8; in is_forbidden_offset_for_adrp()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gtt_mgr.c | 178 const struct ttm_place *place, in amdgpu_gtt_mgr_new() argument 194 if (!place->lpfn) { in amdgpu_gtt_mgr_new() 210 mem->page_alignment, 0, place->fpfn, in amdgpu_gtt_mgr_new() 211 place->lpfn, DRM_MM_INSERT_BEST); in amdgpu_gtt_mgr_new()
|
D | amdgpu_vram_mgr.c | 311 const struct ttm_place *place, in amdgpu_vram_mgr_new() argument 324 lpfn = place->lpfn; in amdgpu_vram_mgr_new() 339 if (place->flags & TTM_PL_FLAG_CONTIGUOUS) { in amdgpu_vram_mgr_new() 361 if (place->flags & TTM_PL_FLAG_TOPDOWN) in amdgpu_vram_mgr_new() 373 place->fpfn, lpfn, in amdgpu_vram_mgr_new() 392 place->fpfn, lpfn, in amdgpu_vram_mgr_new()
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
D | ttm_resource.h | 72 const struct ttm_place *place, 224 const struct ttm_place *place,
|
D | ttm_bo_api.h | 352 const struct ttm_place *place); 611 const struct ttm_place *place,
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | k8temp.c | 91 int core, place; in k8temp_read() local 96 place = channel & 1; in k8temp_read() 105 if (place) in k8temp_read()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 42 To set the nth decimal place, give this field 45 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.
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n 50 For example, to set the 0th and 3rd decimal place
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | kaslr-booke32.rst | 14 map or copy kernel to a proper place and relocate. Freescale Book-E 17 region, so we chose to copy the kernel to a proper place and restart to
|
/kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
D | trampoline_64.S | 47 mov %cs, %ax # Code and data in the same place 91 mov %cs, %ax # Code and data in the same place
|
D | trampoline_32.S | 37 mov %cs, %ax # Code and data in the same place
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 43 const struct ttm_place *place, in nouveau_vram_manager_new() argument 74 const struct ttm_place *place, in nouveau_gart_manager_new() argument 97 const struct ttm_place *place, in nv04_gart_manager_new() argument
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/ |
D | index.rst | 10 place where this information is gathered.
|
/kernel/linux/linux-5.10/scripts/ |
D | nsdeps | 31 $SPATCH --very-quiet --in-place --sp-file \
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 24 tree of processes under non-root user(s) in the first place. Specifically, 41 services without having to give out CAP_SETUID all over the place just so that 100 applicable restriction policy is in place. Policies are configured through 117 once we have the policy checking code in place, which will rely on GID policy
|