Searched refs:cpu_has_perf_cntr_intr_bit (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h73 #define cpu_has_perf_cntr_intr_bit 1 macro
77 #define cpu_has_perf_cntr_intr_bit 0 macro
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h61 #define cpu_has_perf_cntr_intr_bit 0 macro
/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h389 #ifndef cpu_has_perf_cntr_intr_bit
390 #define cpu_has_perf_cntr_intr_bit (cpu_data[0].options & MIPS_CPU_PCI) macro
/linux-4.1.27/arch/mips/kernel/
H A Dperf_event_mipsxx.c1376 if (cpu_has_perf_cntr_intr_bit && !(read_c0_cause() & CAUSEF_PCI)) mipsxx_pmu_handle_shared_irq()

Completed in 125 milliseconds