Home
last modified time | relevance | path

Searched refs:dereference_kernel_function_descriptor (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/asm-generic/
Dsections.h64 void *dereference_kernel_function_descriptor(void *ptr);
67 #define dereference_kernel_function_descriptor(p) ((void *)(p)) macro
/linux-6.6.21/kernel/
Dextable.c154 void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/linux-6.6.21/include/linux/
Dkallsyms.h54 ptr = dereference_kernel_function_descriptor(ptr); in dereference_symbol_descriptor()
Dkprobes.h225 return dereference_kernel_function_descriptor(__kretprobe_trampoline); in kretprobe_trampoline_addr()
/linux-6.6.21/kernel/trace/
Dfgraph.c338 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler)) in ftrace_graph_ret_addr()
356 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler)) in ftrace_graph_ret_addr()
/linux-6.6.21/arch/parisc/kernel/
Dunwind.c212 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc; in pc_is_kernel_fn()
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp64.c746 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()