Searched refs:md_saved_sstatus_ie (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/riscv/include/
H A Dproc.h39 register_t md_saved_sstatus_ie; /* (k) */ member in struct:mdthread
/freebsd-11-stable/sys/riscv/riscv/
H A Dvm_machdep.c101 td2->td_md.md_saved_sstatus_ie = 1;
169 td->td_md.md_saved_sstatus_ie = 1;
H A Dmachdep.c402 td->td_md.md_saved_sstatus_ie = intr_disable();
416 sstatus_ie = td->td_md.md_saved_sstatus_ie;

Completed in 118 milliseconds