Home
last modified time | relevance | path

Searched defs:__pa_symbol_nodebug (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/arch/mips/include/asm/
Dpage.h194 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux-6.14.4/arch/arm/include/asm/
Dmemory.h296 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro
/linux-6.14.4/arch/arm64/include/asm/
Dmemory.h346 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
/linux-6.14.4/scripts/gdb/linux/
Dmm.py236 def __pa_symbol_nodebug(self, x): member in aarch64_page_ops