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

  /src/sys/arch/sparc/include/
pcb.h 78 * pcb_nsaved has three `kinds' of values. If 0, it means no
84 * the registers in pcb_rw[], and set pcb_nsaved to -1. This
97 int pcb_nsaved; /* number of windows saved in pcb */ member in struct:pcb
  /src/sys/arch/sparc64/include/
pcb.h 108 * pcb_nsaved has three `kinds' of values. If 0, it means no
114 * the registers in pcb_rw[], and set pcb_nsaved to -1. This
137 * try to steal pcb_uw or pcb_nsaved for this purpose eventually.]
153 * XXX we are using pcb_nsaved as the counter. pcb_uw is still a mask.
161 char pcb_nsaved; /* number of windows saved in pcb */ member in struct:pcb

Completed in 12 milliseconds