Lines Matching refs:__opt

19 #define __opt(opt)			(cpu_data[0].options & (opt))  macro
33 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt))
43 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt))
54 #define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt))
75 #define cpu_has_tlb __opt(MIPS_CPU_TLB)
78 #define cpu_has_ftlb __opt(MIPS_CPU_FTLB)
81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
84 #define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
87 #define cpu_has_eva __opt(MIPS_CPU_EVA)
90 #define cpu_has_htw __opt(MIPS_CPU_HTW)
93 #define cpu_has_ldpte __opt(MIPS_CPU_LDPTE)
99 #define cpu_has_maar __opt(MIPS_CPU_MAAR)
124 #define cpu_has_tx39_cache __opt(MIPS_CPU_TX39_CACHE)
145 #define cpu_has_counter __opt(MIPS_CPU_COUNTER)
148 #define cpu_has_watch __opt(MIPS_CPU_WATCH)
154 #define cpu_has_vce __opt(MIPS_CPU_VCE)
157 #define cpu_has_cache_cdex_p __opt(MIPS_CPU_CACHE_CDEX_P)
160 #define cpu_has_cache_cdex_s __opt(MIPS_CPU_CACHE_CDEX_S)
169 #define cpu_has_ejtag __opt(MIPS_CPU_EJTAG)
178 #define cpu_has_guestctl0ext __opt(MIPS_CPU_GUESTCTL0EXT)
181 #define cpu_has_guestctl1 __opt(MIPS_CPU_GUESTCTL1)
184 #define cpu_has_guestctl2 __opt(MIPS_CPU_GUESTCTL2)
187 #define cpu_has_guestid __opt(MIPS_CPU_GUESTID)
190 #define cpu_has_drg __opt(MIPS_CPU_DRG)
216 # define cpu_has_mmips __opt(MIPS_CPU_MICROMIPS)
223 #define cpu_has_lpa __opt(MIPS_CPU_LPA)
226 #define cpu_has_mvh __opt(MIPS_CPU_MVH)
475 # define cpu_has_vint __opt(MIPS_CPU_VINT)
481 # define cpu_has_veic __opt(MIPS_CPU_VEIC)
487 #define cpu_has_inclusive_pcaches __opt(MIPS_CPU_INCLUSIVE_CACHES)
508 #define cpu_has_perf_cntr_intr_bit __opt(MIPS_CPU_PCI)
522 # define cpu_has_ufr __opt(MIPS_CPU_UFR)
526 # define cpu_has_fre __opt(MIPS_CPU_FRE)
530 # define cpu_has_cdmm __opt(MIPS_CPU_CDMM)
534 # define cpu_has_small_pages __opt(MIPS_CPU_SP)
545 # define cpu_has_ebase_wg __opt(MIPS_CPU_EBASE_WG)
557 # define cpu_has_contextconfig __opt(MIPS_CPU_CTXTC)
561 # define cpu_has_perf __opt(MIPS_CPU_PERF)
565 # define cpu_has_mac2008_only __opt(MIPS_CPU_MAC_2008_ONLY)
569 # define cpu_has_ftlbparex __opt(MIPS_CPU_FTLBPAREX)
573 # define cpu_has_gsexcex __opt(MIPS_CPU_GSEXCEX)
638 # define cpu_has_mm_sysad __opt(MIPS_CPU_MM_SYSAD)
642 # define cpu_has_mm_full __opt(MIPS_CPU_MM_FULL)