OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSTATE_IE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/sparc/include/
psl.h
113
#define
PSTATE_IE
0x002 /* interrupt enable */
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)
/src/sys/arch/sparc64/include/
psl.h
129
#define
PSTATE_IE
0x002 /* interrupt enable */
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
);
/src/sys/arch/sparc/stand/ofwboot/
srt0.s
102
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
/src/sys/arch/sparc64/sparc64/
autoconf.c
523
setpstate(getpstate()|
PSTATE_IE
);
529
setpstate(getpstate()|
PSTATE_IE
);
machdep.c
260
pstate = PSTATE_MM_TSO|
PSTATE_IE
;
263
pstate = PSTATE_MM_PSO|
PSTATE_IE
;
266
pstate = PSTATE_MM_RMO|
PSTATE_IE
;
locore.s
201
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
6057
andn %o4,
PSTATE_IE
, %o3 ! disable interrupts
6107
andn %o3,
PSTATE_IE
, %o4 ! disable interrupts
6179
andn %o3,
PSTATE_IE
, %o4 ! disable interrupts
6212
andn %o3,
PSTATE_IE
, %o4 ! Turn off
PSTATE_IE
bi
[
all
...]
Completed in 50 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025