HomeSort by: relevance | last modified time | path
    Searched defs:iopl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
sys_machdep.c 349 int iopl; local in function:x86_iopl
363 if (ua.iopl)
364 iopl = SEL_UPL;
366 iopl = SEL_KPL;
372 pcb->pcb_iopl = iopl;
376 set_iopl.iopl = iopl;
380 if (ua.iopl)
385 if (ua.iopl)
  /src/sys/arch/x86/include/
sysarch.h 113 int iopl; local in function:_X86_SYSARCH_L
137 int _X86_SYSARCH_L(iopl)(int);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
physdev.h 99 uint32_t iopl; member in struct:physdev_set_iopl

Completed in 12 milliseconds