Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dop_helper.c285 prev_priv = get_field(mstatus, MSTATUS_SPP); in helper_sret()
289 mstatus = set_field(mstatus, MSTATUS_SPP, PRV_U); in helper_sret()
H A Dcpu_bits.h547 #define MSTATUS_SPP 0x00000100 macro
H A Dcpu_helper.c612 MSTATUS_SPP | MSTATUS_SPIE | MSTATUS_SIE | in riscv_cpu_swap_hypervisor_regs()
1951 s = set_field(s, MSTATUS_SPP, env->priv); in riscv_cpu_do_interrupt()
H A Dcsr.c1614 MSTATUS_SPP | MSTATUS_MPRV | MSTATUS_SUM | in write_mstatus()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h24 #define MSTATUS_SPP 0x00000100 macro