Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/asm/
Dpage_32.h9 #define __phys_addr_nodebug(x) ((x) - PAGE_OFFSET) macro
13 #define __phys_addr(x) __phys_addr_nodebug(x)
Dpage_64.h22 static __always_inline unsigned long __phys_addr_nodebug(unsigned long x) in __phys_addr_nodebug() function
36 #define __phys_addr(x) __phys_addr_nodebug(x)
Dpage.h44 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x))