Searched refs:CAUSEB_IP (Results 1 – 8 of 8) sorted by relevance
94 #define DEC_CPU_IRQ_MASK(n) (1 << ((n) + CAUSEB_IP))95 #define DEC_CPU_IRQ_ALL (0xff << CAUSEB_IP)
44 return -clz(pending) + 31 - CAUSEB_IP; in irq_ffs()
90 return fls(pending) - 1 + CAUSEB_IP; in irq_ffs()
223 srl t0,CAUSEB_IP224 li t1,CAUSEF_IP>>CAUSEB_IP # mask
101 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP); in c0_compare_int_pending()
1593 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP; in per_cpu_trap_init()
219 return -clz(pending) + 31 - CAUSEB_IP; in irq_ffs()
441 #define CAUSEB_IP 8 macro