Lines Matching refs:options
94 unsigned long options; member
110 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
111 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
112 #define cpu_has_4ktlb (cpu_data[0].options & MIPS_CPU_4KTLB)
113 #define cpu_has_fpu (cpu_data[0].options & MIPS_CPU_FPU)
114 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
115 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
116 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
117 #define cpu_has_mips16 (cpu_data[0].options & MIPS_CPU_MIPS16)
118 #define cpu_has_divec (cpu_data[0].options & MIPS_CPU_DIVEC)
119 #define cpu_has_vce (cpu_data[0].options & MIPS_CPU_VCE)
120 #define cpu_has_cache_cdex_p (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_P)
121 #define cpu_has_cache_cdex_s (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_S)
122 #define cpu_has_prefetch (cpu_data[0].options & MIPS_CPU_PREFETCH)
123 #define cpu_has_mcheck (cpu_data[0].options & MIPS_CPU_MCHECK)
124 #define cpu_has_ejtag (cpu_data[0].options & MIPS_CPU_EJTAG)
125 #define cpu_has_nofpuex (cpu_data[0].options & MIPS_CPU_NOFPUEX)
126 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC)
134 #define cpu_has_subset_pcaches (cpu_data[0].options & MIPS_CPU_SUBSET_CACHES)