Searched refs:static_cpu_has (Results 1 – 11 of 11) sorted by relevance
117 #define arch_has_random() static_cpu_has(X86_FEATURE_RDRAND)118 #define arch_has_random_seed() static_cpu_has(X86_FEATURE_RDSEED)
488 #define static_cpu_has(bit) \ macro583 #define static_cpu_has(bit) boot_cpu_has(bit) macro591 #define static_cpu_has_bug(bit) static_cpu_has((bit))
37 static_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()38 static_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()
118 if (!static_cpu_has(X86_FEATURE_PROC_FEEDBACK)) in amd_freq_sensitivity_init()
1204 if (static_cpu_has(X86_FEATURE_HW_PSTATE)) { in powernowk8_init()
34 if (!static_cpu_has(X86_FEATURE_XSAVE)) in guest_cpuid_has_xsave()
515 WARN_ON_ONCE(!static_cpu_has(X86_FEATURE_NRIPS)); in skip_emulated_instruction()547 if (nr == BP_VECTOR && !static_cpu_has(X86_FEATURE_NRIPS)) { in svm_queue_exception()630 if (static_cpu_has(X86_FEATURE_TSCRATEMSR)) in svm_hardware_disable()673 if (static_cpu_has(X86_FEATURE_TSCRATEMSR)) { in svm_hardware_enable()1321 if (static_cpu_has(X86_FEATURE_TSCRATEMSR) && in svm_vcpu_load()2885 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in invlpg_interception()2902 if (!static_cpu_has(X86_FEATURE_NRIPS)) in rdpmc_interception()2943 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in cr_interception()3758 if (static_cpu_has(X86_FEATURE_FLUSHBYASID)) in svm_flush_tlb()4323 if (static_cpu_has(X86_FEATURE_NRIPS)) in svm_check_intercept()
250 if (!static_cpu_has(X86_FEATURE_FPU)) in save_xstate_sig()355 if (!static_cpu_has(X86_FEATURE_FPU)) in __restore_xstate_sig()
562 if (!static_cpu_has(X86_FEATURE_FPU)) in fpregs_get()595 if (!static_cpu_has(X86_FEATURE_FPU)) in fpregs_set()
330 fails if static_cpu_has() is used before alternatives have
1039 if (!static_cpu_has(X86_FEATURE_SMAP)) in smap_violation()