Searched refs:orig_rax (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dptrace.h63 unsigned long orig_rax; member in struct:pt_regs
H A Duser.h70 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
H A Delf.h92 (pr_reg)[15] = (regs)->orig_rax; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dptrace.h63 unsigned long orig_rax; member in struct:pt_regs
H A Duser.h70 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
H A Delf.h92 (pr_reg)[15] = (regs)->orig_rax; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsignal.c167 regs->orig_rax = -1; /* disable syscall checks */
402 if (regs->orig_rax >= 0) {
416 regs->rax = regs->orig_rax;
573 if (regs->orig_rax >= 0) {
578 regs->rax = regs->orig_rax;
591 me->comm,me->pid,where,frame,regs->rip,regs->rsp,regs->orig_rax);
H A Dirq.c599 int irq = regs->orig_rax & 0xff; /* high bits used in ret_from_ code */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dptrace32.c68 R32(orig_eax, orig_rax);
131 R32(orig_eax, orig_rax);
H A Dia32_binfmt.c115 pr_reg[11] = regs->orig_rax; \
H A Dia32_signal.c206 regs->orig_rax = -1; /* disable syscall checks */

Completed in 105 milliseconds