Searched refs:hyp_page_to_phys (Results 1 – 2 of 2) sorted by relevance
95 #define hyp_page_to_phys(page) hyp_pfn_to_phys((hyp_page_to_pfn(page))) macro 96 #define hyp_page_to_virt(page) __hyp_va(hyp_page_to_phys(page))
37 phys_addr_t addr = hyp_page_to_phys(p); in __find_buddy_nocheck() 96 phys_addr_t phys = hyp_page_to_phys(p); in __hyp_attach_page()