Home
last modified time | relevance | path

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

/Linux-v5.10/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
/Linux-v5.10/arch/arm64/include/asm/
Dmemory.h250 #define __virt_to_phys_nodebug(x) ({ \ macro