Searched refs:hyp_sepc (Results 1 – 3 of 3) sorted by relevance
110 ASSYM(HYP_H_SEPC, offsetof(struct hypctx, host_regs.hyp_sepc));124 ASSYM(HYP_G_SEPC, offsetof(struct hypctx, guest_regs.hyp_sepc));
616 hypctx->guest_regs.hyp_sepc = (uint64_t)pc; in vmmops_run()708 vme->pc = hypctx->guest_regs.hyp_sepc; in vmmops_run()717 hypctx->guest_regs.hyp_sepc += vme->inst_length; in vmmops_run()846 return (&hypctx->guest_regs.hyp_sepc); in hypctx_regptr()
51 uint64_t hyp_sepc; member