Searched refs:VMM_IOC_RESETCPU (Results 1 – 4 of 4) sorted by relevance
133 #define VMM_IOC_RESETCPU _IOW('V', 5, struct vm_resetcpu_params) /* Reset */ macro
250 case VMM_IOC_RESETCPU: in vmmioctl()300 case VMM_IOC_RESETCPU: in pledge_ioctl_vmm()
281 if (ioctl(fd, VMM_IOC_RESETCPU, &vresetp) == -1) { in main()
752 if (ioctl(env->vmd_fd, VMM_IOC_RESETCPU, &vrp) == -1) in vcpu_reset()