Home
last modified time | relevance | path

Searched defs:__pa_nodebug (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dpage.h44 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
/linux-6.12.1/arch/s390/include/asm/
Dpage.h212 #define __pa_nodebug(x) ((unsigned long)(x)) macro
219 static inline unsigned long __pa_nodebug(unsigned long x) in __pa_nodebug() function
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h392 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro