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

/linux-master/kernel/
H A Dextable.c143 void *dereference_function_descriptor(void *ptr) function
152 EXPORT_SYMBOL_GPL(dereference_function_descriptor); variable
159 return dereference_function_descriptor(ptr);
166 addr = (unsigned long) dereference_function_descriptor(ptr);
/linux-master/include/asm-generic/
H A Dsections.h63 void *dereference_function_descriptor(void *ptr);
66 #define dereference_function_descriptor(p) ((void *)(p)) macro
/linux-master/drivers/misc/lkdtm/
H A Dperms.c68 void *do_nothing_text = dereference_function_descriptor(do_nothing);
91 void *do_nothing_text = dereference_function_descriptor(do_nothing);
140 size = (unsigned long)dereference_function_descriptor(do_overwritten) -
141 (unsigned long)dereference_function_descriptor(do_nothing);
142 ptr = dereference_function_descriptor(do_overwritten);
196 execute_location(dereference_function_descriptor(lkdtm_rodata_do_nothing),
/linux-master/arch/parisc/mm/
H A Dinit.c776 s = (uintptr_t) dereference_function_descriptor(&_stext);
777 e = (uintptr_t) dereference_function_descriptor(&_etext);
778 t = (uintptr_t) dereference_function_descriptor(&_sdata);
786 t = (uintptr_t) dereference_function_descriptor(&_edata);
787 e = (uintptr_t) dereference_function_descriptor(&__bss_start);
791 s = (uintptr_t) dereference_function_descriptor(&_sdata);
792 e = (uintptr_t) dereference_function_descriptor(&__bss_stop);
/linux-master/arch/parisc/kernel/
H A Dkexec.c95 memcpy(virt, dereference_function_descriptor(relocate_new_kernel),
H A Dtoc.c111 unsigned long toc_code = (unsigned long)dereference_function_descriptor(toc_handler);
H A Dkprobes.c226 dereference_function_descriptor(__kretprobe_trampoline);
H A Dftrace.c122 (unsigned long)dereference_function_descriptor((void *)addr);
H A Dmodule.c971 return dereference_function_descriptor(ptr);
/linux-master/drivers/misc/
H A Dkgdbts.c227 return (unsigned long)dereference_function_descriptor(
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c337 func_addr = (uintptr_t) dereference_function_descriptor(func);
376 func_addr = (uintptr_t) dereference_function_descriptor(func);
1411 lower = (uintptr_t) dereference_function_descriptor(lower);
H A Dbpf_jit_comp64.c1004 imm64 = (uintptr_t)dereference_function_descriptor((void*)imm64);
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c85 return dereference_function_descriptor(ptr);
/linux-master/init/
H A Dmain.c1154 addr = (unsigned long) dereference_function_descriptor(fn);
/linux-master/kernel/module/
H A Dmain.c794 unsigned long a = (unsigned long)dereference_function_descriptor(addr);

Completed in 227 milliseconds