Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dcompiler.h224 static inline void *offset_to_ptr(const int *off) in offset_to_ptr() function
Dinit.h124 return offset_to_ptr(entry); in initcall_from_entry()
Dtracepoint.h116 return offset_to_ptr(p); in tracepoint_ptr_deref()
/linux-6.1.9/kernel/module/
Dinternal.h123 return (unsigned long)offset_to_ptr(&sym->value_offset); in kernel_symbol_value()
Dmain.c250 return offset_to_ptr(&sym->name_offset); in kernel_symbol_name()
261 return offset_to_ptr(&sym->namespace_offset); in kernel_symbol_namespace()
/linux-6.1.9/drivers/pci/
Dquirks.c72 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups()