Searched refs:__virt_to_phys (Results 1 – 2 of 2) sorted by relevance
52 #ifndef __virt_to_phys53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro72 #define __pa(x) __virt_to_phys((unsigned long)(x))
15 #define __virt_to_bus(x) __virt_to_phys(x)