Searched refs:boot_cpu_has (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dcpufeature.h116 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
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_SE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dcpufeature.h95 #define boot_cpu_has(bit) test_bit(bit, boot_cpu_data.x86_capability) macro
104 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
110 #define cpu_has_xmm3 boot_cpu_has(X86_FEATURE_XMM3)
111 #define cpu_has_ht boot_cpu_has(X86_FEATURE_HT)
116 #define cpu_has_clflush boot_cpu_has(X86_FEATURE_CLFLSH)
117 #define cpu_has_ds boot_cpu_has(X86_FEATURE_DS)
118 #define cpu_has_pebs boot_cpu_has(X86_FEATURE_PEBS)
119 #define cpu_has_bts boot_cpu_has(X86_FEATURE_BTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid6x86.h46 static inline int boot_cpu_has(int flag) function
H A Draid6sse1.c37 return boot_cpu_has(X86_FEATURE_MMX) &&
38 (boot_cpu_has(X86_FEATURE_XMM) ||
39 boot_cpu_has(X86_FEATURE_MMXEXT));
H A Draid6sse2.c34 return boot_cpu_has(X86_FEATURE_MMX) &&
35 boot_cpu_has(X86_FEATURE_FXSR) &&
36 boot_cpu_has(X86_FEATURE_XMM) &&
37 boot_cpu_has(X86_FEATURE_XMM2);
H A Draid6mmx.c34 return boot_cpu_has(X86_FEATURE_MMX);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dalternative.c129 if (boot_cpu_has(noptypes[i].cpuid)) {
171 if (!boot_cpu_has(a->cpuid))
248 if (boot_cpu_has(X86_FEATURE_UP))
270 if (boot_cpu_has(X86_FEATURE_UP))
H A Dsysenter.c181 if (!boot_cpu_has(X86_FEATURE_SEP)) {
249 if (!boot_cpu_has(X86_FEATURE_SEP)) {
H A Dsmp.c600 if (!boot_cpu_has(X86_FEATURE_APIC))
H A Dapic.c370 if (boot_cpu_has(X86_FEATURE_LAPIC_TIMER_BROKEN))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/power/
H A Dcpu.c117 if (boot_cpu_has(X86_FEATURE_SEP))

Completed in 119 milliseconds