/Linux-v5.15/drivers/infiniband/hw/irdma/ |
D | trace_cm.h | 42 TP_PROTO(struct irdma_cm_listener *listener, void *caller), 43 TP_ARGS(listener, caller), 49 __field(void *, caller) 59 __entry->caller, 200 enum iw_cm_event_type type, int status, void *caller), 201 TP_ARGS(cm_node, cm_id, type, status, caller), 214 __field(void *, caller) 230 __entry->caller = caller; 238 __entry->caller, 256 int status, void *caller), [all …]
|
/Linux-v5.15/arch/powerpc/mm/ |
D | ioremap.c | 15 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 …]
|
D | ioremap_64.c | 8 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()
|
D | ioremap_32.c | 18 __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()
|
/Linux-v5.15/drivers/usb/musb/ |
D | musb_trace.h | 58 TP_PROTO(void *caller, const void __iomem *addr, 60 TP_ARGS(caller, addr, offset, data), 62 __field(void *, caller) 68 __entry->caller = caller; 74 __entry->caller, __entry->addr, __entry->offset, __entry->data) 78 TP_PROTO(void *caller, const void __iomem *addr, 80 TP_ARGS(caller, addr, offset, data) 84 TP_PROTO(void *caller, const void __iomem *addr, 86 TP_ARGS(caller, addr, offset, data) 90 TP_PROTO(void *caller, const void __iomem *addr, [all …]
|
/Linux-v5.15/kernel/trace/ |
D | trace_entries.h | 167 __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])
|
/Linux-v5.15/arch/riscv/kernel/ |
D | ftrace.c | 105 unsigned long caller = rec->ip + FUNC_ENTRY_JMP; in ftrace_make_call() local 107 call[1] = to_auipc_insn((unsigned int)(target - caller)); in ftrace_make_call() 108 call[2] = to_jalr_insn((unsigned int)(target - caller)); in ftrace_make_call() 169 unsigned long caller = rec->ip + FUNC_ENTRY_JMP; in ftrace_modify_call() local 172 make_call(caller, old_addr, call); in ftrace_modify_call() 173 ret = ftrace_check_current_call(caller, call); in ftrace_modify_call() 178 return __ftrace_modify_call(caller, addr, true); in ftrace_modify_call()
|
/Linux-v5.15/drivers/dma-buf/ |
D | selftest.c | 47 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-v5.15/Documentation/filesystems/ |
D | idmappings.rst | 241 the caller is using an idmapping. 243 So the kernel will map the id back up in the idmapping of the caller. Let's 244 assume the caller has the slighly unconventional idmapping 343 When creating a filesystem object the caller will look at the caller's 347 the caller but can differ. We will just assume they are always identical to not 350 When the caller enters the kernel two things happen: 352 1. Map the caller's userspace ids down into kernel ids in the caller's 357 2. Verify that the caller's kernel ids can be mapped up to userspace ids in the 368 kernel maps the caller's userspace id down into a kernel id according to the 369 caller's idmapping and then maps that kernel id up according to the [all …]
|
/Linux-v5.15/include/net/ |
D | 6lowpan.h | 218 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-v5.15/Documentation/crypto/ |
D | architecture.rst | 30 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 …]
|
/Linux-v5.15/drivers/gpu/drm/i915/selftests/ |
D | i915_selftest.c | 243 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()
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | ftrace.h | 59 #define make_call(caller, callee, call) \ argument 62 (unsigned long)caller)); \ 64 (unsigned long)caller)); \
|
/Linux-v5.15/include/linux/ |
D | vmalloc.h | 63 const void *caller; member 150 const void *caller); 152 int node, const void *caller); 202 unsigned long flags, const void *caller); 206 const void *caller);
|
/Linux-v5.15/fs/iomap/ |
D | trace.h | 154 unsigned long caller), 155 TP_ARGS(iter, ops, caller), 163 __field(unsigned long, caller) 172 __entry->caller = caller; 182 (void *)__entry->caller)
|
/Linux-v5.15/kernel/ |
D | stop_machine.c | 45 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-v5.15/drivers/gpu/drm/selftests/ |
D | drm_selftest.c | 91 __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()
|
/Linux-v5.15/Documentation/driver-api/serial/ |
D | driver.rst | 79 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 …]
|
/Linux-v5.15/scripts/gcc-plugins/ |
D | gcc-common.h | 319 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 320 (caller)->create_edge((callee), (call_stmt), (count)) 322 #define cgraph_create_edge_including_clones(caller, callee, \ argument 324 (caller)->create_edge_including_clones((callee), \ 327 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 328 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 330 #define cgraph_create_edge_including_clones(caller, callee, \ argument 332 (caller)->create_edge_including_clones((callee), \
|
/Linux-v5.15/arch/sh/mm/ |
D | ioremap.c | 86 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()
|
/Linux-v5.15/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 31 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-v5.15/kernel/dma/ |
D | remap.c | 23 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
|
/Linux-v5.15/arch/sh/include/asm/ |
D | mmu.h | 65 pgprot_t prot, void *caller); 79 pgprot_t prot, void *caller) in pmb_remap_caller() argument
|
/Linux-v5.15/arch/arm64/mm/ |
D | ioremap.c | 21 pgprot_t prot, void *caller) in __ioremap_caller() argument 49 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/Linux-v5.15/mm/ |
D | slob.c | 477 __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller) in __do_kmalloc_node() argument 507 trace_kmalloc_node(caller, ret, in __do_kmalloc_node() 516 trace_kmalloc_node(caller, ret, in __do_kmalloc_node() 530 void *__kmalloc_track_caller(size_t size, gfp_t gfp, unsigned long caller) in __kmalloc_track_caller() argument 532 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, caller); in __kmalloc_track_caller() 538 int node, unsigned long caller) in __kmalloc_node_track_caller() argument 540 return __do_kmalloc_node(size, gfp, node, caller); in __kmalloc_node_track_caller()
|