Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/arch/arm64/kernel/
Dmodule.c72 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/
Dvmwgfx_thp.c33 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()
Dvmwgfx_bo.c221 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/
Dttm_range_manager.c59 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()
Dttm_bo.c645 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 …]
Dttm_resource.c29 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/
Dk8temp.rst36 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/
Dkernel-entry-init.h37 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/
Dmodule.h53 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/
Damdgpu_gtt_mgr.c178 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()
Damdgpu_vram_mgr.c311 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/
Dttm_resource.h72 const struct ttm_place *place,
224 const struct ttm_place *place,
Dttm_bo_api.h352 const struct ttm_place *place);
611 const struct ttm_place *place,
/kernel/linux/linux-5.10/drivers/hwmon/
Dk8temp.c91 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/
Dsysfs-bus-usb-devices-usbsevseg42 To set the nth decimal place, give this field
45 to set the mth place (where m is not already set),
Dsysfs-driver-hid-multitouch5 quirks actually in place to handle the device's protocol.
/kernel/linux/linux-5.10/Documentation/usb/
Dmisc_usbsevseg.rst47 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/
Dkaslr-booke32.rst14 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/
Dtrampoline_64.S47 mov %cs, %ax # Code and data in the same place
91 mov %cs, %ax # Code and data in the same place
Dtrampoline_32.S37 mov %cs, %ax # Code and data in the same place
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c43 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/
Dgen_except.S79 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/
Dindex.rst10 place where this information is gathered.
/kernel/linux/linux-5.10/scripts/
Dnsdeps31 $SPATCH --very-quiet --in-place --sp-file \
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
DSafeSetID.rst24 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

12345678910>>...18