Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dsections.h64 void *dereference_kernel_function_descriptor(void *ptr);
67 #define dereference_kernel_function_descriptor(p) ((void *)(p)) macro
/openbmc/linux/kernel/
H A Dextable.c154 void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/openbmc/linux/include/linux/
H A Dkallsyms.h54 ptr = dereference_kernel_function_descriptor(ptr); in dereference_symbol_descriptor()
H A Dkprobes.h225 return dereference_kernel_function_descriptor(__kretprobe_trampoline); in kretprobe_trampoline_addr()
/openbmc/linux/kernel/trace/
H A 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()
/openbmc/linux/arch/parisc/kernel/
H A Dunwind.c212 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc; in pc_is_kernel_fn()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c746 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()