Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H 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()
H A Dcpu-features.h333 #define cpu_has_mips_5_r (cpu_has_mips_5 | cpu_has_mips_r)
350 #define cpu_has_mips_r (cpu_has_mips32r1 | cpu_has_mips32r2 | \ macro
401 #define cpu_has_clo_clz cpu_has_mips_r
/linux/arch/mips/kernel/
H A Dreset.c48 if (cpu_has_mips_r) { in machine_hang()