Searched refs:PSTATE_IE (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/arch/sparc64/include/ |
H A D | psl.h | 100 #define PSTATE_IE 0x002 /* interrupt enable */ macro 114 #define PSTATE_INTR (PSTATE_KERN|PSTATE_IE) 115 #define PSTATE_USER (PSTATE_MM_RMO|PSTATE_IE) 271 sparc_wrpr(pstate, s & ~PSTATE_IE, 0); in intr_disable()
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | cpu.c | 746 sparc_wrpr(pstate, sparc_rdpr(pstate) & ~PSTATE_IE, 0); in cpu_idle_enter() 756 sparc_wrpr(pstate, sparc_rdpr(pstate) | PSTATE_IE, 0); in cpu_idle_cycle() 757 sparc_wrpr(pstate, sparc_rdpr(pstate) & ~PSTATE_IE, 0); in cpu_idle_cycle() 780 sparc_wrpr(pstate, sparc_rdpr(pstate) | PSTATE_IE, 0); in cpu_idle_leave()
|
H A D | autoconf.c | 710 setpstate(getpstate()|PSTATE_IE); in cpu_configure() 716 setpstate(getpstate()|PSTATE_IE); in cpu_configure()
|
H A D | machdep.c | 289 pstate = PSTATE_MM_TSO|PSTATE_IE; in setregs() 292 pstate = PSTATE_MM_PSO|PSTATE_IE; in setregs() 295 pstate = PSTATE_MM_RMO|PSTATE_IE; in setregs()
|
H A D | locore.s | 3081 andn %g1, PSTATE_IE, %g2 3113 andn %g1, PSTATE_IE, %g2 3927 wrpr %g0, PSTATE_PROM|PSTATE_IE, %pstate 3971 andn %o5, PSTATE_IE, %o4 4028 andn %o5, PSTATE_IE, %o4 6157 andn %g1, PSTATE_IE, %o3 6215 andn %o0, PSTATE_IE, %o1 6248 andn %o0, PSTATE_IE, %o1
|