OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSL_S
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/vax/include/
psl.h
85
#define
PSL_S
0x02000000 /* supervisor mode */
100
#define PSL_USERCLR (
PSL_S
| PSL_IPL1F | PSL_MBZ)
/src/sys/arch/m68k/include/
psl.h
54
#define
PSL_S
0x2000 /* supervisor enable bit */
58
#define PSL_LOWIPL (
PSL_S
)
59
#define PSL_HIGHIPL (
PSL_S
| PSL_IPL7)
66
#define PSL_USERCLR (
PSL_S
| PSL_IPL7 | PSL_MBZ)
69
#define IPLTOPSL(x) ((((x) & 0x7) << 8) |
PSL_S
)
71
#define USERMODE(ps) (((ps) &
PSL_S
) == 0)
122
#define _spl0() _spl(
PSL_S
|PSL_IPL0)
123
#define spl1() _spl(
PSL_S
|PSL_IPL1)
124
#define spl2() _spl(
PSL_S
|PSL_IPL2)
125
#define spl3() _spl(
PSL_S
|PSL_IPL3
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025