Searched refs:cpu_has_mips_r2 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h231 cpu_has_mips_r2 | cpu_has_mips_r6)
236 #define cpu_has_mips_r2 (cpu_has_mips32r2 | cpu_has_mips64r2) macro
243 #define cpu_has_mips_r2_r6 (cpu_has_mips_r2 | cpu_has_mips_r6)
297 #define cpu_has_wsbh cpu_has_mips_r2
/linux-4.1.27/arch/mips/kernel/
H A Dcevt-r4k.c110 /* When cpu_has_mips_r2, this checks Cause.TI instead of Cause.IP7 */ c0_compare_int_pending()
/linux-4.1.27/arch/mips/oprofile/
H A Dop_model_mipsxx.c249 if (cpu_has_mips_r2 && !(read_c0_cause() & CAUSEF_PCI)) mipsxx_perfcount_handler()

Completed in 104 milliseconds