Symbol: __opt
arch/mips/include/asm/cpu-features.h
121
#define cpu_has_4k_cache __opt(MIPS_CPU_4K_CACHE)
arch/mips/include/asm/cpu-features.h
162
#define cpu_has_counter __opt(MIPS_CPU_COUNTER)
arch/mips/include/asm/cpu-features.h
165
#define cpu_has_watch __opt(MIPS_CPU_WATCH)
arch/mips/include/asm/cpu-features.h
171
#define cpu_has_vce __opt(MIPS_CPU_VCE)
arch/mips/include/asm/cpu-features.h
174
#define cpu_has_cache_cdex_p __opt(MIPS_CPU_CACHE_CDEX_P)
arch/mips/include/asm/cpu-features.h
177
#define cpu_has_cache_cdex_s __opt(MIPS_CPU_CACHE_CDEX_S)
arch/mips/include/asm/cpu-features.h
186
#define cpu_has_ejtag __opt(MIPS_CPU_EJTAG)
arch/mips/include/asm/cpu-features.h
195
#define cpu_has_guestctl0ext __opt(MIPS_CPU_GUESTCTL0EXT)
arch/mips/include/asm/cpu-features.h
198
#define cpu_has_guestctl1 __opt(MIPS_CPU_GUESTCTL1)
arch/mips/include/asm/cpu-features.h
201
#define cpu_has_guestctl2 __opt(MIPS_CPU_GUESTCTL2)
arch/mips/include/asm/cpu-features.h
204
#define cpu_has_guestid __opt(MIPS_CPU_GUESTID)
arch/mips/include/asm/cpu-features.h
207
#define cpu_has_drg __opt(MIPS_CPU_DRG)
arch/mips/include/asm/cpu-features.h
233
# define cpu_has_mmips __opt(MIPS_CPU_MICROMIPS)
arch/mips/include/asm/cpu-features.h
240
#define cpu_has_lpa __opt(MIPS_CPU_LPA)
arch/mips/include/asm/cpu-features.h
243
#define cpu_has_mvh __opt(MIPS_CPU_MVH)
arch/mips/include/asm/cpu-features.h
33
#define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt))
arch/mips/include/asm/cpu-features.h
43
#define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt))
arch/mips/include/asm/cpu-features.h
491
# define cpu_has_vint __opt(MIPS_CPU_VINT)
arch/mips/include/asm/cpu-features.h
497
# define cpu_has_veic __opt(MIPS_CPU_VEIC)
arch/mips/include/asm/cpu-features.h
503
#define cpu_has_inclusive_pcaches __opt(MIPS_CPU_INCLUSIVE_CACHES)
arch/mips/include/asm/cpu-features.h
524
#define cpu_has_perf_cntr_intr_bit __opt(MIPS_CPU_PCI)
arch/mips/include/asm/cpu-features.h
538
# define cpu_has_ufr __opt(MIPS_CPU_UFR)
arch/mips/include/asm/cpu-features.h
54
#define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt))
arch/mips/include/asm/cpu-features.h
542
# define cpu_has_fre __opt(MIPS_CPU_FRE)
arch/mips/include/asm/cpu-features.h
546
# define cpu_has_cdmm __opt(MIPS_CPU_CDMM)
arch/mips/include/asm/cpu-features.h
550
# define cpu_has_small_pages __opt(MIPS_CPU_SP)
arch/mips/include/asm/cpu-features.h
561
# define cpu_has_ebase_wg __opt(MIPS_CPU_EBASE_WG)
arch/mips/include/asm/cpu-features.h
573
# define cpu_has_contextconfig __opt(MIPS_CPU_CTXTC)
arch/mips/include/asm/cpu-features.h
577
# define cpu_has_perf __opt(MIPS_CPU_PERF)
arch/mips/include/asm/cpu-features.h
581
# define cpu_has_mac2008_only __opt(MIPS_CPU_MAC_2008_ONLY)
arch/mips/include/asm/cpu-features.h
585
# define cpu_has_ftlbparex __opt(MIPS_CPU_FTLBPAREX)
arch/mips/include/asm/cpu-features.h
589
# define cpu_has_gsexcex __opt(MIPS_CPU_GSEXCEX)
arch/mips/include/asm/cpu-features.h
654
# define cpu_has_mm_sysad __opt(MIPS_CPU_MM_SYSAD)
arch/mips/include/asm/cpu-features.h
658
# define cpu_has_mm_full __opt(MIPS_CPU_MM_FULL)
arch/mips/include/asm/cpu-features.h
75
#define cpu_has_tlb __opt(MIPS_CPU_TLB)
arch/mips/include/asm/cpu-features.h
78
#define cpu_has_ftlb __opt(MIPS_CPU_FTLB)
arch/mips/include/asm/cpu-features.h
81
#define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
arch/mips/include/asm/cpu-features.h
84
#define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
arch/mips/include/asm/cpu-features.h
87
#define cpu_has_eva __opt(MIPS_CPU_EVA)
arch/mips/include/asm/cpu-features.h
90
#define cpu_has_htw __opt(MIPS_CPU_HTW)
arch/mips/include/asm/cpu-features.h
93
#define cpu_has_ldpte __opt(MIPS_CPU_LDPTE)
arch/mips/include/asm/cpu-features.h
99
#define cpu_has_maar __opt(MIPS_CPU_MAAR)