OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DYNSEL_START
(Results
1 - 5
of
5
) sorted by relevancy
/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)
/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/amd64/amd64/
gdt.c
62
(((sz) -
DYNSEL_START
) / sizeof(struct sys_segment_descriptor))
167
memcpy(gdtstore, old_gdt,
DYNSEL_START
);
machdep.c
1991
setregion(®ion, gdtstore,
DYNSEL_START
- 1);
/src/sys/arch/i386/i386/
gdt.c
50
(((sz) -
DYNSEL_START
) / sizeof(union descriptor))
Completed in 15 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025