Home
last modified time | relevance | path

Searched refs:supported_vm_types (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.h31 u32 supported_vm_types; member
H A Dx86.c4780 return type < 32 && (kvm_caps.supported_vm_types & BIT(type)); in kvm_is_vm_type_supported()
4991 r = kvm_caps.supported_vm_types; in kvm_vm_ioctl_check_extension()
10108 kvm_caps.supported_vm_types = BIT(KVM_X86_DEFAULT_VM); in kvm_x86_vendor_init()
10168 kvm_caps.supported_vm_types |= BIT(KVM_X86_SW_PROTECTED_VM); in kvm_x86_vendor_init()
/linux/arch/x86/kvm/vmx/
H A Dmain.c1063 kvm_caps.supported_vm_types |= BIT(KVM_X86_TDX_VM); in vt_init()
/linux/arch/x86/kvm/svm/
H A Dsev.c2962 kvm_caps.supported_vm_types |= BIT(KVM_X86_SEV_VM); in sev_set_cpu_caps()
2966 kvm_caps.supported_vm_types |= BIT(KVM_X86_SEV_ES_VM); in sev_set_cpu_caps()
2970 kvm_caps.supported_vm_types |= BIT(KVM_X86_SNP_VM); in sev_set_cpu_caps()