OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISPL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/include/
segments.h
98
#define
ISPL
(s) ((s) & SEL_RPL) /* what is the priority level of a selector */
138
#define USERMODE(c) (
ISPL
(c) == SEL_UPL)
144
#define KERNELMODE(c) (
ISPL
(c) == SEL_XPL)
146
#define KERNELMODE(c) (
ISPL
(c) == SEL_KPL)
/src/sys/arch/i386/include/
segments.h
91
#define
ISPL
(s) ((s) & SEL_RPL) /* what is the priority level of a selector */
123
#define USERMODE(c) (
ISPL
(c) == SEL_UPL)
124
#define KERNELMODE(c) (
ISPL
(c) == SEL_KPL)
Completed in 42 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025