Home
last modified time | relevance | path

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

/linux/kernel/
H A Dextable.c154 void *dereference_kernel_function_descriptor(void *ptr) in dereference_kernel_function_descriptor() function
/linux/kernel/trace/
H A Dfgraph.c920 …unsigned long return_handler = (unsigned long)dereference_kernel_function_descriptor(return_to_han… in ftrace_graph_top_ret_addr()
958 …unsigned long return_handler = (unsigned long)dereference_kernel_function_descriptor(return_to_han… in ftrace_graph_ret_addr()
/linux/include/linux/
H A Dkprobes.h220 return dereference_kernel_function_descriptor(__kretprobe_trampoline); in kretprobe_trampoline_addr()
/linux/arch/parisc/kernel/
H A Dunwind.c212 return (unsigned long)dereference_kernel_function_descriptor(fn) == pc; in pc_is_kernel_fn()