Searched refs:hyp_phys_to_virt (Results 1 – 4 of 4) sorted by relevance
59 void *start, *end, *virt = hyp_phys_to_virt(phys); in recreate_hyp_mappings()238 .phys_to_virt = hyp_phys_to_virt, in __pkvm_init_finalise()259 void *virt = hyp_phys_to_virt(phys); in __pkvm_init()
52 hyp_early_alloc_mm_ops.phys_to_virt = hyp_phys_to_virt; in hyp_early_alloc_init()
81 .phys_to_virt = hyp_phys_to_virt, in prepare_s2_pool()
20 static inline void *hyp_phys_to_virt(phys_addr_t phys) in hyp_phys_to_virt() function