Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu_bits.h711 RISCV_EXCP_S_ECALL = 0x9, enumerator
H A Dcpu_helper.c2269 cause = RISCV_EXCP_S_ECALL; in riscv_cpu_do_interrupt()
H A Dcsr.c1781 (1ULL << (RISCV_EXCP_S_ECALL)) | \
1793 ~((1ULL << (RISCV_EXCP_S_ECALL)) |