Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/include/asm/
Dmemory.h248 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
279 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
/linux-5.19.10/arch/arm64/include/asm/
Dmemory.h268 #define __virt_to_phys_nodebug(x) ({ \ macro
/linux-5.19.10/arch/mips/include/asm/
Dio.h103 static inline unsigned long __virt_to_phys_nodebug(volatile const void *address) in __virt_to_phys_nodebug() function