Home
last modified time | relevance | path

Searched refs:SIE_SSIE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c167 csr_set(sie, SIE_SSIE); in init_secondary()
168 csr_set(sip, SIE_SSIE); in init_secondary()
/freebsd/sys/riscv/include/
H A Driscvreg.h138 #define SIE_SSIE (1 << 1) macro