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

/external/kernel-headers/original/asm-x86/
H A Dcpufeature_32.h131 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
133 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)
134 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)
135 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)
136 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
137 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)
138 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)
139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
140 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
141 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SE
[all...]

Completed in 32 milliseconds