Home
last modified time | relevance | path

Searched refs:dereference_function_descriptor (Results 1 – 15 of 15) sorted by relevance

/linux-5.10/arch/ia64/include/asm/
Dsections.h32 #undef dereference_function_descriptor
33 static inline void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
48 return dereference_function_descriptor(ptr); in dereference_kernel_function_descriptor()
/linux-5.10/arch/powerpc/include/asm/
Dsections.h82 #undef dereference_function_descriptor
83 static inline void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
99 return dereference_function_descriptor(ptr); in dereference_kernel_function_descriptor()
/linux-5.10/arch/parisc/include/asm/
Dsections.h14 #undef dereference_function_descriptor
15 void *dereference_function_descriptor(void *);
/linux-5.10/arch/parisc/kernel/
Dftrace.c67 if (dereference_function_descriptor(ftrace_graph_return) != in ftrace_function_trampoline()
68 dereference_function_descriptor(ftrace_stub) || in ftrace_function_trampoline()
127 (unsigned long)dereference_function_descriptor((void *)addr); in ftrace_make_call()
Dprocess.c271 void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
287 return dereference_function_descriptor(ptr); in dereference_kernel_function_descriptor()
Dkexec.c93 memcpy(virt, dereference_function_descriptor(relocate_new_kernel), in machine_kexec()
Dkprobes.c220 dereference_function_descriptor(kretprobe_trampoline); in arch_init_kprobes()
Dmodule.c988 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/linux-5.10/include/asm-generic/
Dsections.h62 #ifndef dereference_function_descriptor
63 #define dereference_function_descriptor(p) ((void *)(p)) macro
/linux-5.10/kernel/
Dextable.c171 addr = (unsigned long) dereference_function_descriptor(ptr); in func_ptr_is_kernel_text()
Dmodule.c1095 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr()
/linux-5.10/arch/powerpc/kernel/
Dmodule_64.c92 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/linux-5.10/drivers/misc/
Dkgdbts.c216 addr = (unsigned long) dereference_function_descriptor((void *)addr); in lookup_addr()
/linux-5.10/init/
Dmain.c1122 addr = (unsigned long) dereference_function_descriptor(fn); in initcall_blacklisted()
/linux-5.10/arch/ia64/kernel/
Dmodule.c935 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()