Searched refs:RISCV_EXCP_INT_FLAG (Results 1 – 2 of 2) sorted by relevance
703 #define RISCV_EXCP_INT_FLAG 0x80000000 macro
575 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()