Searched refs:dereference_function_descriptor (Results 1 – 9 of 9) sorted by relevance
8 #undef dereference_function_descriptor9 void *dereference_function_descriptor(void *);
27 #undef dereference_function_descriptor28 static inline void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
23 #ifndef dereference_function_descriptor24 #define dereference_function_descriptor(p) (p) macro
29 #undef dereference_function_descriptor30 static inline void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
60 dereference_function_descriptor(&panic); in pop_return_trace()93 dereference_function_descriptor(&panic); in ftrace_return_to_handler()120 dereference_function_descriptor(&return_to_handler); in prepare_ftrace_return()
396 void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
129 addr = (unsigned long) dereference_function_descriptor(ptr); in func_ptr_is_kernel_text()
884 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr()
862 ptr = dereference_function_descriptor(ptr); in pointer()