Searched refs:hyp_virt_to_phys (Results 1 – 5 of 5) sorted by relevance
83 phys = hyp_virt_to_phys((void *)virt_addr); in pkvm_create_mappings()156 start = hyp_virt_to_phys((void *)__hyp_idmap_text_start); in hyp_create_idmap()159 end = hyp_virt_to_phys((void *)__hyp_idmap_text_end); in hyp_create_idmap()
53 hyp_early_alloc_mm_ops.virt_to_phys = hyp_virt_to_phys; in hyp_early_alloc_init()
84 ret = hyp_back_vmemmap(phys, size, hyp_virt_to_phys(vmemmap_base)); in recreate_hyp_mappings()168 .virt_to_phys = hyp_virt_to_phys, in __pkvm_init_finalise()
79 .virt_to_phys = hyp_virt_to_phys, in prepare_s2_pools()
29 static inline phys_addr_t hyp_virt_to_phys(void *addr) in hyp_virt_to_phys() function