Home
last modified time | relevance | path

Searched refs:CAUSEF_PCI (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/oprofile/
Dop_model_loongson3.c141 if (!(cause & CAUSEF_PCI)) in loongson3_perfcount_handler()
Dop_model_mipsxx.c243 if (cpu_has_mips_r2 && !(read_c0_cause() & CAUSEF_PCI)) in mipsxx_perfcount_handler()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dperf_event_mipsxx.c1648 if (cpu_has_perf_cntr_intr_bit && !(read_c0_cause() & CAUSEF_PCI)) in mipsxx_pmu_handle_shared_irq()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dmipsregs.h441 #define CAUSEF_PCI (_ULCAST_(1) << 26) macro