Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c311 if ((ks->status & SSTATUS_SPIE) != 0) in kinst_invop()
312 frame->tf_sstatus |= SSTATUS_SPIE; in kinst_invop()
340 frame->tf_sstatus &= ~SSTATUS_SPIE; in kinst_invop()
/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c91 tf->tf_sstatus |= (SSTATUS_SPIE); /* Enable interrupts. */ in cpu_fork()
H A Dexception.S120 li t1, SSTATUS_SPIE
/freebsd/sys/riscv/include/
H A Driscvreg.h63 #define SSTATUS_SPIE (1 << 5) macro
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c221 hypctx->guest_regs.hyp_sstatus = SSTATUS_SPP | SSTATUS_SPIE; in vmmops_vcpu_init()