Home
last modified time | relevance | path

Searched refs:cpu_has_mips_r (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/mips/include/asm/
A Dtimex.h58 else if (__builtin_constant_p(cpu_has_mips_r) && cpu_has_mips_r) in can_use_mips_counter()
60 else if (likely(!__builtin_constant_p(cpu_has_mips_r) && comp)) in can_use_mips_counter()
A Dcpu-features.h316 #define cpu_has_mips_5_r (cpu_has_mips_5 | cpu_has_mips_r)
333 #define cpu_has_mips_r (cpu_has_mips32r1 | cpu_has_mips32r2 | \ macro
384 #define cpu_has_clo_clz cpu_has_mips_r
/linux-6.3-rc2/arch/mips/kernel/
A Dreset.c48 if (cpu_has_mips_r) { in machine_hang()
/linux-6.3-rc2/arch/mips/math-emu/
A Dcp1emu.c862 if (!cpu_has_mips_r) in cop1_cfc()
872 if (!cpu_has_mips_r) in cop1_cfc()
880 if (!cpu_has_mips_r) in cop1_cfc()
928 if (!cpu_has_mips_r) in cop1_ctc()
939 if (!cpu_has_mips_r) in cop1_ctc()
948 if (!cpu_has_mips_r) in cop1_ctc()

Completed in 8 milliseconds