Searched refs:boot_cpu_has (Results 1 – 15 of 15) sorted by relevance
188 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro201 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)202 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)203 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)204 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)205 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)206 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)207 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)208 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)209 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)[all …]
142 else if (boot_cpu_has(X86_FEATURE_AMDC1E)) in acpi_processor_cstate_check()
149 boot_cpu_has(X86_FEATURE_NOPL)) in find_nop_table()159 if (boot_cpu_has(X86_FEATURE_K8)) in find_nop_table()161 else if (boot_cpu_has(X86_FEATURE_K7)) in find_nop_table()163 else if (boot_cpu_has(X86_FEATURE_NOPL)) in find_nop_table()206 if (!boot_cpu_has(a->cpuid)) in apply_alternatives()285 if (boot_cpu_has(X86_FEATURE_UP)) in alternatives_smp_module_add()307 if (boot_cpu_has(X86_FEATURE_UP)) in alternatives_smp_module_add()
115 if (boot_cpu_has(X86_FEATURE_TSC_RELIABLE)) { in check_tsc_sync_source()174 if (unsynchronized_tsc() || boot_cpu_has(X86_FEATURE_TSC_RELIABLE)) in check_tsc_sync_target()
179 if (!boot_cpu_has(X86_FEATURE_APIC)) in safe_smp_processor_id()
677 if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) in cpufreq_tsc()783 if (boot_cpu_has(X86_FEATURE_TSC_RELIABLE)) in check_system_tsc_reliable()801 if (boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) in unsynchronized_tsc()
312 if (!boot_cpu_has(X86_FEATURE_NONSTOP_TSC)) in c1e_idle()
125 if (!boot_cpu_has(sysenter_feature)) in xen_enable_sysenter()145 if (boot_cpu_has(X86_FEATURE_SYSCALL32)) { in xen_enable_syscall()
200 #define vdso32_sysenter() (boot_cpu_has(X86_FEATURE_SYSENTER32))201 #define vdso32_syscall() (boot_cpu_has(X86_FEATURE_SYSCALL32))223 #define vdso32_sysenter() (boot_cpu_has(X86_FEATURE_SEP))231 if (!boot_cpu_has(X86_FEATURE_SEP)) { in enable_sep_cpu()
127 if (boot_cpu_has(X86_FEATURE_SEP)) in __restore_processor_state()
561 !(boot_cpu_has(X86_FEATURE_MTRR) || in phys_mem_access_prot_allowed()562 boot_cpu_has(X86_FEATURE_K6_MTRR) || in phys_mem_access_prot_allowed()563 boot_cpu_has(X86_FEATURE_CYRIX_ARR) || in phys_mem_access_prot_allowed()564 boot_cpu_has(X86_FEATURE_CENTAUR_MCR)) && in phys_mem_access_prot_allowed()
401 has_ibs = boot_cpu_has(X86_FEATURE_IBS); in ibs_init()
417 if (boot_cpu_has(X86_FEATURE_NX)) in svm_hardware_setup()
1297 if (boot_cpu_has(X86_FEATURE_NX)) in hardware_setup()
995 r = boot_cpu_has(X86_FEATURE_CONSTANT_TSC); in kvm_dev_ioctl_check_extension()