Searched refs:sev_ioctl (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | sev_migrate_tests.c | 39 static void sev_ioctl(int vm_fd, int cmd_id, void *data) in sev_ioctl() function 57 sev_ioctl(vm->fd, es ? KVM_SEV_ES_INIT : KVM_SEV_INIT, NULL); in sev_vm_create() 62 sev_ioctl(vm->fd, KVM_SEV_LAUNCH_START, &start); in sev_vm_create() 64 sev_ioctl(vm->fd, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in sev_vm_create() 184 sev_ioctl(sev_es_vm_no_vmsa->fd, KVM_SEV_ES_INIT, NULL); in test_sev_migrate_parameters() 266 sev_ioctl(vm_fd, KVM_SEV_GUEST_STATUS, &status); in verify_mirror_allowed_cmds() 284 sev_ioctl(dst_vm->fd, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in test_sev_mirror()
|
/linux-6.6.21/drivers/crypto/ccp/ |
D | sev-dev.c | 1073 static long sev_ioctl(struct file *file, unsigned int ioctl, unsigned long arg) in sev_ioctl() function 1139 .unlocked_ioctl = sev_ioctl,
|