Searched refs:sf_sc (Results 1 – 5 of 5) sorted by relevance
300 frame.sf_sc.sc_mask = lmask.__mask; in linux_sendsig()301 frame.sf_sc.sc_gs = rgs(); in linux_sendsig()302 frame.sf_sc.sc_fs = regs->tf_fs; in linux_sendsig()303 frame.sf_sc.sc_es = regs->tf_es; in linux_sendsig()304 frame.sf_sc.sc_ds = regs->tf_ds; in linux_sendsig()305 frame.sf_sc.sc_edi = regs->tf_edi; in linux_sendsig()306 frame.sf_sc.sc_esi = regs->tf_esi; in linux_sendsig()307 frame.sf_sc.sc_ebp = regs->tf_ebp; in linux_sendsig()308 frame.sf_sc.sc_ebx = regs->tf_ebx; in linux_sendsig()309 frame.sf_sc.sc_esp = regs->tf_esp; in linux_sendsig()[all …]
10 ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc));
301 frame.sf_sc.sc_mask = lmask.__mask; in linux_sendsig()302 frame.sf_sc.sc_gs = regs->tf_gs; in linux_sendsig()303 frame.sf_sc.sc_fs = regs->tf_fs; in linux_sendsig()304 frame.sf_sc.sc_es = regs->tf_es; in linux_sendsig()305 frame.sf_sc.sc_ds = regs->tf_ds; in linux_sendsig()306 frame.sf_sc.sc_edi = regs->tf_rdi; in linux_sendsig()307 frame.sf_sc.sc_esi = regs->tf_rsi; in linux_sendsig()308 frame.sf_sc.sc_ebp = regs->tf_rbp; in linux_sendsig()309 frame.sf_sc.sc_ebx = regs->tf_rbx; in linux_sendsig()310 frame.sf_sc.sc_esp = regs->tf_rsp; in linux_sendsig()[all …]
11 ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc));
129 struct l_sigcontext sf_sc; member