Searched refs:read_c0_intctl (Results 1 - 2 of 2) sorted by relevance

/arch/mips/kernel/
H A Dtraps.c1953 cp0_compare_irq = (read_c0_intctl() >> INTCTLB_IPTI) & 7;
1954 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7;
/arch/mips/include/asm/
H A Dmipsregs.h1227 #define read_c0_intctl() __read_32bit_c0_register($12, 1) macro

Completed in 12 milliseconds