Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h85 static inline struct hyp_page *hyp_phys_to_page(phys_addr_t phys) in hyp_phys_to_page() function
91 #define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt))
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c156 start = ALIGN_DOWN((u64)hyp_phys_to_page(start), PAGE_SIZE); in hyp_back_vmemmap()
165 end = PAGE_ALIGN((u64)hyp_phys_to_page(end)); in hyp_back_vmemmap()
H A Dmem_protect.c64 for (struct hyp_page *__p = hyp_phys_to_page(__st), \
509 get_host_state(hyp_phys_to_page(addr)) != PKVM_NOPAGE); in host_stage2_adjust_range()
680 if (get_host_state(hyp_phys_to_page(addr)) == PKVM_NOPAGE) { in __host_set_page_state_range()