Searched refs:boot_cpu_has (Results 1 – 1 of 1) sorted by relevance
126 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro127 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)129 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)130 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)131 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)132 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)134 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)136 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)137 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)[all …]