Searched refs:IOPL (Results 1 – 4 of 4) sorted by relevance
182 #define IOPL(S) 0 macro188 #define IOPL(S) ((S)->iopl) macro777 if (PE(s) && (CPL(s) > IOPL(s) || VM86(s))) { in gen_check_io()3642 g_assert(IOPL(dc) == iopl); in i386_tr_init_disas_context()
2813 if (IOPL(s) < 3) {2817 if (IOPL(s) < CPL(s)) {
3061 } else if (CPL(s) <= IOPL(s)) {
1263 bool "IOPERM and IOPL Emulation"1269 Legacy IOPL support is an overbroad mechanism which allows user1278 granted if the hardware IOPL mechanism would be used.