Home
last modified time | relevance | path

Searched refs:MSTATUS_SIE (Results 1 – 4 of 4) sorted by relevance

/qemu/target/riscv/
H A Dcpu_helper.c492 (env->priv == PRV_S && get_field(env->mstatus, MSTATUS_SIE)); in riscv_cpu_local_irq_pending()
497 (env->priv == PRV_S && get_field(env->mstatus, MSTATUS_SIE)); in riscv_cpu_local_irq_pending()
593 MSTATUS_SPP | MSTATUS_SPIE | MSTATUS_SIE | in riscv_cpu_swap_hypervisor_regs()
2352 s = set_field(s, MSTATUS_SPIE, get_field(s, MSTATUS_SIE)); in riscv_cpu_do_interrupt()
2354 s = set_field(s, MSTATUS_SIE, 0); in riscv_cpu_do_interrupt()
H A Dcpu_bits.h552 #define MSTATUS_SIE 0x00000002 macro
H A Dop_helper.c300 mstatus = set_field(mstatus, MSTATUS_SIE, in helper_sret()
H A Dcsr.c1993 mask = MSTATUS_SIE | MSTATUS_SPIE | MSTATUS_MIE | MSTATUS_MPIE | in write_mstatus()
2008 val &= ~MSTATUS_SIE; in write_mstatus()