/openbmc/linux/tools/testing/selftests/x86/ |
H A D | iopl.c | 182 switch(iopl(3)) { in main() 203 if (iopl(0) != 0) in main() 222 if (iopl(3) != 0) in main() 250 if (iopl(3) != 0) in main() 260 if (iopl(3) != 0) { in main() 266 if (iopl(0) != 0) { in main() 272 if (iopl(3) == 0) { in main()
|
H A D | .gitignore | 12 iopl
|
H A D | Makefile | 14 check_initial_reg_state sigreturn iopl ioperm \
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ioport.c | 173 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument 211 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
|
/openbmc/linux/include/xen/interface/ |
H A D | physdev.h | 71 uint32_t iopl; member
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | physdev.h | 82 uint32_t iopl; member
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 111 [ 110] = 1, /* iopl */
|
H A D | syscall_o32.tbl | 124 110 o32 iopl sys_ni_syscall
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 101 uint8_t iopl; /* i/o priv level */ member 188 #define IOPL(S) ((S)->iopl) 3629 int iopl = (flags >> IOPL_SHIFT) & 3; in i386_tr_init_disas_context() local 3636 dc->iopl = iopl; in i386_tr_init_disas_context() 3642 g_assert(IOPL(dc) == iopl); in i386_tr_init_disas_context()
|
H A D | seg_helper.c | 2003 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local 2184 iopl = (env->eflags >> IOPL_SHIFT) & 3; in helper_ret_protected() 2185 if (cpl <= iopl) { in helper_ret_protected()
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 183 172 common iopl sys_iopl
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 183 172 common iopl sys_iopl
|
H A D | syscall_32.tbl | 124 110 i386 iopl sys_iopl
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 184 172 common iopl sys_iopl
|
/openbmc/qemu/linux-user/sh4/ |
H A D | syscall.tbl | 120 # 110 was iopl
|
/openbmc/linux/arch/microblaze/kernel/syscalls/ |
H A D | syscall.tbl | 120 110 common iopl sys_ni_syscall
|
/openbmc/qemu/linux-user/m68k/ |
H A D | syscall.tbl | 120 # 110 was iopl
|
/openbmc/linux/arch/m68k/kernel/syscalls/ |
H A D | syscall.tbl | 120 # 110 was iopl
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | syscall.tbl | 120 110 common iopl sys_ni_syscall
|
/openbmc/linux/arch/sh/kernel/syscalls/ |
H A D | syscall.tbl | 120 # 110 was iopl
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_o32.tbl | 124 110 o32 iopl sys_ni_syscall
|
/openbmc/qemu/linux-user/i386/ |
H A D | syscall_32.tbl | 125 110 i386 iopl sys_iopl
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 1866 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local 1884 if (cpl <= iopl) in emulate_popf() 1888 if (iopl < 3) in emulate_popf() 2572 int iopl; in emulator_bad_iopl() local 2577 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl() 2578 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
|
/openbmc/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 149 110 common iopl sys_ni_syscall
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 149 110 common iopl sys_ni_syscall
|