Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpage_64.h18 static __always_inline unsigned long __phys_addr_nodebug(unsigned long x) in __phys_addr_nodebug() function
Dpage_32.h9 #define __phys_addr_nodebug(x) ((x) - PAGE_OFFSET) macro