Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/riscv/riscv/
Dvm_machdep.c106 td2->td_md.md_saved_sstatus_ie = (SSTATUS_SIE); in cpu_fork()
174 td->td_md.md_saved_sstatus_ie = (SSTATUS_SIE); in cpu_copy_thread()
Dmachdep.c520 td->td_md.md_saved_sstatus_ie = reg; in spinlock_enter()
534 sstatus_ie = td->td_md.md_saved_sstatus_ie; in spinlock_exit()
/freebsd-12-stable/sys/riscv/include/
Dproc.h39 register_t md_saved_sstatus_ie; /* (k) */ member