Searched refs:__virt_to_phys (Results 1 – 2 of 2) sorted by relevance
21 #define __virt_to_bus(x) __virt_to_phys(x)
56 #ifndef __virt_to_phys57 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro74 #define __pa(x) __virt_to_phys((unsigned long)(x))