Searched defs:__virt_to_phys (Results 1 – 8 of 8) sorted by relevance
10 phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function
38 phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function
9 phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function
32 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
178 #define __virt_to_phys(addr) addr macro183 #define __virt_to_phys(addr) \ macro
269 #define __virt_to_phys(x) __virt_to_phys_nodebug(x) macro
110 #define __virt_to_phys(x) __va_to_pa_nodebug(x) macro
261 #define __virt_to_phys(x) __virt_to_phys_nodebug(x) macro