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
40 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
53 #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
272 #define __virt_to_phys(x) __virt_to_phys_nodebug(x) macro
244 #define __virt_to_phys(x) __virt_to_phys_nodebug(x) macro