Home
last modified time | relevance | path

Searched refs:MIPS_ISA_REV (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/
Dcpu-features.h32 #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))
60 #define __isa_ge_and_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) && __isa(flag))
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)))
[all …]
Disa-rev.h17 #define MIPS_ISA_REV __mips_isa_rev macro
20 #define MIPS_ISA_REV 0 macro
Dbitops.h98 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()
Djump_label.h29 #elif MIPS_ISA_REV >= 6
Dcmpxchg.h268 # if MIPS_ISA_REV >= 2 in __cmpxchg64()
Dasm.h339 #elif MIPS_ISA_REV >= 6
Dmipsregs.h1574 if (MIPS_ISA_REV >= 2) \
/linux-6.1.9/arch/mips/vdso/
Delf.S41 .byte MIPS_ISA_REV
51 #if (MIPS_ISA_REV >= 6) || defined(__mips64)
/linux-6.1.9/arch/mips/kernel/
Djump_label.c51 if (!IS_ENABLED(CONFIG_CPU_MICROMIPS) && MIPS_ISA_REV >= 6) { in arch_jump_label_transform()
Dtraps.c293 if (MIPS_ISA_REV < 6) { in __show_regs()
/linux-6.1.9/arch/mips/include/asm/vdso/
Dgettimeofday.h23 #if MIPS_ISA_REV < 6
/linux-6.1.9/arch/mips/
DKconfig2007 is effectively the Kconfig equivalent of MIPS_ISA_REV.