Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h131 #define HSTATUS_SPVP _AC(0x00000100, UL) macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h601 #define HSTATUS_SPVP 0x00000100 macro
H A Dop_helper.c462 int mode = get_field(env->hstatus, HSTATUS_SPVP); in check_access_hlsv()
H A Dcpu_helper.c1934 env->hstatus = set_field(env->hstatus, HSTATUS_SPVP, in riscv_cpu_do_interrupt()
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu.c126 cntx->hstatus |= HSTATUS_SPVP; in kvm_arch_vcpu_create()