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

  /src/sys/arch/sparc64/include/
pcb.h 139 * To calculate what registers are in the pcb, start with pcb_cwp
140 * and proceed to (pcb_cwp - pcb_canrestore) % NWINDOWS. These should
142 * (trap handler) is responsible for saving pcb_cwp + 1 [%o1-%o7] in
164 char pcb_cwp; /* %cwp when switch() was called */ member in struct:pcb
191 #define pcb_wim pcb_cwp
pcb.h 139 * To calculate what registers are in the pcb, start with pcb_cwp
140 * and proceed to (pcb_cwp - pcb_canrestore) % NWINDOWS. These should
142 * (trap handler) is responsible for saving pcb_cwp + 1 [%o1-%o7] in
164 char pcb_cwp; /* %cwp when switch() was called */ member in struct:pcb
191 #define pcb_wim pcb_cwp

Completed in 23 milliseconds