Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dsev_smoke_test.c75 vm = vm_sev_create_with_one_vcpu(KVM_X86_SEV_ES_VM, guest_code_xsave, &vcpu); in test_sync_vmsa()
119 vm = vm_sev_create_with_one_vcpu(type, guest_code, &vcpu); in test_sev()
171 vm = vm_sev_create_with_one_vcpu(type, guest_shutdown_code, &vcpu); in test_sev_es_shutdown()
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dsev.h34 struct kvm_vm *vm_sev_create_with_one_vcpu(uint32_t type, void *guest_code,
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/
Dsev.c115 struct kvm_vm *vm_sev_create_with_one_vcpu(uint32_t type, void *guest_code, in vm_sev_create_with_one_vcpu() function