Home
last modified time | relevance | path

Searched refs:exit_info (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c604 HPFAR_EL2_FIPA_ADDR(hypctx->exit_info.hpfar_el2); in arm64_gen_inst_emul_data()
606 vme_ret->u.inst_emul.gpa += hypctx->exit_info.far_el2 & in arm64_gen_inst_emul_data()
719 gpa = HPFAR_EL2_FIPA_ADDR(hypctx->exit_info.hpfar_el2); in handle_el1_sync_excp()
723 hypctx->exit_info.far_el2, in handle_el1_sync_excp()
741 hypctx->exit_info.far_el2, false, in handle_el1_sync_excp()
1158 vme->u.hyp.far_el2 = hypctx->exit_info.far_el2; in vmmops_run()
1159 vme->u.hyp.hpfar_el2 = hypctx->exit_info.hpfar_el2; in vmmops_run()
H A Dvmm_hyp.c519 hypctx->exit_info.far_el2 = READ_SPECIALREG(far_el2); in vmm_hyp_call_guest()
553 hypctx->exit_info.hpfar_el2 = READ_SPECIALREG(hpfar_el2); in vmm_hyp_call_guest()
560 arm64_address_translate_s1e1r(hypctx->exit_info.far_el2); in vmm_hyp_call_guest()
564 hypctx->exit_info.hpfar_el2 = hpfar_el2; in vmm_hyp_call_guest()
H A Darm64.h106 } exit_info; member