Searched defs:RESET_IOPL (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A Diopl.h27 # define RESET_IOPL() i386_iopl(0) macro
32 # define RESET_IOPL() sysi86(SI86V86,V86SC_IOPL,0) macro
35 # define RESET_IOPL() sysi86(SI86IOPL,0) macro
40 # define RESET_IOPL() iopl(0) macro
43 # define RESET_IOPL() (void)0 macro

Completed in 3 milliseconds