Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sparc64/include/ | |
netbsd32_machdep.h | 54 int sc_g1; /* %g1 to restore */ member in struct:netbsd32_sigcontext 67 int sc_g1; /* %g1 to restore */ member in struct:netbsd32_sigcontext13 |
/src/sys/arch/sparc/include/ | |
signal.h | 79 long sc_g1; /* %g1 to restore */ member in struct:sigcontext13 96 long sc_g1; /* %g1 to restore */ member in struct:sigcontext |
/src/sys/arch/sparc64/sparc64/ | |
sunos32_machdep.c | 81 uint32_t sc_g1; /* %g1 to restore */ member in struct:sunos32_sigcontext 229 sf.sf_sc.sc_g1 = tf->tf_global[1]; 351 tf->tf_global[1] = scp->sc_g1; |
sunos_machdep.c | 69 int sc_g1; /* %g1 to restore */ member in struct:sunos_sigcontext 142 sf.sf_sc.sc_g1 = tf->tf_global[1]; 262 tf->tf_global[1] = scp->sc_g1; |