__isa_ge_or_opt    94 arch/mips/include/asm/cpu-features.h #define cpu_has_rixiex		__isa_ge_or_opt(6, MIPS_CPU_RIXIEX)
__isa_ge_or_opt   100 arch/mips/include/asm/cpu-features.h #define cpu_has_rw_llb		__isa_ge_or_opt(6, MIPS_CPU_RW_LLB)
__isa_ge_or_opt   113 arch/mips/include/asm/cpu-features.h #define cpu_has_4kex		__isa_ge_or_opt(1, MIPS_CPU_4KEX)
__isa_ge_or_opt   121 arch/mips/include/asm/cpu-features.h #define cpu_has_4k_cache	__isa_ge_or_opt(1, MIPS_CPU_4K_CACHE)
__isa_ge_or_opt   142 arch/mips/include/asm/cpu-features.h #define cpu_has_32fpr		__isa_ge_or_opt(1, MIPS_CPU_32FPR)
__isa_ge_or_opt   151 arch/mips/include/asm/cpu-features.h #define cpu_has_divec		__isa_ge_or_opt(1, MIPS_CPU_DIVEC)
__isa_ge_or_opt   163 arch/mips/include/asm/cpu-features.h #define cpu_has_prefetch	__isa_ge_or_opt(1, MIPS_CPU_PREFETCH)
__isa_ge_or_opt   166 arch/mips/include/asm/cpu-features.h #define cpu_has_mcheck		__isa_ge_or_opt(1, MIPS_CPU_MCHECK)
__isa_ge_or_opt   172 arch/mips/include/asm/cpu-features.h #define cpu_has_llsc		__isa_ge_or_opt(1, MIPS_CPU_LLSC)
__isa_ge_or_opt   212 arch/mips/include/asm/cpu-features.h #define cpu_has_rixi		__isa_ge_or_opt(6, MIPS_CPU_RIXI)
__isa_ge_or_opt   422 arch/mips/include/asm/cpu-features.h #define cpu_has_userlocal	__isa_ge_or_opt(6, MIPS_CPU_ULRI)
__isa_ge_or_opt   535 arch/mips/include/asm/cpu-features.h #define cpu_has_nan_2008	__isa_ge_or_opt(6, MIPS_CPU_NAN_2008)
__isa_ge_or_opt   543 arch/mips/include/asm/cpu-features.h # define cpu_has_badinstr	__isa_ge_or_opt(6, MIPS_CPU_BADINSTR)
__isa_ge_or_opt   547 arch/mips/include/asm/cpu-features.h # define cpu_has_badinstrp	__isa_ge_or_opt(6, MIPS_CPU_BADINSTRP)