tag | line | file | source code |
orig_eax | 78 | arch/i386/kernel/ioport.c | long es, long fs, long gs, long orig_eax, |
orig_eax | 75 | arch/i386/kernel/signal.c | regs->orig_eax = -1; /* disable syscall checks */ |
orig_eax | 218 | arch/i386/kernel/signal.c | if (regs->orig_eax >= 0) { |
orig_eax | 226 | arch/i386/kernel/signal.c | if (regs->orig_eax >= 0 && |
orig_eax | 230 | arch/i386/kernel/signal.c | regs->eax = regs->orig_eax; |
orig_eax | 74 | arch/mips/kernel/ioport.c | long es, long fs, long gs, long orig_eax, |
orig_eax | 736 | drivers/net/ni52.c | printk ("ni52-interrupt: irq %d for unknown device.\n",(int) -(((struct pt_regs *)reg_ptr)->orig_eax+2)); |
orig_eax | 38 | include/asm-i386/ptrace.h | long orig_eax; |
orig_eax | 69 | include/linux/vm86.h | long orig_eax; |