Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c121 td2->td_md.md_saved_sstatus_ie = (SSTATUS_SIE); in cpu_fork()
181 td->td_md.md_saved_sstatus_ie = (SSTATUS_SIE); in cpu_copy_thread()
H A Dmachdep.c251 td->td_md.md_saved_sstatus_ie = reg; in spinlock_enter()
264 sstatus_ie = td->td_md.md_saved_sstatus_ie; in spinlock_exit()
/freebsd/sys/riscv/include/
H A Dproc.h36 register_t md_saved_sstatus_ie; /* (k) */ member