Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dsections.h17 #undef dereference_kernel_function_descriptor
18 void *dereference_kernel_function_descriptor(void *);
/arch/ia64/include/asm/
Dsections.h43 #undef dereference_kernel_function_descriptor
44 static inline void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/arch/powerpc/include/asm/
Dsections.h73 #undef dereference_kernel_function_descriptor
74 static inline void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/arch/parisc/kernel/
Dprocess.c285 void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
Dunwind.c210 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc; in pc_is_kernel_fn()
/arch/powerpc/net/
Dbpf_jit_comp64.c693 PPC_LI64(12, dereference_kernel_function_descriptor(bpf_stf_barrier)); in bpf_jit_build_body()