Lines Matching refs:options

21 #define cpu_has_tlb		(cpu_data[0].options & MIPS_CPU_TLB)
24 #define cpu_has_tlbinv (cpu_data[0].options & MIPS_CPU_TLBINV)
27 #define cpu_has_segments (cpu_data[0].options & MIPS_CPU_SEGMENTS)
30 #define cpu_has_eva (cpu_data[0].options & MIPS_CPU_EVA)
33 #define cpu_has_htw (cpu_data[0].options & MIPS_CPU_HTW)
36 #define cpu_has_rixiex (cpu_data[0].options & MIPS_CPU_RIXIEX)
39 #define cpu_has_maar (cpu_data[0].options & MIPS_CPU_MAAR)
42 #define cpu_has_rw_llb (cpu_data[0].options & MIPS_CPU_RW_LLB)
55 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
58 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
63 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
66 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
73 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
74 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
79 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
82 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
85 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
88 #define cpu_has_divec (cpu_data[0].options & MIPS_CPU_DIVEC)
91 #define cpu_has_vce (cpu_data[0].options & MIPS_CPU_VCE)
94 #define cpu_has_cache_cdex_p (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_P)
97 #define cpu_has_cache_cdex_s (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_S)
100 #define cpu_has_prefetch (cpu_data[0].options & MIPS_CPU_PREFETCH)
103 #define cpu_has_mcheck (cpu_data[0].options & MIPS_CPU_MCHECK)
106 #define cpu_has_ejtag (cpu_data[0].options & MIPS_CPU_EJTAG)
109 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC)
129 # define cpu_has_rixi (cpu_data[0].options & MIPS_CPU_RIXI)
131 # define cpu_has_rixi ((cpu_data[0].options & MIPS_CPU_RIXI) && !cpu_has_64bits)
137 # define cpu_has_mmips (cpu_data[0].options & MIPS_CPU_MICROMIPS)
144 #define cpu_has_xpa (cpu_data[0].options & MIPS_CPU_XPA)
313 #define cpu_has_userlocal (cpu_data[0].options & MIPS_CPU_ULRI)
318 # define cpu_has_nofpuex (cpu_data[0].options & MIPS_CPU_NOFPUEX)
360 # define cpu_has_vint (cpu_data[0].options & MIPS_CPU_VINT)
366 # define cpu_has_veic (cpu_data[0].options & MIPS_CPU_VEIC)
372 #define cpu_has_inclusive_pcaches (cpu_data[0].options & MIPS_CPU_INCLUSIVE_CACHES)
390 #define cpu_has_perf_cntr_intr_bit (cpu_data[0].options & MIPS_CPU_PCI)
404 # define cpu_has_fre (cpu_data[0].options & MIPS_CPU_FRE)
408 # define cpu_has_cdmm (cpu_data[0].options & MIPS_CPU_CDMM)