Home
last modified time | relevance | path

Searched refs:sf_sc (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Dlinux_machdep.c142 frame.sf_sc.sc_mask = mask;
145 frame.sf_sc.sc_gs = tf->tf_vm86_gs;
146 frame.sf_sc.sc_fs = tf->tf_vm86_fs;
147 frame.sf_sc.sc_es = tf->tf_vm86_es;
148 frame.sf_sc.sc_ds = tf->tf_vm86_ds;
149 frame.sf_sc.sc_eflags = get_vflags(p);
153 __asm("movl %%gs,%k0" : "=r" (frame.sf_sc.sc_gs));
154 __asm("movl %%fs,%k0" : "=r" (frame.sf_sc.sc_fs));
155 frame.sf_sc.sc_es = tf->tf_es;
156 frame.sf_sc.sc_ds = tf->tf_ds;
[all …]
Dmachdep.c1998 frame.sf_scp = &fp->sf_sc;
2005 frame.sf_sc.sc_err = tf->tf_err;
2006 frame.sf_sc.sc_trapno = tf->tf_trapno;
2007 frame.sf_sc.sc_onstack = oonstack;
2008 frame.sf_sc.sc_mask = mask;
2011 frame.sf_sc.sc_gs = tf->tf_vm86_gs;
2012 frame.sf_sc.sc_fs = tf->tf_vm86_fs;
2013 frame.sf_sc.sc_es = tf->tf_vm86_es;
2014 frame.sf_sc.sc_ds = tf->tf_vm86_ds;
2015 frame.sf_sc.sc_eflags = get_vflags(p);
[all …]
Dgenassym.cf119 member SC sf_sc
137 member SC sf_sc
/mirbsd/src/sys/arch/sparc/sparc/
Dmachdep.c426 struct sigcontext sf_sc; /* actual sigcontext */ member
534 p->p_comm, p->p_pid, sig, fp, &fp->sf_sc);
547 sf.sf_sc.sc_onstack = oonstack;
548 sf.sf_sc.sc_mask = mask;
549 sf.sf_sc.sc_sp = oldsp;
550 sf.sf_sc.sc_pc = tf->tf_pc;
551 sf.sf_sc.sc_npc = tf->tf_npc;
552 sf.sf_sc.sc_psr = tf->tf_psr;
553 sf.sf_sc.sc_g1 = tf->tf_global[1];
554 sf.sf_sc.sc_o0 = tf->tf_out[0];
[all …]
/mirbsd/src/sys/arch/i386/include/
Dframe.h118 struct sigcontext sf_sc; member
Dlinux_machdep.h76 struct linux_sigcontext sf_sc; member