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

/linux-master/include/asm-generic/
H A Dsections.h64 void *dereference_kernel_function_descriptor(void *ptr);
67 #define dereference_kernel_function_descriptor(p) ((void *)(p)) macro
/linux-master/kernel/
H A Dextable.c154 void *dereference_kernel_function_descriptor(void *ptr) function
/linux-master/include/linux/
H A Dkallsyms.h54 ptr = dereference_kernel_function_descriptor(ptr);
H A Dkprobes.h220 return dereference_kernel_function_descriptor(__kretprobe_trampoline);
/linux-master/kernel/trace/
H A Dfgraph.c338 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler))
356 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler))
/linux-master/arch/parisc/kernel/
H A Dunwind.c212 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc;
221 * Note: We could use dereference_kernel_function_descriptor()
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c746 PPC_LI64(_R12, dereference_kernel_function_descriptor(bpf_stf_barrier));

Completed in 155 milliseconds