Home
last modified time | relevance | path

Searched refs:offset_to_ptr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-module.c384 offset_to_ptr(&fips140_rela_text.offset), in check_fips140_module_hmac()
388 offset_to_ptr(&fips140_rela_rodata.offset), in check_fips140_module_hmac()
504 int (*init)(void) = offset_to_ptr(initcall); in fips140_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler.h232 static inline void *offset_to_ptr(const int *off) in offset_to_ptr() function
H A Dinit.h124 return offset_to_ptr(entry); in initcall_from_entry()
H A Dtracepoint.h116 return offset_to_ptr(p); in tracepoint_ptr_deref()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c548 return (unsigned long)offset_to_ptr(&sym->value_offset); in kernel_symbol_value()
557 return offset_to_ptr(&sym->name_offset); in kernel_symbol_name()
568 return offset_to_ptr(&sym->namespace_offset); in kernel_symbol_namespace()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c71 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups()