HomeSort by: relevance | last modified time | path
    Searched defs:sc_npc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/include/
netbsd32_machdep.h 52 int sc_npc; /* npc to restore */ member in struct:netbsd32_sigcontext
65 int sc_npc; /* npc to restore */ member in struct:netbsd32_sigcontext13
  /src/sys/arch/sparc/include/
signal.h 73 long sc_npc; /* npc to restore */ member in struct:sigcontext13
90 long sc_npc; /* npc to restore */ member in struct:sigcontext
  /src/sys/arch/sparc64/sparc64/
sunos32_machdep.c 79 uint32_t sc_npc; /* npc to restore */ member in struct:sunos32_sigcontext
227 sf.sf_sc.sc_npc = tf->tf_npc;
337 if (((scp->sc_pc | scp->sc_npc) & 3) != 0 || scp->sc_pc == 0 || scp->sc_npc == 0)
340 printf("sunos32_sigreturn: pc %x or npc %x invalid\n", scp->sc_pc, scp->sc_npc);
350 tf->tf_npc = scp->sc_npc;
sunos_machdep.c 67 int sc_npc; /* npc to restore */ member in struct:sunos_sigcontext
140 sf.sf_sc.sc_npc = tf->tf_npc;
247 if (((scp->sc_pc | scp->sc_npc) & 3) != 0 || scp->sc_pc == 0 || scp->sc_npc == 0)
250 printf("sunos_sigreturn: pc %p or npc %p invalid\n", (void *)(u_long)scp->sc_pc, (void *)(u_long)scp->sc_npc);
261 tf->tf_npc = scp->sc_npc;

Completed in 15 milliseconds