Home
last modified time | relevance | path

Searched refs:VMM_IOC_RESETCPU (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/vmm/
H A Dvmm.h133 #define VMM_IOC_RESETCPU _IOW('V', 5, struct vm_resetcpu_params) /* Reset */ macro
H A Dvmm.c250 case VMM_IOC_RESETCPU: in vmmioctl()
300 case VMM_IOC_RESETCPU: in pledge_ioctl_vmm()
/openbsd/regress/sys/arch/amd64/vmm/
H A Dvcpu.c281 if (ioctl(fd, VMM_IOC_RESETCPU, &vresetp) == -1) { in main()
/openbsd/usr.sbin/vmd/
H A Dvm.c752 if (ioctl(env->vmd_fd, VMM_IOC_RESETCPU, &vrp) == -1) in vcpu_reset()