Searched refs:static_cpu_has (Results 1 – 18 of 18) 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)
46 if (!static_cpu_has(X86_FEATURE_HYPERVISOR)) in virt_spin_lock()
495 #define static_cpu_has(bit) \ macro590 #define static_cpu_has(bit) boot_cpu_has(bit) macro598 #define static_cpu_has_bug(bit) static_cpu_has((bit))
150 return static_cpu_has(X86_FEATURE_PCOMMIT); in __arch_has_wmb_pmem()
38 static_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()39 static_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()
165 if (!static_cpu_has(X86_FEATURE_FPU)) in copy_fpstate_to_sigframe()270 if (!static_cpu_has(X86_FEATURE_FPU)) in __fpu__restore_sig()
278 if (!static_cpu_has(X86_FEATURE_FPU)) in fpregs_get()309 if (!static_cpu_has(X86_FEATURE_FPU)) in fpregs_set()
118 if (!static_cpu_has(X86_FEATURE_PROC_FEEDBACK)) in amd_freq_sensitivity_init()
1196 if (static_cpu_has(X86_FEATURE_HW_PSTATE)) { in powernowk8_init()
34 if (!static_cpu_has(X86_FEATURE_XSAVE)) in guest_cpuid_has_xsave()
517 WARN_ON_ONCE(!static_cpu_has(X86_FEATURE_NRIPS)); in skip_emulated_instruction()549 if (nr == BP_VECTOR && !static_cpu_has(X86_FEATURE_NRIPS)) { in svm_queue_exception()632 if (static_cpu_has(X86_FEATURE_TSCRATEMSR)) in svm_hardware_disable()675 if (static_cpu_has(X86_FEATURE_TSCRATEMSR)) { in svm_hardware_enable()1234 if (static_cpu_has(X86_FEATURE_TSCRATEMSR)) { in svm_vcpu_load()2804 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in invlpg_interception()2821 if (!static_cpu_has(X86_FEATURE_NRIPS)) in rdpmc_interception()2862 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in cr_interception()3670 if (static_cpu_has(X86_FEATURE_FLUSHBYASID)) in svm_flush_tlb()4242 if (static_cpu_has(X86_FEATURE_NRIPS)) in svm_check_intercept()
8973 if (static_cpu_has(X86_FEATURE_PCOMMIT) && nested) { in vmx_cpuid_update()
483 return static_cpu_has(X86_FEATURE_SEP) && in do_fast_syscall_32()
278 if (static_cpu_has(X86_FEATURE_AMD_DCM) && b == 4) { in do_inject()
388 if (static_cpu_has(X86_FEATURE_HWP)) in intel_thermal_interrupt()
421 if (unlikely(static_cpu_has(X86_FEATURE_XENPV) && in __switch_to()
1043 if (!static_cpu_has(X86_FEATURE_SMAP)) in smap_violation()
375 fails if static_cpu_has() is used before alternatives have