Home
last modified time | relevance | path

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

/linux/kernel/
H A Dextable.c143 void *dereference_function_descriptor(void *ptr) in dereference_function_descriptor() function
152 EXPORT_SYMBOL_GPL(dereference_function_descriptor);
159 return dereference_function_descriptor(ptr); in dereference_kernel_function_descriptor()
166 addr = (unsigned long) dereference_function_descriptor(ptr); in func_ptr_is_kernel_text()
/linux/arch/parisc/kernel/
H A Dkexec.c95 memcpy(virt, dereference_function_descriptor(relocate_new_kernel), in machine_kexec()
H A Dtoc.c111 unsigned long toc_code = (unsigned long)dereference_function_descriptor(toc_handler); in setup_toc()
H A Dmodule.c959 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c337 func_addr = (uintptr_t) dereference_function_descriptor(func); in emit_call_millicode()
376 func_addr = (uintptr_t) dereference_function_descriptor(func); in emit_call_libgcc_ll()
1411 lower = (uintptr_t) dereference_function_descriptor(lower); in bpf_jit_emit_insn()
H A Dbpf_jit_comp64.c1004 imm64 = (uintptr_t)dereference_function_descriptor((void*)imm64); in bpf_jit_emit_insn()
/linux/drivers/misc/
H A Dkgdbts.c227 return (unsigned long)dereference_function_descriptor( in lookup_addr()
/linux/init/
H A Dmain.c1169 addr = (unsigned long) dereference_function_descriptor(fn); in initcall_blacklisted()
/linux/arch/powerpc/kernel/
H A Dmodule_64.c85 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/linux/kernel/module/
H A Dmain.c843 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr()