Searched refs:CAUSEB_IP (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/dec/
H A Dinterrupts.h94 #define DEC_CPU_IRQ_MASK(n) (1 << ((n) + CAUSEB_IP))
95 #define DEC_CPU_IRQ_ALL (0xff << CAUSEB_IP)
/linux-4.1.27/arch/mips/kernel/
H A Dirq_cpu.c112 pending >>= CAUSEB_IP; plat_irq_dispatch() local
H A Dcevt-r4k.c111 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP); c0_compare_int_pending()
H A Dtraps.c2122 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP; per_cpu_trap_init()
/linux-4.1.27/arch/mips/dec/
H A Dint-handler.S223 srl t0,CAUSEB_IP
224 li t1,CAUSEF_IP>>CAUSEB_IP # mask
/linux-4.1.27/arch/mips/include/asm/
H A Dmipsregs.h346 #define CAUSEB_IP 8 macro

Completed in 325 milliseconds