| /linux/include/trace/events/ |
| H A D | rwmmio.h | 15 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width, 18 TP_ARGS(caller, caller0, val, width, addr), 21 __field(unsigned long, caller) 29 __entry->caller = caller; 37 (void *)__entry->caller0, (void *)__entry->caller, __entry->width, 42 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width, 44 TP_ARGS(caller, caller0, val, width, addr) 48 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width, 50 TP_ARGS(caller, caller0, val, width, addr) 55 TP_PROTO(unsigned long caller, unsigned long caller0, u8 width, [all …]
|
| /linux/drivers/mtd/ubi/ |
| H A D | debug.h | 60 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller); 152 unsigned int caller) in ubi_dbg_fail_power_cut() argument 154 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_power_cut() 160 unsigned int caller) in ubi_dbg_fail_read() argument 162 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_read() 175 unsigned int caller) in ubi_dbg_fail_ff() argument 177 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_ff() 183 unsigned int caller) in ubi_dbg_fail_ff_bitflips() argument 185 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_ff_bitflips() 191 unsigned int caller) in ubi_dbg_fail_bad_hdr() argument [all …]
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A 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, 202 enum iw_cm_event_type type, int status, void *caller), 203 TP_ARGS(cm_node, cm_id, type, status, caller), 216 __field(void *, caller) 232 __entry->caller = caller; 240 __entry->caller, 258 int status, void *caller), [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uretprobe_stack.c | 73 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() 167 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() [all …]
|
| /linux/kernel/trace/ |
| H A D | trace_entries.h | 223 __stack_array( unsigned long, caller, FTRACE_STACK_ENTRIES, size) 229 (void *)__entry->caller[0], (void *)__entry->caller[1], 230 (void *)__entry->caller[2], (void *)__entry->caller[3], 231 (void *)__entry->caller[4], (void *)__entry->caller[5], 232 (void *)__entry->caller[6], (void *)__entry->caller[7]) 241 __array( unsigned long, caller, FTRACE_STACK_ENTRIES ) 247 (void *)__entry->caller[0], (void *)__entry->caller[1], 248 (void *)__entry->caller[2], (void *)__entry->caller[3], 249 (void *)__entry->caller[4], (void *)__entry->caller[5], 250 (void *)__entry->caller[6], (void *)__entry->caller[7])
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_memory_region.c | 40 const void *caller) in __iopagetest() argument 54 &mem->region, &mem->io.start, &offset, caller, in __iopagetest() 64 const void *caller) in iopagetest() argument 75 &mem->io.start, &offset, caller); in iopagetest() 80 err = __iopagetest(mem, va, PAGE_SIZE, val[i], offset, caller); in iopagetest() 84 err = __iopagetest(mem, va, PAGE_SIZE, ~val[i], offset, caller); in iopagetest() 101 const void *caller) in iomemtest() argument 124 err = iopagetest(mem, page, caller); in iomemtest() 129 err = iopagetest(mem, 0, caller); in iomemtest() 133 err = iopagetest(mem, last, caller); in iomemtest() [all …]
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | mlxsw_lib.sh | 41 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/ |
| H A D | idmappings.rst | 242 the caller is using an idmapping. 244 So the kernel will map the id back up in the idmapping of the caller. Let's 245 assume the caller has the somewhat unconventional idmapping 348 When creating a filesystem object the caller will look at the caller's 352 the caller but can differ. We will just assume they are always identical to not 355 When the caller enters the kernel two things happen: 357 1. Map the caller's userspace ids down into kernel ids in the caller's 362 2. Verify that the caller's kernel ids can be mapped up to userspace ids in the 373 kernel maps the caller's userspace id down into a kernel id according to the 374 caller's idmapping and then maps that kernel id up according to the [all …]
|
| /linux/include/net/ |
| H A 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/security/landlock/ |
| H A D | tsync.c | 349 const struct task_struct *caller, *thread; in count_additional_threads() 352 caller = current; in count_additional_threads() 356 for_each_thread(caller, thread) { 358 if (thread == caller) 388 const struct task_struct *caller; in schedule_task_work() 393 caller = current; in schedule_task_work() 397 for_each_thread(caller, thread) { in schedule_task_work() 399 if (thread == caller) in schedule_task_work() 332 const struct task_struct *caller, *thread; count_additional_threads() local 371 const struct task_struct *caller; schedule_task_work() local
|
| /linux/drivers/target/tcm_fc/ |
| H A 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/arch/powerpc/mm/ |
| H A D | ioremap_32.c | 18 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) in __ioremap_caller() argument 71 pr_warn("ioremap() called early from %pS. Use early_ioremap() instead\n", caller); in __ioremap_caller()
|
| /linux/arch/sh/include/asm/ |
| H A D | mmu.h | 65 pgprot_t prot, void *caller); 79 pgprot_t prot, void *caller) in pmb_remap_caller() argument
|
| /linux/kernel/dma/ |
| H A D | remap.c | 25 pgprot_t prot, const void *caller) in dma_common_pages_remap() argument 41 pgprot_t prot, const void *caller) in dma_common_contiguous_remap() argument
|
| /linux/Documentation/driver-api/rapidio/ |
| H A D | rio_cm.rst | 42 Returns to caller list of local mport devices that 55 with channel ID assigned automatically or as requested by a caller. 64 channel. If wait timeout for this request is specified by a caller it is 73 a caller includes the reserved space for a packet header required by 78 handler will wait for new message until timeout specified by a caller
|
| /linux/Documentation/arch/powerpc/ |
| H A D | syscall64-abi.rst | 44 System calls do not modify the caller's stack frame. For example, the caller's 107 returning to the caller. This case is not well defined or supported, so this 134 The vsyscall may or may not use the caller's stack frame save areas. 152 vsyscalls will run in the same transactional state as the caller. A vsyscall
|
| /linux/arch/x86/xen/ |
| H A D | multicalls.c | 50 void *caller[MC_BATCH]; member 126 mcdb->caller[idx]); in print_debug_data() 242 mcdb->caller[b->mcidx] = __builtin_return_address(0); in __xen_mc_entry()
|
| /linux/arch/arm/mm/ |
| H A D | ioremap.c | 275 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument 322 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller() 353 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument 367 caller); in __arm_ioremap_caller()
|
| H A D | dma-mapping.c | 46 const void *caller; member 178 const void *caller, bool want_vaddr, 183 const void *caller, bool want_vaddr); 330 const void *caller, bool want_vaddr) in __alloc_remap_buffer() argument 344 ptr = dma_common_contiguous_remap(page, size, prot, caller); in __alloc_remap_buffer() 393 const void *caller, bool want_vaddr, in __alloc_from_contiguous() argument 411 ptr = dma_common_contiguous_remap(page, size, prot, caller); in __alloc_from_contiguous() 480 ret_page, args->caller, in cma_allocator_alloc() 516 args->prot, ret_page, args->caller, in remap_allocator_alloc() 535 unsigned long attrs, const void *caller) in __dma_alloc() argument [all …]
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 205 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 206 (caller)->create_edge((callee), (call_stmt), (count)) 208 #define cgraph_create_edge_including_clones(caller, callee, \ argument 210 (caller)->create_edge_including_clones((callee), \
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | test_encl_bootstrap.S | 64 # cleansing caller-save registers on exit. 71 # Restore the caller stack.
|
| /linux/kernel/ |
| H A D | seccomp.c | 490 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local 496 caller = current; in seccomp_can_sync_threads() 497 for_each_thread(caller, thread) { in seccomp_can_sync_threads() 501 if (thread == caller) in seccomp_can_sync_threads() 510 caller->seccomp.filter))) in seccomp_can_sync_threads() 600 struct task_struct *thread, *caller; in seccomp_sync_threads() local 613 caller = current; in seccomp_sync_threads() 614 for_each_thread(caller, thread) { in seccomp_sync_threads() 616 if (thread == caller) in seccomp_sync_threads() 627 get_seccomp_filter(caller); in seccomp_sync_threads() [all...] |
| /linux/arch/alpha/lib/ |
| H A D | callback_srm.S | 32 jmp ($3) # Return directly to caller of wrapper. 49 jmp ($3) # Return directly to caller of srm_fixup.
|
| /linux/arch/riscv/include/asm/ |
| H A D | ftrace.h | 98 #define make_call_t0(caller, callee, call) \ argument 101 (unsigned long) (callee) - (unsigned long) (caller); \
|
| /linux/Documentation/locking/ |
| H A D | futex-requeue-pi.rst | 26 /* caller must lock mutex */ 55 upon a successful futex_wait system call, the caller would return to 60 /* caller must lock mutex */ 128 should be 0 as good programming practice dictates that the caller of
|