Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h17 extern s64 hyp_physvirt_offset;
21 #define __hyp_pa(virt) ((phys_addr_t)(virt) + hyp_physvirt_offset)
22 #define __hyp_va(phys) ((void *)((phys_addr_t)(phys) - hyp_physvirt_offset))
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dearly_alloc.c13 s64 __ro_after_init hyp_physvirt_offset; variable
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_host.h260 extern s64 kvm_nvhe_sym(hyp_physvirt_offset);
261 #define hyp_physvirt_offset CHOOSE_NVHE_SYM(hyp_physvirt_offset) macro
H A Dkvm_mmu.h81 ldr_l \tmp, hyp_physvirt_offset
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dva_layout.c46 hyp_physvirt_offset = (s64)__pa(kern_va) - (s64)hyp_va; in init_hyp_physvirt_offset()