MIPS_ISA_REV      258 arch/mips/include/asm/cmpxchg.h #  if MIPS_ISA_REV >= 2
MIPS_ISA_REV       32 arch/mips/include/asm/cpu-features.h #define __isa_ge_and_ase(isa, ase)	((MIPS_ISA_REV >= (isa)) && __ase(ase))
MIPS_ISA_REV       33 arch/mips/include/asm/cpu-features.h #define __isa_ge_and_opt(isa, opt)	((MIPS_ISA_REV >= (isa)) && __opt(opt))
MIPS_ISA_REV       42 arch/mips/include/asm/cpu-features.h #define __isa_ge_or_ase(isa, ase)	((MIPS_ISA_REV >= (isa)) || __ase(ase))
MIPS_ISA_REV       43 arch/mips/include/asm/cpu-features.h #define __isa_ge_or_opt(isa, opt)	((MIPS_ISA_REV >= (isa)) || __opt(opt))
MIPS_ISA_REV       53 arch/mips/include/asm/cpu-features.h #define __isa_lt_and_ase(isa, ase)	((MIPS_ISA_REV < (isa)) && __ase(ase))
MIPS_ISA_REV       54 arch/mips/include/asm/cpu-features.h #define __isa_lt_and_opt(isa, opt)	((MIPS_ISA_REV < (isa)) && __opt(opt))
MIPS_ISA_REV       60 arch/mips/include/asm/cpu-features.h #define __isa_ge_and_flag(isa, flag)	((MIPS_ISA_REV >= (isa)) && __isa(flag))
MIPS_ISA_REV       61 arch/mips/include/asm/cpu-features.h #define __isa_ge_or_flag(isa, flag)	((MIPS_ISA_REV >= (isa)) || __isa(flag))
MIPS_ISA_REV       62 arch/mips/include/asm/cpu-features.h #define __isa_lt_and_flag(isa, flag)	((MIPS_ISA_REV < (isa)) && __isa(flag))
MIPS_ISA_REV       64 arch/mips/include/asm/cpu-features.h 	((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
MIPS_ISA_REV       66 arch/mips/include/asm/cpu-features.h 	(__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
MIPS_ISA_REV      267 arch/mips/include/asm/cpu-features.h # define cpu_has_mips_1		(MIPS_ISA_REV < 6)
MIPS_ISA_REV       27 arch/mips/include/asm/jump_label.h #elif MIPS_ISA_REV >= 6
MIPS_ISA_REV     1510 arch/mips/include/asm/mipsregs.h 	if (MIPS_ISA_REV >= 2)						\
MIPS_ISA_REV       51 arch/mips/kernel/jump_label.c 		if (!IS_ENABLED(CONFIG_CPU_MICROMIPS) && MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      281 arch/mips/kernel/traps.c 	if (MIPS_ISA_REV < 6) {
MIPS_ISA_REV      705 arch/mips/net/ebpf_jit.c 		if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      732 arch/mips/net/ebpf_jit.c 		if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      768 arch/mips/net/ebpf_jit.c 		if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      797 arch/mips/net/ebpf_jit.c 		if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      869 arch/mips/net/ebpf_jit.c 			if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      878 arch/mips/net/ebpf_jit.c 			if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV      965 arch/mips/net/ebpf_jit.c 			if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV     1075 arch/mips/net/ebpf_jit.c 			if (MIPS_ISA_REV >= 6) {
MIPS_ISA_REV     1446 arch/mips/net/ebpf_jit.c 			if (MIPS_ISA_REV >= 6 &&
MIPS_ISA_REV       51 arch/mips/vdso/elf.S #if (MIPS_ISA_REV >= 6) || defined(__mips64)