Searched refs:hyp_page_to_virt (Results 1 – 2 of 2) sorted by relevance
74 struct list_head *node = hyp_page_to_virt(p); in page_remove_from_list()82 struct list_head *node = hyp_page_to_virt(p); in page_add_to_list()99 memset(hyp_page_to_virt(p), 0, PAGE_SIZE << p->order); in __hyp_attach_page()233 return hyp_page_to_virt(p); in hyp_alloc_pages()
38 #define hyp_page_to_virt(page) __hyp_va(hyp_page_to_phys(page)) macro