Searched refs:MSTATUS_SPP (Results 1 – 5 of 5) sorted by relevance
24 #define MSTATUS_SPP 0x00000100 macro
299 prev_priv = get_field(mstatus, MSTATUS_SPP); in helper_sret()303 mstatus = set_field(mstatus, MSTATUS_SPP, PRV_U); in helper_sret()
618 #define MSTATUS_SPP 0x00000100 macro
592 MSTATUS_SPP | MSTATUS_SPIE | MSTATUS_SIE | in riscv_cpu_swap_hypervisor_regs()2353 s = set_field(s, MSTATUS_SPP, env->priv); in riscv_cpu_do_interrupt()
2002 MSTATUS_SPP | MSTATUS_MPRV | MSTATUS_SUM | in write_mstatus()