Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h21 #define __hyp_pa(virt) ((phys_addr_t)(virt) + hyp_physvirt_offset) macro
31 return __hyp_pa(addr); in hyp_virt_to_phys()
37 #define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt))
38 #define hyp_virt_to_pfn(virt) hyp_phys_to_pfn(__hyp_pa(virt))
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c141 __hyp_pa(&kvm_hyp_cpu_entry), in psci_cpu_on()
142 __hyp_pa(init_params)); in psci_cpu_on()
175 __hyp_pa(&kvm_hyp_cpu_resume), in psci_cpu_suspend()
176 __hyp_pa(init_params)); in psci_cpu_suspend()
199 __hyp_pa(&kvm_hyp_cpu_resume), in psci_system_suspend()
200 __hyp_pa(init_params), 0); in psci_system_suspend()
H A Dsetup.c37 hyp_vmemmap_range(__hyp_pa(virt), size, &vstart, &vend); in divide_memory_pool()
136 params->pgd_pa = __hyp_pa(pkvm_pgtable.pgd); in update_nvhe_init_params()
210 fn = (typeof(fn))__hyp_pa(__pkvm_init_switch_pgd); in __pkvm_init()
211 fn(__hyp_pa(params), __pkvm_init_finalise); in __pkvm_init()
H A Dmm.c140 phys = __hyp_pa(__bp_harden_hyp_vecs); in hyp_map_vectors()
H A Dmem_protect.c117 mmu->pgd_phys = __hyp_pa(host_kvm.pgt.pgd); in kvm_host_prepare_stage2()