__opt              33 arch/mips/include/asm/cpu-features.h #define __isa_ge_and_opt(isa, opt)	((MIPS_ISA_REV >= (isa)) && __opt(opt))
__opt              43 arch/mips/include/asm/cpu-features.h #define __isa_ge_or_opt(isa, opt)	((MIPS_ISA_REV >= (isa)) || __opt(opt))
__opt              54 arch/mips/include/asm/cpu-features.h #define __isa_lt_and_opt(isa, opt)	((MIPS_ISA_REV < (isa)) && __opt(opt))
__opt              73 arch/mips/include/asm/cpu-features.h #define cpu_has_tlb		__opt(MIPS_CPU_TLB)
__opt              76 arch/mips/include/asm/cpu-features.h #define cpu_has_ftlb		__opt(MIPS_CPU_FTLB)
__opt              79 arch/mips/include/asm/cpu-features.h #define cpu_has_tlbinv		__opt(MIPS_CPU_TLBINV)
__opt              82 arch/mips/include/asm/cpu-features.h #define cpu_has_segments	__opt(MIPS_CPU_SEGMENTS)
__opt              85 arch/mips/include/asm/cpu-features.h #define cpu_has_eva		__opt(MIPS_CPU_EVA)
__opt              88 arch/mips/include/asm/cpu-features.h #define cpu_has_htw		__opt(MIPS_CPU_HTW)
__opt              91 arch/mips/include/asm/cpu-features.h #define cpu_has_ldpte		__opt(MIPS_CPU_LDPTE)
__opt              97 arch/mips/include/asm/cpu-features.h #define cpu_has_maar		__opt(MIPS_CPU_MAAR)
__opt             124 arch/mips/include/asm/cpu-features.h #define cpu_has_tx39_cache	__opt(MIPS_CPU_TX39_CACHE)
__opt             145 arch/mips/include/asm/cpu-features.h #define cpu_has_counter		__opt(MIPS_CPU_COUNTER)
__opt             148 arch/mips/include/asm/cpu-features.h #define cpu_has_watch		__opt(MIPS_CPU_WATCH)
__opt             154 arch/mips/include/asm/cpu-features.h #define cpu_has_vce		__opt(MIPS_CPU_VCE)
__opt             157 arch/mips/include/asm/cpu-features.h #define cpu_has_cache_cdex_p	__opt(MIPS_CPU_CACHE_CDEX_P)
__opt             160 arch/mips/include/asm/cpu-features.h #define cpu_has_cache_cdex_s	__opt(MIPS_CPU_CACHE_CDEX_S)
__opt             169 arch/mips/include/asm/cpu-features.h #define cpu_has_ejtag		__opt(MIPS_CPU_EJTAG)
__opt             175 arch/mips/include/asm/cpu-features.h #define cpu_has_bp_ghist	__opt(MIPS_CPU_BP_GHIST)
__opt             181 arch/mips/include/asm/cpu-features.h #define cpu_has_guestctl0ext	__opt(MIPS_CPU_GUESTCTL0EXT)
__opt             184 arch/mips/include/asm/cpu-features.h #define cpu_has_guestctl1	__opt(MIPS_CPU_GUESTCTL1)
__opt             187 arch/mips/include/asm/cpu-features.h #define cpu_has_guestctl2	__opt(MIPS_CPU_GUESTCTL2)
__opt             190 arch/mips/include/asm/cpu-features.h #define cpu_has_guestid		__opt(MIPS_CPU_GUESTID)
__opt             193 arch/mips/include/asm/cpu-features.h #define cpu_has_drg		__opt(MIPS_CPU_DRG)
__opt             219 arch/mips/include/asm/cpu-features.h #  define cpu_has_mmips		__opt(MIPS_CPU_MICROMIPS)
__opt             226 arch/mips/include/asm/cpu-features.h #define cpu_has_lpa		__opt(MIPS_CPU_LPA)
__opt             229 arch/mips/include/asm/cpu-features.h #define cpu_has_mvh		__opt(MIPS_CPU_MVH)
__opt             469 arch/mips/include/asm/cpu-features.h # define cpu_has_vint		__opt(MIPS_CPU_VINT)
__opt             475 arch/mips/include/asm/cpu-features.h # define cpu_has_veic		__opt(MIPS_CPU_VEIC)
__opt             481 arch/mips/include/asm/cpu-features.h #define cpu_has_inclusive_pcaches	__opt(MIPS_CPU_INCLUSIVE_CACHES)
__opt             502 arch/mips/include/asm/cpu-features.h #define cpu_has_perf_cntr_intr_bit	__opt(MIPS_CPU_PCI)
__opt             516 arch/mips/include/asm/cpu-features.h # define cpu_has_ufr		__opt(MIPS_CPU_UFR)
__opt             520 arch/mips/include/asm/cpu-features.h # define cpu_has_fre		__opt(MIPS_CPU_FRE)
__opt             524 arch/mips/include/asm/cpu-features.h # define cpu_has_cdmm		__opt(MIPS_CPU_CDMM)
__opt             528 arch/mips/include/asm/cpu-features.h # define cpu_has_small_pages	__opt(MIPS_CPU_SP)
__opt             539 arch/mips/include/asm/cpu-features.h # define cpu_has_ebase_wg	__opt(MIPS_CPU_EBASE_WG)
__opt             551 arch/mips/include/asm/cpu-features.h # define cpu_has_contextconfig	__opt(MIPS_CPU_CTXTC)
__opt             555 arch/mips/include/asm/cpu-features.h # define cpu_has_perf		__opt(MIPS_CPU_PERF)