Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A 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
295 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
301 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/linux-6.3-rc2/arch/arm64/include/asm/
A Dmemory.h291 #define __virt_to_phys_nodebug(x) ({ \ macro
302 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
337 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/linux-6.3-rc2/arch/arm64/mm/
A Dphysaddr.c17 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux-6.3-rc2/arch/arm/mm/
A Dphysaddr.c44 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux-6.3-rc2/arch/mips/mm/
A Dphysaddr.c36 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux-6.3-rc2/arch/mips/include/asm/
A Dio.h103 static inline unsigned long __virt_to_phys_nodebug(volatile const void *address) in __virt_to_phys_nodebug() function
111 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)

Completed in 9 milliseconds