Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dsections.h64 void *dereference_kernel_function_descriptor(void *ptr);
67 #define dereference_kernel_function_descriptor(p) ((void *)(p)) macro
/linux/kernel/
A Dextable.c154 void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/linux/include/linux/
A Dkallsyms.h54 ptr = dereference_kernel_function_descriptor(ptr); in dereference_symbol_descriptor()
A Dkprobes.h220 return dereference_kernel_function_descriptor(__kretprobe_trampoline); in kretprobe_trampoline_addr()
/linux/arch/parisc/kernel/
A Dunwind.c212 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc; in pc_is_kernel_fn()
/linux/kernel/trace/
A Dfgraph.c894 …unsigned long return_handler = (unsigned long)dereference_kernel_function_descriptor(return_to_han… in ftrace_graph_ret_addr()
/linux/arch/powerpc/net/
A Dbpf_jit_comp64.c821 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()

Completed in 31 milliseconds