Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpage.h45 #define __pa_nodebug(x) __phys_addr_nodebug((unsigned long)(x)) macro
/linux-6.1.9/arch/arm64/include/asm/
Dmemory.h326 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x)) macro