Lines Matching refs:options

21 #define cpu_has_tlb		(cpu_data[0].options & MIPS_CPU_TLB)
24 #define cpu_has_ftlb (cpu_data[0].options & MIPS_CPU_FTLB)
27 #define cpu_has_tlbinv (cpu_data[0].options & MIPS_CPU_TLBINV)
30 #define cpu_has_segments (cpu_data[0].options & MIPS_CPU_SEGMENTS)
33 #define cpu_has_eva (cpu_data[0].options & MIPS_CPU_EVA)
36 #define cpu_has_htw (cpu_data[0].options & MIPS_CPU_HTW)
39 #define cpu_has_rixiex (cpu_data[0].options & MIPS_CPU_RIXIEX)
42 #define cpu_has_maar (cpu_data[0].options & MIPS_CPU_MAAR)
45 #define cpu_has_rw_llb (cpu_data[0].options & MIPS_CPU_RW_LLB)
58 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
61 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
66 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
69 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
76 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
77 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
82 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
85 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
88 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
91 #define cpu_has_divec (cpu_data[0].options & MIPS_CPU_DIVEC)
94 #define cpu_has_vce (cpu_data[0].options & MIPS_CPU_VCE)
97 #define cpu_has_cache_cdex_p (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_P)
100 #define cpu_has_cache_cdex_s (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_S)
103 #define cpu_has_prefetch (cpu_data[0].options & MIPS_CPU_PREFETCH)
106 #define cpu_has_mcheck (cpu_data[0].options & MIPS_CPU_MCHECK)
109 #define cpu_has_ejtag (cpu_data[0].options & MIPS_CPU_EJTAG)
112 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC)
115 #define cpu_has_bp_ghist (cpu_data[0].options & MIPS_CPU_BP_GHIST)
134 #define cpu_has_rixi (cpu_data[0].options & MIPS_CPU_RIXI)
139 # define cpu_has_mmips (cpu_data[0].options & MIPS_CPU_MICROMIPS)
146 #define cpu_has_xpa (cpu_data[0].options & MIPS_CPU_XPA)
315 #define cpu_has_userlocal (cpu_data[0].options & MIPS_CPU_ULRI)
320 # define cpu_has_nofpuex (cpu_data[0].options & MIPS_CPU_NOFPUEX)
362 # define cpu_has_vint (cpu_data[0].options & MIPS_CPU_VINT)
368 # define cpu_has_veic (cpu_data[0].options & MIPS_CPU_VEIC)
374 #define cpu_has_inclusive_pcaches (cpu_data[0].options & MIPS_CPU_INCLUSIVE_CACHES)
392 #define cpu_has_perf_cntr_intr_bit (cpu_data[0].options & MIPS_CPU_PCI)
406 # define cpu_has_fre (cpu_data[0].options & MIPS_CPU_FRE)
410 # define cpu_has_cdmm (cpu_data[0].options & MIPS_CPU_CDMM)
414 # define cpu_has_small_pages (cpu_data[0].options & MIPS_CPU_SP)