| tag | line | file | source code |
| orig_eax | 78 | arch/i386/kernel/ioport.c | long es, long fs, long gs, long orig_eax, |
| orig_eax | 108 | arch/i386/kernel/process.c | regs->orig_eax,regs->ebx,regs->ecx,regs->edx); |
| orig_eax | 164 | arch/i386/kernel/process.c | #define IS_CLONE (regs->orig_eax == __NR_clone) |
| orig_eax | 74 | arch/i386/kernel/signal.c | regs->orig_eax = -1; /* disable syscall checks */ |
| orig_eax | 217 | arch/i386/kernel/signal.c | if (regs->orig_eax >= 0) { |
| orig_eax | 225 | arch/i386/kernel/signal.c | if (regs->orig_eax >= 0 && |
| orig_eax | 229 | 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 | 834 | drivers/net/de4x5.c | int irq = -(((struct pt_regs *)reg_ptr)->orig_eax+2); |
| 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; |