Home
last modified time | relevance | path

Searched refs:INTCTLB_IPPCI (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/
Dmipsregs.h534 #define INTCTLB_IPPCI 26 macro
535 #define INTCTLF_IPPCI (_ULCAST_(7) << INTCTLB_IPPCI)
/linux-6.12.1/arch/mips/kernel/
Dtraps.c2251 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7; in per_cpu_trap_init()