Searched refs:vm_sev_ioctl (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | sev.c | 53 vm_sev_ioctl(vm, KVM_SEV_INIT, NULL); in sev_vm_init() 57 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_vm_init() 66 vm_sev_ioctl(vm, KVM_SEV_ES_INIT, NULL); in sev_es_vm_init() 70 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_es_vm_init() 79 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in snp_vm_init() 91 vm_sev_ioctl(vm, KVM_SEV_LAUNCH_START, &launch_start); in sev_vm_launch() 92 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in sev_vm_launch() 101 vm_sev_ioctl(vm, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in sev_vm_launch() 123 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in sev_vm_launch_finish() 128 vm_sev_ioctl(vm, KVM_SEV_LAUNCH_FINISH, NULL); in sev_vm_launch_finish() [all …]
|
| A D | processor.c | 645 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in kvm_arch_vm_post_create()
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | sev.h | 96 #define vm_sev_ioctl(vm, cmd, arg) \ macro 131 vm_sev_ioctl(vm, KVM_SEV_LAUNCH_UPDATE_DATA, &update_data); in sev_launch_update_data() 144 vm_sev_ioctl(vm, KVM_SEV_SNP_LAUNCH_UPDATE, &update_data); in snp_launch_update_data()
|
| /tools/testing/selftests/kvm/x86/ |
| A D | sev_migrate_tests.c | 40 vm_sev_ioctl(vm, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in sev_vm_create() 242 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in verify_mirror_allowed_cmds() 260 vm_sev_ioctl(dst_vm, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in test_sev_mirror()
|
Completed in 7 milliseconds