Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dsev_smoke_test.c80 vm = vm_sev_create_with_one_vcpu(KVM_X86_SEV_ES_VM, guest_code_xsave, &vcpu); in test_sync_vmsa()
129 vm = vm_sev_create_with_one_vcpu(type, guest_code, &vcpu); in test_sev()
181 vm = vm_sev_create_with_one_vcpu(type, guest_shutdown_code, &vcpu); in test_sev_es_shutdown()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dsev.h34 struct kvm_vm *vm_sev_create_with_one_vcpu(uint32_t type, void *guest_code,
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
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