Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dsev.h39 static inline bool is_sev_es_vm(struct kvm_vm *vm) in is_sev_es_vm() function
46 return is_sev_es_vm(vm) || vm->type == KVM_X86_SEV_VM; in is_sev_vm()
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c167 if (is_sev_es_vm(vm)) { in test_sev()