Home
last modified time | relevance | path

Searched refs:orig_eax (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/arch/x86/include/uapi/asm/
Dptrace.h30 long orig_eax; member
Dvm86.h78 long orig_eax; member
/Linux-v6.6/arch/x86/include/asm/
Duser32.h40 __u32 orig_eax, eip; member
/Linux-v6.6/arch/x86/kernel/
Dftrace_32.S116 pushl $0 # orig_eax
Dptrace.c921 case offsetof(struct user32, regs.orig_eax): in putreg32()
991 R32(orig_eax, orig_ax); in getreg32()
/Linux-v6.6/arch/x86/entry/
Dentry_32.S160 pushl 7*4(%esp) # orig_eax
956 RESTORE_REGS pop=4 # skip orig_eax/error_code
/Linux-v6.6/tools/testing/selftests/x86/
Dptrace_syscall.c30 # define user_syscall_nr orig_eax
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1733 # define SYSCALL_NUM(_regs) (_regs).orig_eax