• Home
  • Raw
  • Download

Lines Matching refs:options

25 #define cpu_has_tlb		(cpu_data[0].options & MIPS_CPU_TLB)
28 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
31 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
36 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
39 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
42 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
43 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
48 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
51 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
54 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
57 #define cpu_has_divec (cpu_data[0].options & MIPS_CPU_DIVEC)
60 #define cpu_has_vce (cpu_data[0].options & MIPS_CPU_VCE)
63 #define cpu_has_cache_cdex_p (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_P)
66 #define cpu_has_cache_cdex_s (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_S)
69 #define cpu_has_prefetch (cpu_data[0].options & MIPS_CPU_PREFETCH)
72 #define cpu_has_mcheck (cpu_data[0].options & MIPS_CPU_MCHECK)
75 #define cpu_has_ejtag (cpu_data[0].options & MIPS_CPU_EJTAG)
78 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC)
154 #define cpu_has_userlocal (cpu_data[0].options & MIPS_CPU_ULRI)
159 # define cpu_has_nofpuex (cpu_data[0].options & MIPS_CPU_NOFPUEX)
194 # define cpu_has_vint (cpu_data[0].options & MIPS_CPU_VINT)
200 # define cpu_has_veic (cpu_data[0].options & MIPS_CPU_VEIC)
206 #define cpu_has_inclusive_pcaches (cpu_data[0].options & MIPS_CPU_INCLUSIVE_CACHES)