Home
last modified time | relevance | path

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

12345678910>>...13

/linux/include/trace/events/
A Drwmmio.h18 TP_ARGS(caller, caller0, val, width, addr),
21 __field(unsigned long, caller)
29 __entry->caller = caller;
44 TP_ARGS(caller, caller0, val, width, addr)
50 TP_ARGS(caller, caller0, val, width, addr)
58 TP_ARGS(caller, caller0, width, addr),
61 __field(unsigned long, caller)
68 __entry->caller = caller;
83 TP_ARGS(caller, caller0, val, width, addr),
86 __field(unsigned long, caller)
[all …]
A Dhabanalabs.h56 TP_ARGS(dev, cpu_addr, dma_addr, size, caller),
63 __field(const char *, caller)
71 __entry->caller = caller;
79 __entry->caller)
84 TP_ARGS(dev, cpu_addr, dma_addr, size, caller));
88 TP_ARGS(dev, cpu_addr, dma_addr, size, caller));
92 enum dma_data_direction dir, const char *caller),
102 __field(const char *, caller)
111 __entry->caller = caller;
120 __entry->caller)
[all …]
/linux/drivers/mtd/ubi/
A Ddebug.h152 unsigned int caller) in ubi_dbg_fail_power_cut() argument
160 unsigned int caller) in ubi_dbg_fail_read() argument
175 unsigned int caller) in ubi_dbg_fail_ff() argument
183 unsigned int caller) in ubi_dbg_fail_ff_bitflips() argument
191 unsigned int caller) in ubi_dbg_fail_bad_hdr() argument
199 unsigned int caller) in ubi_dbg_fail_bad_hdr_ebadmsg() argument
227 unsigned int caller) in ubi_dbg_is_power_cut() argument
294 unsigned int caller) in ubi_dbg_is_read_failure() argument
307 unsigned int caller) in ubi_dbg_is_ff() argument
322 unsigned int caller) in ubi_dbg_is_ff_bitflips() argument
[all …]
/linux/drivers/infiniband/hw/irdma/
A Dtrace_cm.h43 TP_ARGS(listener, caller),
49 __field(void *, caller)
59 __entry->caller,
232 __entry->caller = caller;
240 __entry->caller,
268 __entry->caller = caller;
272 __entry->caller,
306 __entry->caller = caller;
314 __entry->caller,
381 __entry->caller = caller;
[all …]
/linux/arch/powerpc/mm/
A 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 …]
A Dioremap_64.c8 pgprot_t prot, void *caller) in __ioremap_caller() argument
34 pr_warn("ioremap() called early from %pS. Use early_ioremap() instead\n", caller); in __ioremap_caller()
/linux/drivers/usb/musb/
A Dmusb_trace.h60 TP_ARGS(caller, addr, offset, data),
62 __field(void *, caller)
68 __entry->caller = caller;
80 TP_ARGS(caller, addr, offset, data)
86 TP_ARGS(caller, addr, offset, data)
94 __field(void *, caller)
100 __entry->caller = caller;
112 TP_ARGS(caller, addr, offset, data)
118 TP_ARGS(caller, addr, offset, data)
126 __field(void *, caller)
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
A Duretprobe_stack.c73 static struct range caller = { variable
93 printf("caller: %#lx - %#lx\n", caller.start, caller.stop); in validate_stack()
103 } else if (ips[i] >= caller.start && ips[i] < caller.stop) { in validate_stack()
149 2, &caller, &targets[1]); in test_uretprobe_stack()
152 3, &caller, &targets[1], &targets[1]); in test_uretprobe_stack()
155 4, &caller, &targets[1], &targets[1], &targets[2]); in test_uretprobe_stack()
158 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
161 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
175 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
179 2, &caller, &targets[1]); in test_uretprobe_stack()
[all …]
/linux/kernel/trace/
A Dtrace_entries.h193 __stack_array( unsigned long, caller, FTRACE_STACK_ENTRIES, size)
199 (void *)__entry->caller[0], (void *)__entry->caller[1],
200 (void *)__entry->caller[2], (void *)__entry->caller[3],
201 (void *)__entry->caller[4], (void *)__entry->caller[5],
202 (void *)__entry->caller[6], (void *)__entry->caller[7])
211 __array( unsigned long, caller, FTRACE_STACK_ENTRIES )
217 (void *)__entry->caller[0], (void *)__entry->caller[1],
218 (void *)__entry->caller[2], (void *)__entry->caller[3],
219 (void *)__entry->caller[4], (void *)__entry->caller[5],
220 (void *)__entry->caller[6], (void *)__entry->caller[7])
/linux/drivers/gpu/drm/xe/
A Dxe_trace.h373 TP_PROTO(struct xe_device *xe, void *caller),
374 TP_ARGS(xe, caller),
378 __field(void *, caller)
383 __entry->caller = caller;
391 TP_ARGS(xe, caller)
396 TP_ARGS(xe, caller)
401 TP_ARGS(xe, caller)
406 TP_ARGS(xe, caller)
411 TP_ARGS(xe, caller)
416 TP_ARGS(xe, caller)
[all …]
/linux/drivers/gpu/drm/i915/
A Dintel_memory_region.c39 const void *caller) in __iopagetest() argument
53 &mem->region, &mem->io.start, &offset, caller, in __iopagetest()
63 const void *caller) in iopagetest() argument
74 &mem->io.start, &offset, caller); in iopagetest()
100 const void *caller) in iomemtest() argument
123 err = iopagetest(mem, page, caller); in iomemtest()
128 err = iopagetest(mem, 0, caller); in iomemtest()
132 err = iopagetest(mem, last, caller); in iomemtest()
136 err = iopagetest(mem, random_page(last), caller); in iomemtest()
205 void *caller) in intel_memory_region_memtest() argument
[all …]
/linux/drivers/dma-buf/
A 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()
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dmlxsw_lib.sh41 local caller=$1; shift
45 log_test_xfail $src:$caller "(Spectrum-$rev only)"
52 local caller=${FUNCNAME[1]}
57 if __mlxsw_only_on_spectrum "$rev" "$caller" "$src"; then
/linux/Documentation/filesystems/
A Didmappings.rst348 When creating a filesystem object the caller will look at the caller's
357 1. Map the caller's userspace ids down into kernel ids in the caller's
394 caller id: u1000
400 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
421 caller id: u1000
425 1. Map the caller's userspace ids down into kernel ids in the caller's
449 caller id: u1000
453 1. Map the caller's userspace ids down into kernel ids in the caller's
810 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
843 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
[all …]
/linux/include/net/
A 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
/linux/Documentation/crypto/
A 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
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
193 usually provides a 0 when the caller wants the default handling.
227 When the caller provides a mask and type specification, the caller
255 this case, the caller must generate the IV.
[all …]
/linux/drivers/gpu/drm/i915/selftests/
A Di915_selftest.c303 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() argument
324 if (strcmp(tok, caller)) { in apply_subtest_filter()
402 int __i915_subtests(const char *caller, in __i915_subtests() argument
416 if (!apply_subtest_filter(caller, st->name)) in __i915_subtests()
422 caller, st->name); in __i915_subtests()
426 pr_info(DRIVER_NAME ": Running %s/%s\n", caller, st->name); in __i915_subtests()
427 GEM_TRACE("Running %s/%s\n", caller, st->name); in __i915_subtests()
432 caller, st->name, err); in __i915_subtests()
/linux/scripts/gcc-plugins/
A Dgcc-common.h185 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
186 (caller)->create_edge((callee), (call_stmt), (count))
188 #define cgraph_create_edge_including_clones(caller, callee, \ argument
190 (caller)->create_edge_including_clones((callee), \
193 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
194 (caller)->create_edge((callee), (call_stmt), (count), (freq))
196 #define cgraph_create_edge_including_clones(caller, callee, \ argument
198 (caller)->create_edge_including_clones((callee), \
/linux/arch/riscv/include/asm/
A Dftrace.h92 #define make_call_t0(caller, callee, call) \ argument
95 (unsigned long) callee - (unsigned long) caller; \
108 #define make_call_ra(caller, callee, call) \ argument
111 (unsigned long) callee - (unsigned long) caller; \
/linux/arch/riscv/kernel/
A Dftrace.c176 unsigned long caller = rec->ip; in ftrace_modify_call() local
179 make_call_t0(caller, old_addr, call); in ftrace_modify_call()
180 ret = ftrace_check_current_call(caller, call); in ftrace_modify_call()
185 return __ftrace_modify_call(caller, addr, true, false); in ftrace_modify_call()
/linux/kernel/
A Dstop_machine.c45 unsigned long caller; member
63 printk("%sStopper: %pS <- %pS\n", log_lvl, stopper->fn, (void *)stopper->caller); in print_stop_info()
142 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done, .caller = _RET_IP_ }; in stop_one_cpu()
351 .caller = _RET_IP_, in stop_two_cpus()
387 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, .caller = _RET_IP_, }; in stop_one_cpu_nowait()
412 work->caller = _RET_IP_; in queue_stop_cpus_work()
508 stopper->caller = work->caller; in cpu_stopper_thread()
519 stopper->caller = 0; in cpu_stopper_thread()
/linux/include/linux/
A Dvmalloc.h63 const void *caller; member
170 const void *caller) __alloc_size(1);
174 int node, const void *caller) __alloc_size(1);
243 unsigned long flags, const void *caller);
247 const void *caller);
/linux/drivers/target/tcm_fc/
A Dtfc_cmd.c31 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd() argument
41 caller, cmd, cmd->sess, cmd->seq, se_cmd); in _ft_dump_cmd()
44 caller, cmd, se_cmd->t_data_nents, in _ft_dump_cmd()
50 caller, cmd, sg, in _ft_dump_cmd()
58 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid, in _ft_dump_cmd()
63 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd() argument
66 _ft_dump_cmd(cmd, caller); in ft_dump_cmd()
/linux/fs/iomap/
A Dtrace.h202 unsigned long caller),
203 TP_ARGS(iter, ops, caller),
212 __field(unsigned long, caller)
222 __entry->caller = caller;
233 (void *)__entry->caller)
/linux/arch/sh/include/asm/
A Dmmu.h65 pgprot_t prot, void *caller);
79 pgprot_t prot, void *caller) in pmb_remap_caller() argument

Completed in 48 milliseconds

12345678910>>...13