Home
last modified time | relevance | path

Searched refs:SSTATUS_SPIE (Results 1 – 4 of 4) 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/include/
H A Driscvreg.h57 #define SSTATUS_SPIE (1 << 5) macro
/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