Searched refs:sev_ioctl (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/ |
D | sev_migrate_tests.c | 40 static void sev_ioctl(int vm_fd, int cmd_id, void *data) in sev_ioctl() function 58 sev_ioctl(vm->fd, es ? KVM_SEV_ES_INIT : KVM_SEV_INIT, NULL); in sev_vm_create() 63 sev_ioctl(vm->fd, KVM_SEV_LAUNCH_START, &start); in sev_vm_create() 65 sev_ioctl(vm->fd, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in sev_vm_create() 190 sev_ioctl(sev_es_vm_no_vmsa->fd, KVM_SEV_ES_INIT, NULL); in test_sev_migrate_parameters() 277 sev_ioctl(vm_fd, KVM_SEV_GUEST_STATUS, &status); in verify_mirror_allowed_cmds() 295 sev_ioctl(dst_vm->fd, KVM_SEV_LAUNCH_UPDATE_VMSA, NULL); in test_sev_mirror()
|
/linux-5.19.10/drivers/crypto/ccp/ |
D | sev-dev.c | 1027 static long sev_ioctl(struct file *file, unsigned int ioctl, unsigned long arg) in sev_ioctl() function 1093 .unlocked_ioctl = sev_ioctl,
|