Searched refs:hyp_phys_to_page (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h32 #define hyp_phys_to_page(phys) (&hyp_vmemmap[hyp_phys_to_pfn(phys)]) macro
33 #define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt))
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c48 return hyp_phys_to_page(addr);
239 p = hyp_phys_to_page(phys);
H A Dmm.c156 start = ALIGN_DOWN((u64)hyp_phys_to_page(start), PAGE_SIZE);
165 end = PAGE_ALIGN((u64)hyp_phys_to_page(end));

Completed in 285 milliseconds