Home
last modified time | relevance | path

Searched refs:INTCTLB_IPTI (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h323 #define INTCTLB_IPTI 29 macro
324 #define INTCTLF_IPTI (_ULCAST_(7) << INTCTLB_IPTI)
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h391 #define INTCTLB_IPTI 29 macro
392 #define INTCTLF_IPTI (_ULCAST_(7) << INTCTLB_IPTI)
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2289 cp0_compare_irq = (read_c0_intctl() >> INTCTLB_IPTI) & 7; in per_cpu_trap_init()