Home
last modified time | relevance | path

Searched refs:X86_FEATURE_VGIF (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dstate_test.c233 if (kvm_cpu_has(X86_FEATURE_VGIF)) { in svm_check_nested_state()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h381 #define X86_FEATURE_VGIF (15*32+16) /* "vgif" Virtual GIF */ macro
/linux/arch/x86/kvm/svm/
H A Dsvm.h593 return guest_cpu_cap_has(&svm->vcpu, X86_FEATURE_VGIF) && in nested_vgif_enabled()
H A Dnested.c843 if (guest_cpu_cap_has(vcpu, X86_FEATURE_VGIF) && in nested_vmcb02_prepare_control()
H A Dsvm.c5494 kvm_cpu_cap_set(X86_FEATURE_VGIF); in svm_set_cpu_caps()
5672 if (!boot_cpu_has(X86_FEATURE_VGIF)) in svm_hardware_setup()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h207 #define X86_FEATURE_VGIF KVM_X86_CPU_FEATURE(0x8000000A, 0, EDX, 16) macro