Home
last modified time | relevance | path

Searched refs:hyp_phys_to_virt (Results 1 – 7 of 7) sorted by relevance

/arch/arm64/kvm/hyp/nvhe/
Dsetup.c77 void *start, *end, *virt = hyp_phys_to_virt(phys); in recreate_hyp_mappings()
149 start = hyp_phys_to_virt(pvmfw_base); in recreate_hyp_mappings()
257 u64 start = (u64)hyp_phys_to_virt(reg->base); in fix_host_ownership()
300 .phys_to_virt = hyp_phys_to_virt, in __pkvm_init_finalise()
339 void *virt = hyp_phys_to_virt(phys); in __pkvm_init()
Dearly_alloc.c55 hyp_early_alloc_mm_ops.phys_to_virt = hyp_phys_to_virt; in hyp_early_alloc_init()
Dmm.c145 memset(hyp_phys_to_virt(back), 0, size); in hyp_back_vmemmap()
327 return pop_hyp_memcache(host_mc, hyp_phys_to_virt); in admit_host_page()
Dffa.c213 tx_virt = hyp_phys_to_virt(tx); in do_ffa_rxtx_map()
220 rx_virt = hyp_phys_to_virt(rx); in do_ffa_rxtx_map()
Dpkvm.c624 addr = pop_hyp_memcache(vcpu_mc, hyp_phys_to_virt); in drain_shadow_vcpus()
872 void *src = hyp_phys_to_virt(pvmfw_base) + offset; in pkvm_load_pvmfw_pages()
906 void *addr = hyp_phys_to_virt(pvmfw_base); in pkvm_clear_pvmfw_pages()
Dmem_protect.c128 .phys_to_virt = hyp_phys_to_virt, in prepare_s2_pool()
212 addr = pop_hyp_memcache(mc, hyp_phys_to_virt); in guest_s2_zalloc_page()
263 .phys_to_virt = hyp_phys_to_virt, in kvm_guest_prepare_stage2()
/arch/arm64/kvm/hyp/include/nvhe/
Dmemory.h28 static inline void *hyp_phys_to_virt(phys_addr_t phys) in hyp_phys_to_virt() function