• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/

Lines Matching refs:boot_cpu_has

116 #define boot_cpu_has(bit)	cpu_has(&boot_cpu_data, bit)
118 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)
119 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)
120 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)
121 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
122 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)
123 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)
124 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
125 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
126 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
127 #define cpu_has_mtrr boot_cpu_has(X86_FEATURE_MTRR)
128 #define cpu_has_mmx boot_cpu_has(X86_FEATURE_MMX)
129 #define cpu_has_fxsr boot_cpu_has(X86_FEATURE_FXSR)
130 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
131 #define cpu_has_xmm2 boot_cpu_has(X86_FEATURE_XMM2)
132 #define cpu_has_xmm3 boot_cpu_has(X86_FEATURE_XMM3)
133 #define cpu_has_ht boot_cpu_has(X86_FEATURE_HT)
134 #define cpu_has_mp boot_cpu_has(X86_FEATURE_MP)
135 #define cpu_has_nx boot_cpu_has(X86_FEATURE_NX)
136 #define cpu_has_k6_mtrr boot_cpu_has(X86_FEATURE_K6_MTRR)
137 #define cpu_has_cyrix_arr boot_cpu_has(X86_FEATURE_CYRIX_ARR)
138 #define cpu_has_centaur_mcr boot_cpu_has(X86_FEATURE_CENTAUR_MCR)
139 #define cpu_has_xstore boot_cpu_has(X86_FEATURE_XSTORE)
140 #define cpu_has_xstore_enabled boot_cpu_has(X86_FEATURE_XSTORE_EN)
141 #define cpu_has_xcrypt boot_cpu_has(X86_FEATURE_XCRYPT)
142 #define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN)
143 #define cpu_has_ace2 boot_cpu_has(X86_FEATURE_ACE2)
144 #define cpu_has_ace2_enabled boot_cpu_has(X86_FEATURE_ACE2_EN)
145 #define cpu_has_phe boot_cpu_has(X86_FEATURE_PHE)
146 #define cpu_has_phe_enabled boot_cpu_has(X86_FEATURE_PHE_EN)
147 #define cpu_has_pmm boot_cpu_has(X86_FEATURE_PMM)
148 #define cpu_has_pmm_enabled boot_cpu_has(X86_FEATURE_PMM_EN)
149 #define cpu_has_ds boot_cpu_has(X86_FEATURE_DS)
150 #define cpu_has_pebs boot_cpu_has(X86_FEATURE_PEBS)
151 #define cpu_has_clflush boot_cpu_has(X86_FEATURE_CLFLSH)
152 #define cpu_has_bts boot_cpu_has(X86_FEATURE_BTS)