Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm/include/asm/
Dmemory.h247 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
278 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
296 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
302 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/linux-6.14.4/arch/arm64/include/asm/
Dmemory.h341 #define __virt_to_phys_nodebug(x) ({ \ macro
352 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
389 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/linux-6.14.4/arch/arm64/mm/
Dphysaddr.c17 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux-6.14.4/arch/arm/mm/
Dphysaddr.c44 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux-6.14.4/arch/mips/mm/
Dphysaddr.c36 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux-6.14.4/arch/mips/include/asm/
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)
/linux-6.14.4/scripts/gdb/linux/
Dmm.py205 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops
216 return self.__virt_to_phys_nodebug(va)