Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmemory.h220 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
252 static inline phys_addr_t __virt_to_phys_nodebug(unsigned long x) in __virt_to_phys_nodebug() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h259 #define __virt_to_phys_nodebug(x) ({ \ macro