Lines Matching refs:vm_sev_ioctl
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()
113 vm_sev_ioctl(vm, KVM_SEV_LAUNCH_MEASURE, &launch_measure); in sev_vm_launch_measure()
115 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &guest_status); in sev_vm_launch_measure()
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()
130 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in sev_vm_launch_finish()
140 vm_sev_ioctl(vm, KVM_SEV_SNP_LAUNCH_START, &launch_start); in snp_vm_launch_start()
158 vm_sev_ioctl(vm, KVM_SEV_SNP_LAUNCH_FINISH, &launch_finish); in snp_vm_launch_finish()