Searched refs:__phys_addr_nodebug (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpage_32.h9 #define __phys_addr_nodebug(x) ((x) - PAGE_OFFSET) macro
13 #define __phys_addr(x) __phys_addr_nodebug(x)
H A Dpage_64.h21 static __always_inline unsigned long __phys_addr_nodebug(unsigned long x) function
35 #define __phys_addr(x) __phys_addr_nodebug(x)
H A Dpage.h44 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x))

Completed in 131 milliseconds