Home
last modified time | relevance | path

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

/linux/drivers/misc/lkdtm/
H A Dperms.c102 void *do_nothing_text = dereference_function_descriptor(do_nothing); in execute_user_location()
151 size = (unsigned long)dereference_function_descriptor(do_overwritten) - in lkdtm_WRITE_KERN()
152 (unsigned long)dereference_function_descriptor(do_nothing); in lkdtm_WRITE_KERN()
153 ptr = dereference_function_descriptor(do_overwritten); in lkdtm_WRITE_KERN()
207 execute_location(dereference_function_descriptor(lkdtm_rodata_do_nothing), in lkdtm_EXEC_RODATA()
281 do_nothing_ptr = dereference_function_descriptor(do_nothing); in lkdtm_perms_init()
/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/arch/powerpc/kernel/
H A Dmodule_64.c85 return dereference_function_descriptor(ptr); in dereference_module_function_descriptor()
/linux/init/
H A Dmain.c1273 addr = (unsigned long) dereference_function_descriptor(fn); in initcall_blacklisted()
/linux/kernel/module/
H A Dmain.c873 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr()