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

/linux-master/arch/arm64/mm/
H A Dphysaddr.c17 return __virt_to_phys_nodebug(x);
/linux-master/arch/mips/mm/
H A Dphysaddr.c36 return __virt_to_phys_nodebug(x);
/linux-master/arch/arm/mm/
H A Dphysaddr.c44 return __virt_to_phys_nodebug(x);
/linux-master/arch/arm/include/asm/
H A Dmemory.h253 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) function
284 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) function
302 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
308 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/linux-master/arch/arm64/include/asm/
H A Dmemory.h336 #define __virt_to_phys_nodebug(x) ({ \ macro
347 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
390 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/linux-master/arch/mips/include/asm/
H A Dio.h103 static inline unsigned long __virt_to_phys_nodebug(volatile const void *address) function
111 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/linux-master/scripts/gdb/linux/
H A Dmm.py200 def __virt_to_phys_nodebug(self, va): member in class:aarch64_page_ops
211 return self.__virt_to_phys_nodebug(va)

Completed in 206 milliseconds