Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm/include/asm/
Dmemory.h253 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
284 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
/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
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmemory.h250 #define __virt_to_phys_nodebug(x) ({ \ macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dmemory.h295 #define __virt_to_phys_nodebug(x) ({ \ macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
Dio.h100 static inline unsigned long __virt_to_phys_nodebug(volatile const void *address) in __virt_to_phys_nodebug() function
/kernel/linux/linux-6.6/scripts/gdb/linux/
Dmm.py200 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops