Searched refs:CAUSEF_PCI (Results 1 – 4 of 4) sorted by relevance
141 if (!(cause & CAUSEF_PCI)) in loongson3_perfcount_handler()
243 if (cpu_has_mips_r2 && !(read_c0_cause() & CAUSEF_PCI)) in mipsxx_perfcount_handler()
1648 if (cpu_has_perf_cntr_intr_bit && !(read_c0_cause() & CAUSEF_PCI)) in mipsxx_pmu_handle_shared_irq()
441 #define CAUSEF_PCI (_ULCAST_(1) << 26) macro