Home
last modified time | relevance | path

Searched refs:STATUSF_IP7 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/kernel/
H A Dsmp-mt.c115 STATUSF_IP6 | STATUSF_IP7); in vsmp_init_secondary()
118 STATUSF_IP6 | STATUSF_IP7); in vsmp_init_secondary()
/linux/arch/mips/txx9/rbtx4927/
H A Dirq.c176 if (pending & STATUSF_IP7) /* cpu timer */ in rbtx4927_irq_dispatch()
/linux/arch/mips/ralink/
H A Dirq.c115 if (pending & STATUSF_IP7) in plat_irq_dispatch()
/linux/arch/mips/loongson64/
H A Dsmp.c409 unsigned int imask = STATUSF_IP7 | STATUSF_IP6 | in loongson3_init_secondary()
/linux/arch/mips/include/asm/
H A Dmipsregs.h491 #define STATUSF_IP7 (_ULCAST_(1) << 15) macro