Home | History | Annotate | Download | only in freebsd

Lines Matching refs:sf_sc

96 	frame.sf_scp = &fp->sf_sc;
101 frame.sf_sc.sc_gs = tf->tf_gs;
102 frame.sf_sc.sc_fs = tf->tf_fs;
103 frame.sf_sc.sc_es = tf->tf_es;
104 frame.sf_sc.sc_ds = tf->tf_ds;
105 frame.sf_sc.sc_efl = tf->tf_eflags;
107 frame.sf_sc.sc_edi = tf->tf_edi;
108 frame.sf_sc.sc_esi = tf->tf_esi;
109 frame.sf_sc.sc_ebp = tf->tf_ebp;
110 frame.sf_sc.sc_isp = 0; /* don't have to pass kernel sp to user. */
111 frame.sf_sc.sc_ebx = tf->tf_ebx;
112 frame.sf_sc.sc_edx = tf->tf_edx;
113 frame.sf_sc.sc_ecx = tf->tf_ecx;
114 frame.sf_sc.sc_eax = tf->tf_eax;
115 frame.sf_sc.sc_eip = tf->tf_eip;
116 frame.sf_sc.sc_cs = tf->tf_cs;
117 frame.sf_sc.sc_esp = tf->tf_esp;
118 frame.sf_sc.sc_ss = tf->tf_ss;
121 frame.sf_sc.sc_onstack = l->l_sigstk.ss_flags & SS_ONSTACK;
125 frame.sf_sc.sc_mask = *mask;