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

  /src/sys/arch/sparc/include/
pcb.h 57 * pcb_uw is positive if there are any user windows that are
60 * enabled, we decrement pcb_uw for each ``push'' of a CPU
63 * disabled, or if we are in user mode, pcb_uw is junk.)
65 * To ease computing pcb_uw on traps from user mode, we keep track
79 * registers are in the PCB (though if pcb_uw is positive,
95 int pcb_uw; /* user windows inside CPU */ member in struct:pcb
pcb.h 57 * pcb_uw is positive if there are any user windows that are
60 * enabled, we decrement pcb_uw for each ``push'' of a CPU
63 * disabled, or if we are in user mode, pcb_uw is junk.)
65 * To ease computing pcb_uw on traps from user mode, we keep track
79 * registers are in the PCB (though if pcb_uw is positive,
95 int pcb_uw; /* user windows inside CPU */ member in struct:pcb

Completed in 105 milliseconds