Home
last modified time | relevance | path

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

/freebsd/sys/arm64/vmm/
H A Dvmm_hyp.c487 struct hypctx host_hypctx; in vmm_hyp_call_guest() local
494 vmm_hyp_reg_store(&host_hypctx, NULL, false); in vmm_hyp_call_guest()
509 host_hypctx.mdcr_el2 = READ_SPECIALREG(mdcr_el2); in vmm_hyp_call_guest()
515 WRITE_SPECIALREG(mdcr_el2, host_hypctx.mdcr_el2); in vmm_hyp_call_guest()
570 vmm_hyp_reg_restore(&host_hypctx, NULL, false); in vmm_hyp_call_guest()