Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h324 cpu_has_mips_r2 | cpu_has_mips_r5 | \
332 #define cpu_has_mips_r2 (cpu_has_mips32r2 | cpu_has_mips64r2) macro
341 #define cpu_has_mips_r2_r6 (cpu_has_mips_r2 | cpu_has_mips_r5 | \
396 #define cpu_has_wsbh cpu_has_mips_r2
/OK3568_Linux_fs/kernel/arch/mips/oprofile/
H A Dop_model_mipsxx.c243 if (cpu_has_mips_r2 && !(read_c0_cause() & CAUSEF_PCI)) in mipsxx_perfcount_handler()