Searched refs:MIPS_ISA_REV (Results 1 – 13 of 13) sorted by relevance
32 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase))33 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt))42 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase))43 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt))53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase))54 #define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt))61 #define __isa_ge_or_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) || __isa(flag))62 #define __isa_lt_and_flag(isa, flag) ((MIPS_ISA_REV < (isa)) && __isa(flag))64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))[all …]
17 #define MIPS_ISA_REV __mips_isa_rev macro20 #define MIPS_ISA_REV 0 macro
98 if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(bit) && (bit >= 16)) { in set_bit()126 if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(bit)) { in clear_bit()233 } else if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(nr)) { in test_and_clear_bit()
29 #elif MIPS_ISA_REV >= 6
268 # if MIPS_ISA_REV >= 2 in __cmpxchg64()
339 #elif !defined(CONFIG_CC_HAS_BROKEN_INLINE_COMPAT_BRANCH) && MIPS_ISA_REV >= 6
1574 if (MIPS_ISA_REV >= 2) \
41 .byte MIPS_ISA_REV51 #if (MIPS_ISA_REV >= 6) || defined(__mips64)
51 if (!IS_ENABLED(CONFIG_CPU_MICROMIPS) && MIPS_ISA_REV >= 6) { in arch_jump_label_transform()
120 #if MIPS_ISA_REV > 0521 #if MIPS_ISA_REV > 0
293 if (MIPS_ISA_REV < 6) { in __show_regs()
23 #if MIPS_ISA_REV < 6
1971 is effectively the Kconfig equivalent of MIPS_ISA_REV.