Searched refs:KVM_X86_SW_PROTECTED_VM (Results 1 – 10 of 10) sorted by relevance
358 if (kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SW_PROTECTED_VM)) in test_invalid_memory_region_flags() 359 vm = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_invalid_memory_region_flags() 482 vm = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_add_private_memory_region() 491 vm2 = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_add_private_memory_region() 519 vm = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_add_overlapping_private_memory_regions() 630 (kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SW_PROTECTED_VM))) {
142 test_pre_fault_memory(KVM_X86_SW_PROTECTED_VM, false); in main()143 test_pre_fault_memory(KVM_X86_SW_PROTECTED_VM, true); in main()
924 #define KVM_X86_SW_PROTECTED_VM 1 macro
9793 kvm_caps.supported_vm_types |= BIT(KVM_X86_SW_PROTECTED_VM); in kvm_x86_vendor_init()12692 (type == KVM_X86_SW_PROTECTED_VM); in kvm_arch_init_vm()12695 type == KVM_X86_DEFAULT_VM || type == KVM_X86_SW_PROTECTED_VM; in kvm_arch_init_vm()
5017 type != KVM_X86_SW_PROTECTED_VM) { in svm_vm_init()
6077 vcpu->kvm->arch.vm_type == KVM_X86_SW_PROTECTED_VM && in kvm_mmu_page_fault()
9018 #define KVM_X86_SW_PROTECTED_VM 19022 Note, KVM_X86_SW_PROTECTED_VM is currently only for development and testing.9023 Do not use KVM_X86_SW_PROTECTED_VM for "real" VMs, and especially not in