Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.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)
Dpage.h45 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x))