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.h667 RISCV_EXCP_S_ECALL = 0x9, enumerator
H A Dcpu_helper.c1738 cause = RISCV_EXCP_S_ECALL; in riscv_cpu_do_interrupt()
H A Dcsr.c1165 (1ULL << (RISCV_EXCP_S_ECALL)) | \
1176 ~((1ULL << (RISCV_EXCP_S_ECALL)) |