Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dioremap.c15 void *caller = __builtin_return_address(0); in ioremap() local
18 return iowa_ioremap(addr, size, prot, caller); in ioremap()
19 return __ioremap_caller(addr, size, prot, caller); in ioremap()
26 void *caller = __builtin_return_address(0); in ioremap_wc() local
29 return iowa_ioremap(addr, size, prot, caller); in ioremap_wc()
30 return __ioremap_caller(addr, size, prot, caller); in ioremap_wc()
37 void *caller = __builtin_return_address(0); in ioremap_coherent() local
40 return iowa_ioremap(addr, size, prot, caller); in ioremap_coherent()
41 return __ioremap_caller(addr, size, prot, caller); in ioremap_coherent()
47 void *caller = __builtin_return_address(0); in ioremap_prot() local
[all …]
Dioremap_64.c8 pgprot_t prot, void *caller) in __ioremap_caller() argument
32 return do_ioremap(paligned, offset, size, prot, caller); in __ioremap_caller()
34 pr_warn("ioremap() called early from %pS. Use early_ioremap() instead\n", caller); in __ioremap_caller()
Dioremap_32.c18 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) in __ioremap_caller() argument
66 return do_ioremap(p, offset, size, prot, caller); in __ioremap_caller()
71 pr_warn("ioremap() called early from %pS. Use early_ioremap() instead\n", caller); in __ioremap_caller()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_trace.h41 TP_PROTO(void *caller, const void __iomem *addr,
43 TP_ARGS(caller, addr, offset, data),
45 __field(void *, caller)
51 __entry->caller = caller;
57 __entry->caller, __entry->addr, __entry->offset, __entry->data)
61 TP_PROTO(void *caller, const void __iomem *addr,
63 TP_ARGS(caller, addr, offset, data)
67 TP_PROTO(void *caller, const void __iomem *addr,
69 TP_ARGS(caller, addr, offset, data)
73 TP_PROTO(void *caller, const void __iomem *addr,
[all …]
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_entries.h167 __array( unsigned long, caller, FTRACE_STACK_ENTRIES )
173 (void *)__entry->caller[0], (void *)__entry->caller[1],
174 (void *)__entry->caller[2], (void *)__entry->caller[3],
175 (void *)__entry->caller[4], (void *)__entry->caller[5],
176 (void *)__entry->caller[6], (void *)__entry->caller[7])
185 __array( unsigned long, caller, FTRACE_STACK_ENTRIES )
191 (void *)__entry->caller[0], (void *)__entry->caller[1],
192 (void *)__entry->caller[2], (void *)__entry->caller[3],
193 (void *)__entry->caller[4], (void *)__entry->caller[5],
194 (void *)__entry->caller[6], (void *)__entry->caller[7])
/kernel/linux/linux-5.10/drivers/dma-buf/
Dselftest.c47 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() argument
68 if (strcmp(tok, caller)) { in apply_subtest_filter()
91 __subtests(const char *caller, const struct subtest *st, int count, void *data) in __subtests() argument
100 if (!apply_subtest_filter(caller, st->name)) in __subtests()
103 pr_info("dma-buf: Running %s/%s\n", caller, st->name); in __subtests()
108 caller, st->name, err); in __subtests()
/kernel/linux/linux-5.10/include/net/
D6lowpan.h218 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() argument
222 pr_debug("%s():%s: ", caller, msg); in raw_dump_inline()
233 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() argument
237 pr_debug("%s():%s:\n", caller, msg); in raw_dump_table()
242 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() argument
244 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() argument
/kernel/linux/linux-5.10/Documentation/crypto/
Darchitecture.rst30 a caller or invoked together with a template to form multi-block ciphers
63 When using the synchronous API operation, the caller invokes a cipher
65 That means, the caller waits until the cipher operation completes.
73 signal its completion. Before invoking a cipher operation, the caller
75 signal the completion of the cipher operation. Furthermore, the caller
78 perform any special serialization operation to protect the caller's data
84 A cipher is referenced by the caller with a string. That string has the
107 crypto API. When a caller uses the string to refer to a cipher during
112 Now, a caller may have the need to refer to a specific cipher
116 common names. When using that unique name, a caller is therefore always
[all …]
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dftrace.h59 #define make_call(caller, callee, call) \ argument
62 (unsigned long)caller)); \
64 (unsigned long)caller)); \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_selftest.c243 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() argument
264 if (strcmp(tok, caller)) { in apply_subtest_filter()
342 int __i915_subtests(const char *caller, in __i915_subtests() argument
356 if (!apply_subtest_filter(caller, st->name)) in __i915_subtests()
362 caller, st->name); in __i915_subtests()
366 pr_info(DRIVER_NAME ": Running %s/%s\n", caller, st->name); in __i915_subtests()
367 GEM_TRACE("Running %s/%s\n", caller, st->name); in __i915_subtests()
372 caller, st->name, err); in __i915_subtests()
/kernel/linux/linux-5.10/include/linux/
Dvmalloc.h59 const void *caller; member
111 const void *caller);
113 int node, const void *caller);
162 unsigned long flags, const void *caller);
166 const void *caller);
/kernel/linux/linux-5.10/fs/iomap/
Dtrace.h147 unsigned long caller),
148 TP_ARGS(inode, pos, length, flags, ops, actor, caller),
157 __field(unsigned long, caller)
167 __entry->caller = caller;
178 (void *)__entry->caller,
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Ddrm_selftest.c91 __drm_subtests(const char *caller, in __drm_subtests() argument
99 pr_debug("Running %s/%s\n", caller, st->name); in __drm_subtests()
103 caller, st->name, err); in __drm_subtests()
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Ddriver.rst79 Interrupts: caller dependent.
178 Interrupts: caller dependent.
209 Locking: caller holds tty_port->mutex
235 Interrupts: caller dependent.
307 Locking: caller holds tty_port->mutex
309 Interrupts: caller dependent.
316 Locking: caller holds tty_port->mutex
331 Interrupts: caller dependent.
340 Interrupts: caller dependent.
348 Interrupts: caller dependent.
[all …]
/kernel/linux/linux-5.10/arch/sh/mm/
Dioremap.c86 pgprot_t pgprot, void *caller) in __ioremap_caller() argument
115 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); in __ioremap_caller()
129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
Dtfc_cmd.c32 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd() argument
42 caller, cmd, cmd->sess, cmd->seq, se_cmd); in _ft_dump_cmd()
45 caller, cmd, se_cmd->t_data_nents, in _ft_dump_cmd()
51 caller, cmd, sg, in _ft_dump_cmd()
59 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid, in _ft_dump_cmd()
64 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd() argument
67 _ft_dump_cmd(cmd, caller); in ft_dump_cmd()
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dmmu.h65 pgprot_t prot, void *caller);
79 pgprot_t prot, void *caller) in pmb_remap_caller() argument
/kernel/linux/linux-5.10/kernel/dma/
Dremap.c23 pgprot_t prot, const void *caller) in dma_common_pages_remap() argument
39 pgprot_t prot, const void *caller) in dma_common_contiguous_remap() argument
/kernel/linux/linux-5.10/arch/arm64/mm/
Dioremap.c22 pgprot_t prot, void *caller) in __ioremap_caller() argument
50 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/kernel/linux/linux-5.10/mm/
Dslob.c469 __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller) in __do_kmalloc_node() argument
500 trace_kmalloc_node(caller, ret, in __do_kmalloc_node()
509 trace_kmalloc_node(caller, ret, in __do_kmalloc_node()
523 void *__kmalloc_track_caller(size_t size, gfp_t gfp, unsigned long caller) in __kmalloc_track_caller() argument
525 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, caller); in __kmalloc_track_caller()
531 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
533 return __do_kmalloc_node(size, gfp, node, caller); in __kmalloc_node_track_caller()
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_ports.h107 int snd_seq_port_connect(struct snd_seq_client *caller,
113 int snd_seq_port_disconnect(struct snd_seq_client *caller,
/kernel/linux/linux-5.10/arch/x86/xen/
Dmulticalls.c44 void *caller[MC_BATCH]; member
113 b->caller[i]); in xen_mc_flush()
159 b->caller[b->mcidx] = __builtin_return_address(0); in __xen_mc_entry()
/kernel/linux/linux-5.10/Documentation/powerpc/
Dsyscall64-abi.rst44 System calls do not modify the caller's stack frame. For example, the caller's
94 returning to the caller. This case is not well defined or supported, so this
121 The vsyscall may or may not use the caller's stack frame save areas.
139 vsyscalls will run in the same transactional state as the caller. A vsyscall
/kernel/linux/linux-5.10/scripts/tracing/
Ddraw_functrace.py118 calltime, callee, caller = parseLine(line)
123 tree = tree.getParent(caller)
/kernel/linux/linux-5.10/fs/ecryptfs/
Dfile.c49 struct dir_context *caller; member
87 buf->caller->pos = buf->ctx.pos; in ecryptfs_filldir()
88 rc = !dir_emit(buf->caller, name, name_size, ino, d_type); in ecryptfs_filldir()
108 .caller = ctx, in ecryptfs_readdir()

12345678910>>...12