Home
last modified time | relevance | path

Searched refs:RISCV_EXCP_VS_ECALL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h684 RISCV_EXCP_VS_ECALL = 0xa, enumerator
H A Dcpu_helper.c1890 cause = RISCV_EXCP_VS_ECALL; in riscv_cpu_do_interrupt()
H A Dcsr.c1407 (1ULL << (RISCV_EXCP_VS_ECALL)) | \
1419 (1ULL << (RISCV_EXCP_VS_ECALL)) |