Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/powerpc/include/asm/
Dsections.h72 #undef dereference_function_descriptor
73 static inline void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
89 return dereference_function_descriptor(ptr); in dereference_kernel_function_descriptor()
/Linux-v4.19/arch/parisc/include/asm/
Dsections.h12 #undef dereference_function_descriptor
13 void *dereference_function_descriptor(void *);
/Linux-v4.19/include/asm-generic/
Dsections.h59 #ifndef dereference_function_descriptor
60 #define dereference_function_descriptor(p) (p) macro
/Linux-v4.19/arch/parisc/kernel/
Dprocess.c310 void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
326 return dereference_function_descriptor(ptr); in dereference_kernel_function_descriptor()
Dmodule.c970 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/Linux-v4.19/kernel/
Dextable.c172 addr = (unsigned long) dereference_function_descriptor(ptr); in func_ptr_is_kernel_text()
Dmodule.c1076 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr()
/Linux-v4.19/init/
Dmain.c790 addr = (unsigned long) dereference_function_descriptor(fn); in initcall_blacklisted()
/Linux-v4.19/arch/parisc/mm/
Dinit.c395 dereference_function_descriptor(&parisc_kernel_start); in parisc_text_address()
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_64.c103 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/Linux-v4.19/drivers/misc/
Dkgdbts.c228 addr = (unsigned long) dereference_function_descriptor((void *)addr); in lookup_addr()
/Linux-v4.19/arch/ia64/kernel/
Dmodule.c931 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()