Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
A Dsections.h17 #undef dereference_kernel_function_descriptor
18 void *dereference_kernel_function_descriptor(void *);
/linux/arch/ia64/include/asm/
A Dsections.h43 #undef dereference_kernel_function_descriptor
44 static inline void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/linux/arch/powerpc/include/asm/
A Dsections.h72 #undef dereference_kernel_function_descriptor
73 static inline void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/linux/include/asm-generic/
A Dsections.h64 #define dereference_kernel_function_descriptor(p) ((void *)(p)) macro
/linux/include/linux/
A Dkallsyms.h54 ptr = dereference_kernel_function_descriptor(ptr); in dereference_symbol_descriptor()
A Dkprobes.h203 return dereference_kernel_function_descriptor(__kretprobe_trampoline); in kretprobe_trampoline_addr()
/linux/kernel/trace/
A Dfgraph.c304 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler)) in ftrace_graph_ret_addr()
322 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler)) in ftrace_graph_ret_addr()
/linux/arch/parisc/kernel/
A Dprocess.c277 void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
A Dunwind.c211 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc; in pc_is_kernel_fn()
/linux/arch/powerpc/net/
A Dbpf_jit_comp64.c688 PPC_LI64(12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()

Completed in 18 milliseconds