Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/riscv64/riscv64/
Dvm_machdep.c96 tf->tf_sstatus |= (SSTATUS_SPIE); /* Enable interrupts. */ in cpu_fork()
Dexception.S122 li t1, SSTATUS_SPIE
/openbsd/src/sys/arch/riscv64/include/
Driscvreg.h91 #define SSTATUS_SPIE (1 << 5) macro