Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/kernel/pi/
Dpatch-scs.c155 u64 loc = (u64)offset_to_ptr(&frame->initial_loc); in scs_handle_fde_frame()
/linux-6.14.4/include/linux/
Dcompiler.h219 static inline void *offset_to_ptr(const int *off) in offset_to_ptr() function
Dinit.h123 return offset_to_ptr(entry); in initcall_from_entry()
Dtracepoint.h148 return offset_to_ptr(p); in tracepoint_ptr_deref()
/linux-6.14.4/kernel/module/
Dinternal.h141 return (unsigned long)offset_to_ptr(&sym->value_offset); in kernel_symbol_value()
Dmain.c288 return offset_to_ptr(&sym->name_offset); in kernel_symbol_name()
299 return offset_to_ptr(&sym->namespace_offset); in kernel_symbol_namespace()
/linux-6.14.4/drivers/pci/
Dquirks.c183 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups()