Home
last modified time | relevance | path

Searched refs:hyp_virt_to_phys (Results 1 – 5 of 5) sorted by relevance

/arch/arm64/kvm/hyp/nvhe/
Dmm.c83 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()
Dearly_alloc.c53 hyp_early_alloc_mm_ops.virt_to_phys = hyp_virt_to_phys; in hyp_early_alloc_init()
Dsetup.c84 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()
Dmem_protect.c79 .virt_to_phys = hyp_virt_to_phys, in prepare_s2_pools()
/arch/arm64/kvm/hyp/include/nvhe/
Dmemory.h29 static inline phys_addr_t hyp_virt_to_phys(void *addr) in hyp_virt_to_phys() function