Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpage.h227 #define __pa_nodebug(x) ((unsigned long)(x)) macro
234 static inline unsigned long __pa_nodebug(unsigned long x) in __pa_nodebug() function
/linux/arch/arm64/include/asm/
H A Dmemory.h385 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro