OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I386_MAX_EXE_ADDR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/i386/include/
vmparam.h
90
*
I386_MAX_EXE_ADDR
is the upper boundary for the smaller segment.
92
#define
I386_MAX_EXE_ADDR
(USRSTACK - MAXSSIZ)
/src/sys/arch/i386/i386/
compat_16_machdep.c
153
int sel = pmap->pm_hiexec >
I386_MAX_EXE_ADDR
?
machdep.c
668
int sel = pmap->pm_hiexec >
I386_MAX_EXE_ADDR
?
878
tf->tf_cs = pmap->pm_hiexec >
I386_MAX_EXE_ADDR
?
1020
setsegment(&gdtstore[GUCODE_SEL].sd, 0, x86_btop(
I386_MAX_EXE_ADDR
) - 1,
/src/sys/arch/x86/x86/
pmap.c
913
pm->pm_hiexec =
I386_MAX_EXE_ADDR
;
944
if (pm->pm_hiexec >
I386_MAX_EXE_ADDR
) {
Completed in 16 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025