Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dcompiler.h230 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.h106 return offset_to_ptr(p); in tracepoint_ptr_deref()
/Linux-v5.10/kernel/
Dmodule.c541 return (unsigned long)offset_to_ptr(&sym->value_offset); in kernel_symbol_value()
550 return offset_to_ptr(&sym->name_offset); in kernel_symbol_name()
561 return offset_to_ptr(&sym->namespace_offset); in kernel_symbol_namespace()
/Linux-v5.10/drivers/pci/
Dquirks.c70 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups()