Home
last modified time | relevance | path

Searched refs:RISCV_EXCP_INT_FLAG (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h703 #define RISCV_EXCP_INT_FLAG 0x80000000 macro
H A Dcpu_helper.c575 cs->exception_index = RISCV_EXCP_INT_FLAG | interruptno; in riscv_cpu_exec_interrupt()
1802 bool async = !!(cs->exception_index & RISCV_EXCP_INT_FLAG); in riscv_cpu_do_interrupt()