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

/arch/x86/include/asm/
H A Dcpufeature.h242 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
255 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)
256 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)
257 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)
258 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
259 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)
260 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)
261 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
262 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
263 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SE
[all...]

Completed in 44 milliseconds