Searched refs:KVM_X86_SEV_VM (Results 1 – 5 of 5) sorted by relevance
78 test_init2(KVM_X86_SEV_VM, &(struct kvm_sev_init){}); in test_vm_types()134 TEST_ASSERT(have_sev == !!(kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SEV_VM)), in main()136 kvm_check_cap(KVM_CAP_VM_TYPES), 1 << KVM_X86_SEV_VM); in main()138 TEST_REQUIRE(kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SEV_VM)); in main()152 test_flags(KVM_X86_SEV_VM); in main()158 test_features(KVM_X86_SEV_VM, 0); in main()
201 if (type == KVM_X86_SEV_VM) in test_sev_smoke()220 test_sev_smoke(guest_sev_code, KVM_X86_SEV_VM, 0); in main()
46 return is_sev_es_vm(vm) || vm->type == KVM_X86_SEV_VM; in is_sev_vm()
56 TEST_ASSERT_EQ(vm->type, KVM_X86_SEV_VM); in sev_vm_init()
930 #define KVM_X86_SEV_VM 2 macro
Completed in 20 milliseconds