Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dsyscall.h14 return regs->orig_d0; in syscall_get_nr()
21 regs->orig_d0 = nr; in syscall_set_nr()
27 regs->d0 = regs->orig_d0; in syscall_rollback()
55 args[0] = regs->orig_d0; in syscall_get_arguments()
65 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; \
/linux/arch/m68k/kernel/
H A Dsignal.c700 regs->orig_d0 = -1; /* disable syscall checks */ in restore_sigcontext()
746 regs->orig_d0 = -1; /* disable syscall checks */ in rt_restore_ucontext()
1055 regs->d0 = regs->orig_d0; in handle_restart()
1070 if (regs->orig_d0 >= 0) in handle_signal()
1106 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 Dptrace.c69 [16] = PT_REG(orig_d0),
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1858 # define SYSCALL_NUM(_regs) (_regs).orig_d0