Home
last modified time | relevance | path

Searched refs:__va_to_pa_nodebug (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/riscv/mm/
Dphysaddr.c18 return __va_to_pa_nodebug(x); in __virt_to_phys()
33 return __va_to_pa_nodebug(x); in __phys_addr_symbol()
/linux-5.19.10/arch/riscv/include/asm/
Dpage.h142 #define __va_to_pa_nodebug(x) ({ \ macro
152 #define __virt_to_phys(x) __va_to_pa_nodebug(x)
153 #define __phys_addr_symbol(x) __va_to_pa_nodebug(x)