hyp_phys_to_page
#define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt))
state = get_host_state(hyp_phys_to_page(phys));
get_host_state(hyp_phys_to_page(addr)) != PKVM_NOPAGE);
for (struct hyp_page *__p = hyp_phys_to_page(__st), \
if (get_host_state(hyp_phys_to_page(addr)) == PKVM_NOPAGE) {
start = ALIGN_DOWN((u64)hyp_phys_to_page(start), PAGE_SIZE);
end = PAGE_ALIGN((u64)hyp_phys_to_page(end));
p = hyp_phys_to_page(phys);
return hyp_phys_to_page(addr);
page = hyp_phys_to_page(phys);