Home
last modified time | relevance | path

Searched refs:sc_rdi (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/x86/include/
H A Dsignal.h114 long sc_rdi; /* machine state (struct trapframe) */ member
/freebsd/sys/amd64/linux/
H A Dlinux_genassym.c20 ASSYM(L_SC_RDI, offsetof(struct l_sigcontext, sc_rdi));
H A Dlinux_sysvec.c415 regs->tf_rdi = context->sc_rdi; in linux_rt_sigreturn()
574 sf.sf_uc.uc_mcontext.sc_rdi = regs->tf_rdi; in linux_rt_sendsig()
/freebsd/sys/x86/linux/
H A Dlinux_x86_sigframe.h171 l_ulong sc_rdi; member