Searched refs:MSTATUS_SIE (Results 1 – 5 of 5) sorted by relevance
17 #define MSTATUS_SIE 0x00000002 macro
442 (env->priv == PRV_S && get_field(env->mstatus, MSTATUS_SIE)); in riscv_cpu_local_irq_pending()447 (env->priv == PRV_S && get_field(env->mstatus, MSTATUS_SIE)); in riscv_cpu_local_irq_pending()541 MSTATUS_SPP | MSTATUS_SPIE | MSTATUS_SIE | in riscv_cpu_swap_hypervisor_regs()1795 s = set_field(s, MSTATUS_SPIE, get_field(s, MSTATUS_SIE)); in riscv_cpu_do_interrupt()1797 s = set_field(s, MSTATUS_SIE, 0); in riscv_cpu_do_interrupt()
538 #define MSTATUS_SIE 0x00000002 macro
286 mstatus = set_field(mstatus, MSTATUS_SIE, in helper_sret()
1580 mask = MSTATUS_SIE | MSTATUS_SPIE | MSTATUS_MIE | MSTATUS_MPIE | in write_mstatus()