Home
last modified time | relevance | path

Searched refs:V86SC_IOPL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dsysi86.h109 #define V86SC_IOPL 4 /* The only supported V86 system call */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Dsysi86.c95 if (arg1 == V86SC_IOPL) { in sysi86()