Searched refs:hyp_page_to_virt (Results 1 – 3 of 3) 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()100 memset(hyp_page_to_virt(p), 0, PAGE_SIZE << p->order); in __hyp_attach_page()220 return hyp_page_to_virt(p); in hyp_alloc_pages()
1209 hyp_put_page(&selftest_vm.pool, hyp_page_to_virt(&p[i])); in init_selftest_vm()1220 void *virt = hyp_page_to_virt(selftest_page); in assert_page_state()
96 #define hyp_page_to_virt(page) __hyp_va(hyp_page_to_phys(page)) macro
Completed in 8 milliseconds