Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpage_32.h9 #define __phys_addr_nodebug(x) ((x) - PAGE_OFFSET) macro
13 #define __phys_addr(x) __phys_addr_nodebug(x)
A Dpage_64.h18 static inline unsigned long __phys_addr_nodebug(unsigned long x) in __phys_addr_nodebug() function
32 #define __phys_addr(x) __phys_addr_nodebug(x)
A Dpage.h45 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x))

Completed in 5 milliseconds