Home
last modified time | relevance | path

Searched refs:orig_d0 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dsyscall.h14 return regs->orig_d0; in syscall_get_nr()
20 regs->d0 = regs->orig_d0; in syscall_rollback()
48 args[0] = regs->orig_d0; in syscall_get_arguments()
58 regs->orig_d0 = args[0]; in syscall_set_arguments()
H A Duser.h45 long orig_d0; member
H A Delf.h99 pr_reg[16] = regs->orig_d0; \
/openbmc/qemu/linux-user/m68k/
H A Dtarget_syscall.h12 abi_ulong orig_d0; member
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h40 long orig_d0; member
/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c698 regs->orig_d0 = -1; /* disable syscall checks */ in restore_sigcontext()
744 regs->orig_d0 = -1; /* disable syscall checks */ in rt_restore_ucontext()
1053 regs->d0 = regs->orig_d0; in handle_restart()
1068 if (regs->orig_d0 >= 0) in handle_signal()
1104 if (regs->orig_d0 >= 0) in do_signal()
H A Dasm-offsets.c47 DEFINE(PT_OFF_ORIG_D0, offsetof(struct pt_regs, orig_d0)); in main()
H A Dprocess.c84 regs->orig_d0, regs->d0, regs->a2, regs->a1); in show_regs()
H A Dptrace.c67 [16] = PT_REG(orig_d0),
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1851 # define SYSCALL_NUM(_regs) (_regs).orig_d0