Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dsev_init2_tests.c31 bool have_snp; variable
87 if (have_snp) in test_vm_types()
145 have_snp = kvm_cpu_has(X86_FEATURE_SEV_SNP); in main()
146 TEST_ASSERT(have_snp == !!(kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SNP_VM)), in main()
155 if (have_snp) in main()
161 if (have_snp) in main()