Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dsev_migrate_tests.c65 static void sev_migrate_from(struct kvm_vm *dst, struct kvm_vm *src) in sev_migrate_from() function
84 sev_migrate_from(dst_vms[0], src_vm); in test_sev_migrate_from()
87 sev_migrate_from(dst_vms[i], dst_vms[i - 1]); in test_sev_migrate_from()
334 sev_migrate_from(dst_mirror_vm, mirror_vm); in test_sev_move_copy()
335 sev_migrate_from(dst_vm, sev_vm); in test_sev_move_copy()
337 sev_migrate_from(dst2_vm, dst_vm); in test_sev_move_copy()
338 sev_migrate_from(dst2_mirror_vm, dst_mirror_vm); in test_sev_move_copy()
340 sev_migrate_from(dst3_mirror_vm, dst2_mirror_vm); in test_sev_move_copy()
341 sev_migrate_from(dst3_vm, dst2_vm); in test_sev_move_copy()
363 sev_migrate_from(dst_mirror_vm, mirror_vm); in test_sev_move_copy()
[all …]
/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c1974 static void sev_migrate_from(struct kvm *dst_kvm, struct kvm *src_kvm) in sev_migrate_from() function
2125 sev_migrate_from(kvm, source_kvm); in sev_vm_move_enc_context_from()