| /OK3568_Linux_fs/kernel/arch/mips/sni/ |
| H A D | pcit.c | 209 u32 pending = read_c0_cause() & read_c0_status(); in sni_pcit_hwint() 223 u32 pending = read_c0_cause() & read_c0_status(); in sni_pcit_hwint_cplus()
|
| H A D | a20r.c | 212 cause = read_c0_cause(); in a20r_hwint()
|
| H A D | pcimt.c | 278 u32 pending = read_c0_cause() & read_c0_status(); in sni_pcimt_hwint()
|
| H A D | rm200.c | 443 u32 pending = read_c0_cause() & read_c0_status(); in sni_rm200_hwint()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | cevt-r4k.c | 150 if (!r2 || (read_c0_cause() & CAUSEF_TI)) { in c0_compare_interrupt() 183 return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP); in c0_compare_int_pending()
|
| H A D | rtlx-mt.c | 25 if (read_c0_cause() & read_c0_status() & C_SW0) in rtlx_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/ |
| H A D | irq.c | 38 pending = read_c0_cause() & read_c0_status() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/cobalt/ |
| H A D | irq.c | 25 unsigned pending = read_c0_status() & read_c0_cause() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm47xx/ |
| H A D | irq.c | 38 cause = read_c0_cause() & read_c0_status() & CAUSEF_IP; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-ath79-cpu.c | 39 pending = read_c0_status() & read_c0_cause() & ST0_IM; in plat_irq_dispatch()
|
| H A D | irq-mips-cpu.c | 129 unsigned long pending = read_c0_cause() & read_c0_status() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/ |
| H A D | ip32-irq.c | 335 printk("cp0_cause: %08x\n", read_c0_cause()); in ip32_unknown_interrupt() 410 unsigned int pending = read_c0_status() & read_c0_cause(); in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | irq.c | 80 unsigned int pending = read_c0_cause() & read_c0_status() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/jazz/ |
| H A D | irq.c | 95 unsigned int pending = read_c0_cause() & read_c0_status(); in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/ralink/ |
| H A D | irq.c | 113 pending = read_c0_status() & read_c0_cause() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/ar7/ |
| H A D | irq.c | 158 unsigned int pending = read_c0_status() & read_c0_cause() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/oprofile/ |
| H A D | op_model_loongson3.c | 140 cause = read_c0_cause(); in loongson3_perfcount_handler()
|
| H A D | op_model_mipsxx.c | 243 if (cpu_has_mips_r2 && !(read_c0_cause() & CAUSEF_PCI)) in mipsxx_perfcount_handler()
|
| /OK3568_Linux_fs/kernel/arch/mips/rb532/ |
| H A D | irq.c | 217 unsigned int cp0_cause = read_c0_cause() & read_c0_status(); in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson32/common/ |
| H A D | irq.c | 133 pending = read_c0_cause() & read_c0_status() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/sb1250/ |
| H A D | irq.c | 308 pending = read_c0_cause() & read_c0_status() & ST0_IM; in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/ |
| H A D | ip22-int.c | 200 unsigned int pending = read_c0_status() & read_c0_cause(); in plat_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/ath25/ |
| H A D | ar2315.c | 129 u32 pending = read_c0_status() & read_c0_cause(); in ar2315_irq_dispatch()
|
| H A D | ar5312.c | 126 u32 pending = read_c0_status() & read_c0_cause(); in ar5312_irq_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/bcm1480/ |
| H A D | irq.c | 337 pending = read_c0_cause() & read_c0_status(); in plat_irq_dispatch()
|