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/signal.c | regs->orig_eax = -1; /* disable syscall checks */ |
orig_eax | 227 | arch/i386/kernel/signal.c | if (regs->orig_eax >= 0) { |
orig_eax | 241 | arch/i386/kernel/signal.c | regs->eax = regs->orig_eax; |
orig_eax | 342 | arch/i386/kernel/signal.c | if (regs->orig_eax >= 0) { |
orig_eax | 347 | arch/i386/kernel/signal.c | regs->eax = regs->orig_eax; |
orig_eax | 32 | arch/mips/kernel/ioport.c | long es, long fs, long gs, long orig_eax, |
orig_eax | 38 | include/asm-i386/ptrace.h | long orig_eax; |
orig_eax | 69 | include/linux/vm86.h | long orig_eax; |