Home
last modified time | relevance | path

Searched refs:kern_va (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/
H A Dva_layout.c41 u64 kern_va, hyp_va; in init_hyp_physvirt_offset() local
44 kern_va = (u64)lm_alias(__hyp_text_start); in init_hyp_physvirt_offset()
45 hyp_va = __early_kern_hyp_va(kern_va); in init_hyp_physvirt_offset()
46 hyp_physvirt_offset = (s64)__pa(kern_va) - (s64)hyp_va; in init_hyp_physvirt_offset()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dtrace.c100 static void *__pin_shared_page(unsigned long kern_va) in __pin_shared_page() argument
102 void *va = kern_hyp_va((void *)kern_va); in __pin_shared_page()