OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXGDTSIZ
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/x86/include/
gdt.h
57
#ifndef
MAXGDTSIZ
58
# define
MAXGDTSIZ
65536 /* XXX: see <x86/pmap.h> */
pmap_private.h
116
uint8_t gdt[
MAXGDTSIZ
];
/src/sys/arch/amd64/amd64/
gdt.c
63
#define NDYNSLOTS NSLOTS(
MAXGDTSIZ
)
74
const size_t gdt_size =
MAXGDTSIZ
;
mptramp.S
238
movw $(
MAXGDTSIZ
-1),-10(%rsp)
/src/sys/arch/i386/i386/
gdt.c
51
#define NDYNSLOTS NSLOTS(
MAXGDTSIZ
)
62
const size_t gdt_size =
MAXGDTSIZ
;
mptramp.S
193
movw $(
MAXGDTSIZ
-1),6(%esp) /* prepare segment descriptor */
Completed in 15 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025