Searched refs:hyp_physvirt_offset (Results 1 – 4 of 4) sorted by relevance
13 s64 __ro_after_init hyp_physvirt_offset; variable
62 ldr_l \tmp, hyp_physvirt_offset108 #define __hyp_pa(x) (((phys_addr_t)(x)) + hyp_physvirt_offset)
70 #define __hyp_va(phys) ((void *)((phys_addr_t)(phys) - hyp_physvirt_offset))
46 hyp_physvirt_offset = (s64)__pa(kern_va) - (s64)hyp_va; in init_hyp_physvirt_offset()