Home
last modified time | relevance | path

Searched refs:orig_ax (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcompat.h80 (!!(task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT))
86 if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT) in in_x32_syscall()
H A Duser_32.h90 unsigned long orig_ax; member
H A Duser_64.h85 unsigned long orig_ax; member
H A Delf.h129 pr_reg[11] = regs->orig_ax; \
204 (pr_reg)[15] = (regs)->orig_ax; \
/linux/arch/x86/kernel/
H A Dperf_regs.c172 regs_user_copy->orig_ax = user_regs->orig_ax; in perf_get_regs_user()
H A Drethook.c77 regs->orig_ax = ~0UL; in arch_rethook_trampoline_callback()
H A Ddoublefault_32.c56 regs.orig_ax = 0; in doublefault_shim()
H A Dkgdb.c109 memcpy(mem, &regs->orig_ax, sizeof(regs->orig_ax)); in dbg_get_reg()
H A Dptrace.c109 REG_OFFSET_NAME(orig_ax),
932 regs->orig_ax = value; in putreg32()
991 R32(orig_eax, orig_ax); in getreg32()
H A Dvm86_32.c306 vm86regs.pt.orig_ax = regs->orig_ax; in do_sys_vm86()
H A Duprobes.c391 regs->orig_ax = -1; in SYSCALL_DEFINE0()
789 regs->orig_ax = -1; in SYSCALL_DEFINE0()
H A Dsignal_64.c86 regs->orig_ax = -1; in restore_sigcontext()