Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpage.h44 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
/linux/arch/s390/include/asm/
H A 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/arch/arm64/include/asm/
H A Dmemory.h392 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro