Home
last modified time | relevance | path

Searched refs:__virt_to_phys_nodebug (Results 1 – 4 of 4) 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
268 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x))
274 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h259 #define __virt_to_phys_nodebug(x) ({ \ macro
270 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
305 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dphysaddr.c17 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dphysaddr.c44 return __virt_to_phys_nodebug(x); in __virt_to_phys()