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

/linux-4.1.27/arch/mips/include/asm/
H A Dtimex.h58 else if (__builtin_constant_p(cpu_has_mips_r) && cpu_has_mips_r) can_use_mips_counter()
60 else if (likely(!__builtin_constant_p(cpu_has_mips_r) && comp)) can_use_mips_counter()
H A Dcpu-features.h225 #define cpu_has_mips_5_r (cpu_has_mips_5 | cpu_has_mips_r)
238 #define cpu_has_mips_r (cpu_has_mips32r1 | cpu_has_mips32r2 | \ macro
287 #define cpu_has_clo_clz cpu_has_mips_r
/linux-4.1.27/arch/mips/math-emu/
H A Dcp1emu.c865 if (!cpu_has_mips_r) cop1_cfc()
875 if (!cpu_has_mips_r) cop1_cfc()
883 if (!cpu_has_mips_r) cop1_cfc()
931 if (!cpu_has_mips_r) cop1_ctc()
942 if (!cpu_has_mips_r) cop1_ctc()
951 if (!cpu_has_mips_r) cop1_ctc()

Completed in 100 milliseconds