Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpage.h44 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
/arch/arm64/include/asm/
Dmemory.h359 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro