Home
last modified time | relevance | path

Searched refs:PSTATE_IE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/sparc/include/
Dpsl.h113 #define PSTATE_IE 0x002 /* interrupt enable */ macro
136 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
137 #define PSTATE_USER32 (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
138 #define PSTATE_USER (PSTATE_MM_RMO|PSTATE_IE)
143 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
144 #define PSTATE_USER32 (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
145 #define PSTATE_USER (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
184 #define TSTATE_IE (PSTATE_IE<<TSTATE_PSTATE_SHIFT)
/netbsd/src/sys/arch/sparc64/include/
Dpsl.h129 #define PSTATE_IE 0x002 /* interrupt enable */ macro
153 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
154 #define PSTATE_USER32 (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
155 #define PSTATE_USER (PSTATE_MM_RMO|PSTATE_IE)
160 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE)
161 #define PSTATE_USER32 (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
162 #define PSTATE_USER (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
201 #define TSTATE_IE (PSTATE_IE<<TSTATE_PSTATE_SHIFT)
415 setpstate(pstate & ~PSTATE_IE); in SPARC64_RDASR64_DEF()
/netbsd/src/sys/arch/sparc/stand/ofwboot/
Dsrt0.s102 wrpr %g0, PSTATE_PRIV+PSTATE_IE, %pstate
160 wrpr %g0, PSTATE_PROM|PSTATE_IE, %pstate
188 wrpr %g0, PSTATE_PROM|PSTATE_IE, %pstate ! Enable 64-bit addresses for the prom
279 wrpr %o4, PSTATE_IE, %pstate
301 wrpr %o4, PSTATE_IE, %pstate
337 wrpr %o4, PSTATE_IE, %pstate
/netbsd/src/sys/arch/sparc64/sparc64/
Dautoconf.c522 setpstate(getpstate()|PSTATE_IE); in cpu_configure()
528 setpstate(getpstate()|PSTATE_IE); in cpu_configure()
Dmachdep.c260 pstate = PSTATE_MM_TSO|PSTATE_IE; in setregs()
263 pstate = PSTATE_MM_PSO|PSTATE_IE; in setregs()
266 pstate = PSTATE_MM_RMO|PSTATE_IE; in setregs()
Dlocore.s201 or \scratch, PSTATE_IE, \scratch ! Interrupt Enable (IE) bit set to one
207 and \scratch, ~PSTATE_IE, \scratch ! Interrupt Enable (IE) bit set to zero
5871 wrpr %g0, PSTATE_PROM|PSTATE_IE, %pstate
5914 wrpr %g0, PSTATE_PROM|PSTATE_IE, %pstate
5996 andn %o3, PSTATE_IE, %o4 ! disable interrupts
7475 andn %g1, PSTATE_IE, %g2 ! clear PSTATE.IE