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

/arch/x86/include/asm/
H A Dcpufeature.h321 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
334 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)
335 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)
336 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
337 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)
338 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
339 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
340 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
341 #define cpu_has_mtrr boot_cpu_has(X86_FEATURE_MTRR)
342 #define cpu_has_mmx boot_cpu_has(X86_FEATURE_MM
[all...]

Completed in 87 milliseconds