Home
last modified time | relevance | path

Searched refs:MSTATUS_SPIE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dop_helper.c287 get_field(mstatus, MSTATUS_SPIE)); in helper_sret()
288 mstatus = set_field(mstatus, MSTATUS_SPIE, 1); in helper_sret()
H A Dcpu_bits.h544 #define MSTATUS_SPIE 0x00000020 macro
H A Dcpu_helper.c612 MSTATUS_SPP | MSTATUS_SPIE | MSTATUS_SIE | in riscv_cpu_swap_hypervisor_regs()
1950 s = set_field(s, MSTATUS_SPIE, get_field(s, MSTATUS_SIE)); in riscv_cpu_do_interrupt()
H A Dcsr.c1613 mask = MSTATUS_SIE | MSTATUS_SPIE | MSTATUS_MIE | MSTATUS_MPIE | in write_mstatus()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h21 #define MSTATUS_SPIE 0x00000020 macro