OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DYNSEL_START
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/include/
segments.h
118
#define
DYNSEL_START
(SYSSEL_START + (NGDT_SYS << 4))
130
#define IDXDYNSEL(s) ((((s) & ~SEL_RPL) -
DYNSEL_START
) >> 4)
134
#define GDYNSEL(s,r) ((((s) << 4) +
DYNSEL_START
) | r | SEL_KPL)
/src/sys/arch/i386/include/
segments.h
111
#define
DYNSEL_START
(NGDT << 3)
115
#define IDXDYNSEL(s) ((((s) & ~SEL_RPL) -
DYNSEL_START
) >> 3)
119
#define GDYNSEL(s,r) ((((s) << 3) +
DYNSEL_START
) | r | SEL_KPL)
Completed in 12 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025