Searched refs:KVM_X86_SNP_VM (Results 1 – 6 of 6) sorted by relevance
88 test_init2(KVM_X86_SNP_VM, &(struct kvm_sev_init){}); in test_vm_types()146 TEST_ASSERT(have_snp == !!(kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SNP_VM)), in main()148 kvm_check_cap(KVM_CAP_VM_TYPES), KVM_X86_SNP_VM); in main()156 test_flags(KVM_X86_SNP_VM); in main()162 test_features(KVM_X86_SNP_VM, supported_vmsa_features); in main()
195 if (type == KVM_X86_SNP_VM) in test_sev_smoke()209 if (type == KVM_X86_SNP_VM) in test_sev_smoke()226 test_sev_smoke(guest_snp_code, KVM_X86_SNP_VM, snp_default_policy()); in main()
36 return vm->type == KVM_X86_SNP_VM; in is_sev_snp_vm()
78 TEST_ASSERT_EQ(vm->type, KVM_X86_SNP_VM); in snp_vm_init()
932 #define KVM_X86_SNP_VM 4 macro
468 return shape.type == KVM_X86_SNP_VM; in is_guest_memfd_required()
Completed in 50 milliseconds