Searched defs:__virt_to_phys (Results 1 – 7 of 7) 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
32 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
50 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
184 #define __virt_to_phys(addr) addr macro189 #define __virt_to_phys(addr) \ macro
269 #define __virt_to_phys(x) __virt_to_phys_nodebug(x) macro
271 #define __virt_to_phys(x) __virt_to_phys_nodebug(x) macro