Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Dx86.h31 u32 supported_vm_types; member
A Dx86.c4623 return type < 32 && (kvm_caps.supported_vm_types & BIT(type)); in kvm_is_vm_type_supported()
4832 r = kvm_caps.supported_vm_types; in kvm_vm_ioctl_check_extension()
9674 kvm_caps.supported_vm_types = BIT(KVM_X86_DEFAULT_VM); in kvm_x86_vendor_init()
9728 kvm_caps.supported_vm_types |= BIT(KVM_X86_SW_PROTECTED_VM); in kvm_x86_vendor_init()
/arch/x86/kvm/vmx/
A Dmain.c1053 kvm_caps.supported_vm_types |= BIT(KVM_X86_TDX_VM); in vt_init()
/arch/x86/kvm/svm/
A Dsev.c2908 kvm_caps.supported_vm_types |= BIT(KVM_X86_SEV_VM); in sev_set_cpu_caps()
2912 kvm_caps.supported_vm_types |= BIT(KVM_X86_SEV_ES_VM); in sev_set_cpu_caps()
2916 kvm_caps.supported_vm_types |= BIT(KVM_X86_SNP_VM); in sev_set_cpu_caps()

Completed in 42 milliseconds