Searched refs:have_sev (Results 1 – 1 of 1) sorted by relevance
121 bool have_sev; in main() local129 have_sev = kvm_cpu_has(X86_FEATURE_SEV); in main()130 TEST_ASSERT(have_sev == !!(kvm_check_cap(KVM_CAP_VM_TYPES) & BIT(KVM_X86_SEV_VM)), in main()
Completed in 5 milliseconds