Home
last modified time | relevance | path

Searched refs:hyp_page_to_virt (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/kvm/hyp/nvhe/
A Dpage_alloc.c74 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()
A Dmem_protect.c1209 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()
/arch/arm64/kvm/hyp/include/nvhe/
A Dmemory.h96 #define hyp_page_to_virt(page) __hyp_va(hyp_page_to_phys(page)) macro

Completed in 8 milliseconds