Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/pi/
H A Dpatch-scs.c140 u64 loc = (u64)offset_to_ptr(&frame->initial_loc); in scs_handle_fde_frame()
/linux/include/linux/
H A Dcompiler.h235 static inline void *offset_to_ptr(const int *off) in offset_to_ptr() function
H A Dinit.h123 return offset_to_ptr(entry); in initcall_from_entry()
H A Dtracepoint.h135 return offset_to_ptr(p); in tracepoint_ptr_deref()
/linux/kernel/module/
H A Dinternal.h134 return (unsigned long)offset_to_ptr(&sym->value_offset); in kernel_symbol_value()
H A Dmain.c256 return offset_to_ptr(&sym->name_offset); in kernel_symbol_name()
267 return offset_to_ptr(&sym->namespace_offset); in kernel_symbol_namespace()
/linux/drivers/pci/
H A Dquirks.c178 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups()