Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgenassym.c111 ASSYM(HYP_H_SSTATUS, offsetof(struct hypctx, host_regs.hyp_sstatus));
125 ASSYM(HYP_G_SSTATUS, offsetof(struct hypctx, guest_regs.hyp_sstatus));
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c224 hypctx->guest_regs.hyp_sstatus = SSTATUS_SPP | SSTATUS_SPIE; in vmmops_vcpu_init()
225 hypctx->guest_regs.hyp_sstatus |= SSTATUS_FS_INITIAL; in vmmops_vcpu_init()
674 __func__, csr_read(vsatp), hypctx->guest_regs.hyp_sstatus, in vmmops_run()
H A Driscv.h52 uint64_t hyp_sstatus; member