Symbol: MIPS_ISA_REV
arch/mips/include/asm/asm.h
342
#elif !defined(CONFIG_CC_HAS_BROKEN_INLINE_COMPAT_BRANCH) && MIPS_ISA_REV >= 6
arch/mips/include/asm/bitops.h
127
if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(bit)) {
arch/mips/include/asm/bitops.h
234
} else if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(nr)) {
arch/mips/include/asm/bitops.h
99
if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(bit) && (bit >= 16)) {
arch/mips/include/asm/cmpxchg.h
268
# if MIPS_ISA_REV >= 2
arch/mips/include/asm/cpu-features.h
281
# define cpu_has_mips_1 (MIPS_ISA_REV < 6)
arch/mips/include/asm/cpu-features.h
32
#define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase))
arch/mips/include/asm/cpu-features.h
33
#define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt))
arch/mips/include/asm/cpu-features.h
42
#define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase))
arch/mips/include/asm/cpu-features.h
43
#define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt))
arch/mips/include/asm/cpu-features.h
53
#define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase))
arch/mips/include/asm/cpu-features.h
54
#define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt))
arch/mips/include/asm/cpu-features.h
60
#define __isa_ge_and_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) && __isa(flag))
arch/mips/include/asm/cpu-features.h
61
#define __isa_ge_or_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) || __isa(flag))
arch/mips/include/asm/cpu-features.h
62
#define __isa_lt_and_flag(isa, flag) ((MIPS_ISA_REV < (isa)) && __isa(flag))
arch/mips/include/asm/cpu-features.h
64
((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
arch/mips/include/asm/cpu-features.h
66
(__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
arch/mips/include/asm/jump_label.h
32
#elif MIPS_ISA_REV >= 6
arch/mips/include/asm/mipsregs.h
1731
if (MIPS_ISA_REV >= 2) \
arch/mips/include/asm/mipsregs.h
2240
#if MIPS_ISA_REV >= 5
arch/mips/include/asm/vdso/gettimeofday.h
23
#if MIPS_ISA_REV < 6
arch/mips/kernel/cps-vec.S
502
#if MIPS_ISA_REV > 0
arch/mips/kernel/cps-vec.S
96
#if MIPS_ISA_REV > 0
arch/mips/kernel/jump_label.c
51
if (!IS_ENABLED(CONFIG_CPU_MICROMIPS) && MIPS_ISA_REV >= 6) {
arch/mips/kernel/traps.c
295
if (MIPS_ISA_REV < 6) {
arch/mips/vdso/elf.S
51
#if (MIPS_ISA_REV >= 6) || defined(__mips64)