Searched refs:hyp_virt_to_phys (Results 1 – 5 of 5) sorted by relevance
111 phys = hyp_virt_to_phys((void *)virt_addr); in pkvm_create_mappings_locked()196 start = hyp_virt_to_phys((void *)__hyp_idmap_text_start); in hyp_create_idmap()199 end = hyp_virt_to_phys((void *)__hyp_idmap_text_end); in hyp_create_idmap()
56 hyp_early_alloc_mm_ops.virt_to_phys = hyp_virt_to_phys; in hyp_early_alloc_init()
81 ret = hyp_back_vmemmap(phys, size, hyp_virt_to_phys(vmemmap_base)); in recreate_hyp_mappings()283 .virt_to_phys = hyp_virt_to_phys, in __pkvm_init_finalise()
97 .virt_to_phys = hyp_virt_to_phys, in prepare_s2_pool()
25 static inline phys_addr_t hyp_virt_to_phys(void *addr) in hyp_virt_to_phys() function