Home
last modified time | relevance | path

Searched full:place (Results 1 – 25 of 2466) sorted by relevance

12345678910>>...99

/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()
94 * The ELF psABI for AArch64 documents the 16-bit and 32-bit place 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
[all …]
/linux-5.10/tools/testing/selftests/ftrace/test.d/dynevent/
Dgeneric_clear_event.tc4 # requires: dynamic_events "place: [<module>:]<symbol>":README "place (kretprobe): [<module>:]<symb…
9 PLACE=$FUNCTION_FORK
12 echo "p:myevent1 $PLACE" >> dynamic_events
14 echo "r:myevent2 $PLACE" >> dynamic_events
25 echo "!p:myevent1 $PLACE" >> dynamic_events
36 echo "!r:myevent2 $PLACE" >> dynamic_events
Dadd_remove_kprobe.tc4 # requires: dynamic_events "place: [<module>:]<symbol>":README "place (kretprobe): [<module>:]<symb…
9 PLACE=$FUNCTION_FORK
11 echo "p:myevent1 $PLACE" >> dynamic_events
12 echo "r:myevent2 $PLACE" >> dynamic_events
Dclear_select_events.tc4 …equires: dynamic_events kprobe_events synthetic_events "place: [<module>:]<symbol>":README "place
9 PLACE=$FUNCTION_FORK
12 echo "p:myevent1 $PLACE" >> dynamic_events
14 echo "r:myevent2 $PLACE" >> dynamic_events
/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()
/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
/linux-5.10/arch/sparc/kernel/
Divec.S5 * [high 32-bits] MMU Context Argument 0, place in %g5
6 * DATA 1: Address Argument 1, place in %g1
7 * DATA 2: Address Argument 2, place in %g7
/linux-5.10/drivers/staging/fwserial/
Ddma_fifo.c36 * @fifo: address of in-place "struct dma_fifo" object
46 * @fifo: address of in-place "struct dma_fifo" object
90 * @fifo: address of in-place "struct dma_fifo" to free
111 * @fifo: address of in-place "struct dma_fifo" to reset
132 * @fifo: address of in-place "struct dma_fifo" to write to
175 * @fifo: address of in-place "struct dma_fifo" to read from
239 * @fifo: address of in-place "struct dma_fifo" which was read from
/linux-5.10/include/uapi/linux/
Dcoda.h374 char *data; /* Place holder for data. */
380 caddr_t data; /* Place holder for data. */
427 int name; /* Place holder for data. */
445 int name; /* Place holder for data. */
459 int name; /* Place holder for data. */
470 struct CodaFid destFid; /* Directory in which to place link */
471 int tname; /* Place holder for data. */
497 int name; /* Place holder for data. */
511 int name; /* Place holder for data. */
540 caddr_t data; /* Place holder for data. */
Dswab.h237 * __swab16s - byteswap a 16-bit value in-place
249 * __swab32s - byteswap a 32-bit value in-place
262 * __swab64s - byteswap a 64-bit value in-place
275 * __swahw32s - wordswap a 32-bit value in-place
290 * __swahb32s - high and low byteswap a 32-bit value in-place
/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo.c315 * This is the place to put in driver specific hooks to release
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()
838 const struct ttm_place *place, in ttm_bo_mem_force_space() argument
849 ret = ttm_resource_alloc(bo, place, mem); in ttm_bo_mem_force_space()
854 ret = ttm_mem_evict_first(bdev, man, place, ctx, in ttm_bo_mem_force_space()
[all …]
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()
/linux-5.10/Documentation/filesystems/
Dcoda.rst172 be able to retrieve and place messages and to be notified of the
196 Among these interfaces the VFS interface and the facility to place,
511 char *name; /* Place holder for data. */
673 char *name; /* Place holder for data. */
734 char *name; /* Place holder for data. */
779 ViceFid destFid; /* Directory in which to place link */
780 char *tname; /* Place holder for data. */
847 char *name; /* Place holder for data. */
879 char *name; /* Place holder for data. */
916 caddr_t data; /* Place holder for data. */
[all …]
/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
/linux-5.10/drivers/net/ethernet/freescale/fman/
Dfman_sp.c58 /* this is the next free place in the array */ in fman_sp_set_buf_pools_in_asc_order_of_buf_sizes()
63 /* find the right place for this poolId */ in fman_sp_set_buf_pools_in_asc_order_of_buf_sizes()
65 /* move the pool_ids one place ahead in fman_sp_set_buf_pools_in_asc_order_of_buf_sizes()
72 /* now k==j, this is the place for in fman_sp_set_buf_pools_in_asc_order_of_buf_sizes()
/linux-5.10/drivers/gpu/host1x/hw/
Dhw_host1x05_channel.h16 * and masked to place it at field <y> of register <x>. This value
25 * to place it at field <y> of register <x>. This value can be |'d
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
Dhw_host1x02_channel.h16 * and masked to place it at field <y> of register <x>. This value
25 * to place it at field <y> of register <x>. This value can be |'d
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
Dhw_host1x04_channel.h16 * and masked to place it at field <y> of register <x>. This value
25 * to place it at field <y> of register <x>. This value can be |'d
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
Dhw_host1x01_channel.h16 * and masked to place it at field <y> of register <x>. This value
25 * to place it at field <y> of register <x>. This value can be |'d
29 * <x> value 'r' after being shifted to place its LSB at bit 0.
/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
432 movew #8,%d1 | place unimp frame instead
447 movew #10,%d1 | place unimp frame instead
/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gtt_mgr.c171 * @place: placement flags and restrictions
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()
/linux-5.10/drivers/usb/gadget/function/
Du_ether.h166 * @dev_addr: place to store device's eth address
188 * @host_addr: place to store eth address of the host
199 * @host_addr: place to store eth address of the host
211 * @host_mac: place to store the eth address of the host
239 * @name: place to store the interface name
/linux-5.10/Documentation/RCU/
DlistRCU.rst61 Example 2: Read-Side Action Taken Outside of Lock: No In-Place Updates
74 added or deleted, rather than being modified in place.
205 deleted, without in-place modification, it is very easy to use RCU!
208 Example 3: Handling In-Place Updates
211 The system-call auditing code does not update auditing rules in place. However,
330 Additional mechanism is required to deal correctly with the update-in-place
449 in place), but non-atomic in-place modifications can be handled by making
/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
/linux-5.10/crypto/
Dkeywrap.c79 * Note 2: KWP is not implemented as this would defy in-place operation.
140 /* Place the IV into block A */ in crypto_kw_decrypt()
171 /* Copy block->R into place */ in crypto_kw_decrypt()
211 * Place the predefined IV into block A -- for encrypt, the caller in crypto_kw_encrypt()
243 /* Copy block->R into place */ in crypto_kw_encrypt()

12345678910>>...99