Searched refs:X86_FEATURE_PFTHRESHOLD (Results 1 – 3 of 3) sorted by relevance
375 #define X86_FEATURE_PFTHRESHOLD (15*32+12) /* "pfthreshold" Pause filter threshold */ macro
5263 if (boot_cpu_has(X86_FEATURE_PFTHRESHOLD)) in svm_set_cpu_caps()5264 kvm_cpu_cap_set(X86_FEATURE_PFTHRESHOLD); in svm_set_cpu_caps()5349 } else if (!boot_cpu_has(X86_FEATURE_PFTHRESHOLD)) { in svm_hardware_setup()
841 if (guest_cpu_cap_has(vcpu, X86_FEATURE_PFTHRESHOLD)) in nested_vmcb02_prepare_control()
Completed in 18 milliseconds