Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H 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()
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h38 #define hyp_page_to_virt(page) __hyp_va(hyp_page_to_phys(page)) macro