Home
last modified time | relevance | path

Searched refs:PSP_IOC_GET_GSTATUS (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dpspvar.h249 #define PSP_IOC_GET_GSTATUS _IOWR('P', 3, struct psp_guest_status) macro
H A Dpsp.c807 case PSP_IOC_GET_GSTATUS: in pspioctl()
859 case PSP_IOC_GET_GSTATUS: in pledge_ioctl_psp()
/openbsd/usr.sbin/vmd/
H A Dpsp.c101 if (ioctl(env->vmd_psp_fd, PSP_IOC_GET_GSTATUS, &gst) < 0) { in psp_get_gstate()