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

  /src/sys/arch/sparc/include/
psl.h 135 #define PSTATE_KERN (PSTATE_MM_TSO|PSTATE_PRIV)
136 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
142 #define PSTATE_KERN (PSTATE_MM_TSO|PSTATE_AM|PSTATE_PRIV)
143 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
189 #define TSTATE_KERN ((PSTATE_KERN)<<TSTATE_PSTATE_SHIFT)
  /src/sys/arch/sparc64/include/
psl.h 152 #define PSTATE_KERN (PSTATE_MM_TSO|PSTATE_PRIV)
153 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
159 #define PSTATE_KERN (PSTATE_MM_TSO|PSTATE_AM|PSTATE_PRIV)
160 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
206 #define TSTATE_KERN ((PSTATE_KERN)<<TSTATE_PSTATE_SHIFT)
  /src/sys/arch/sparc64/sparc64/
locore.s 187 wrpr %g0, PSTATE_KERN, %pstate ! Alternate Globals (AG) bit set to zero
196 wrpr %g0, PSTATE_KERN|PSTATE_AG, %pstate ! Alternate Globals (AG) bit set to one
2088 wrpr %g0, PSTATE_KERN|PSTATE_IG, %pstate ! We need to save volatile stuff to interrupt globals
2090 wrpr %g0, PSTATE_KERN|PSTATE_AG, %pstate ! We need to save volatile stuff to alternate globals
2450 wrpr %g0, PSTATE_KERN|PSTATE_IG, %pstate ! DEBUG
2452 wrpr %g0, PSTATE_KERN|PSTATE_AG, %pstate
2474 wrpr %g0, PSTATE_KERN|PSTATE_IG, %pstate ! We need to save volatile stuff to interrupt globals
2476 wrpr %g0, PSTATE_KERN|PSTATE_AG, %pstate ! We need to save volatile stuff to alternate globals
2497 wrpr %g0, PSTATE_KERN, %pstate ! Get back to normal globals
2584 wrpr %g0, PSTATE_KERN, %pstate ! disable interrupt
    [all...]
cpu.c 775 setpstate(PSTATE_KERN);

Completed in 16 milliseconds