Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
Dmemory.h263 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
294 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
310 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
316 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmemory.h250 #define __virt_to_phys_nodebug(x) ({ \ macro
261 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
296 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/kernel/linux/linux-5.10/arch/arm64/mm/
Dphysaddr.c17 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/kernel/linux/linux-5.10/arch/arm/mm/
Dphysaddr.c44 return __virt_to_phys_nodebug(x); in __virt_to_phys()