Searched refs:CAUSE_IRQ_FLAG (Results 1 – 5 of 5) sorted by relevance
21 unsigned int intid = regs->cause & ~CAUSE_IRQ_FLAG; in guest_irq_handler()
137 unsigned int irq_num = regs->cause & ~CAUSE_IRQ_FLAG; in guest_irq_handler()
410 ec = regs->cause & ~CAUSE_IRQ_FLAG; in route_exception() 415 if (regs->cause & CAUSE_IRQ_FLAG) { in route_exception()
31 unsigned long cause = regs->cause & ~CAUSE_IRQ_FLAG; in riscv_intc_irq()
72 #define CAUSE_IRQ_FLAG (_AC(1, UL) << (__riscv_xlen - 1)) macro