Home
last modified time | relevance | path

Searched refs:__virt_to_phys_nodebug (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/include/asm/
Dmemory.h215 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
247 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
263 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
269 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/Linux-v5.4/arch/arm64/include/asm/
Dmemory.h260 #define __virt_to_phys_nodebug(x) ({ \ macro
271 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
306 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/Linux-v5.4/arch/arm64/mm/
Dphysaddr.c17 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/Linux-v5.4/arch/arm/mm/
Dphysaddr.c44 return __virt_to_phys_nodebug(x); in __virt_to_phys()