Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dop_helper.c346 get_field(mstatus, MSTATUS_MPIE)); in helper_mret()
347 mstatus = set_field(mstatus, MSTATUS_MPIE, 1); in helper_mret()
H A Dcpu_bits.h546 #define MSTATUS_MPIE 0x00000080 macro
H A Dcpu_helper.c1987 s = set_field(s, MSTATUS_MPIE, get_field(s, MSTATUS_MIE)); 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.h23 #define MSTATUS_MPIE 0x00000080 macro