OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXPHYSMEM
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/i386/include/
param.h
87
#define
MAXPHYSMEM
0x1000000000ULL /* 64GB */
89
#define
MAXPHYSMEM
0x100000000ULL /* 4GB */
/src/sys/arch/amd64/include/
param.h
50
#define
MAXPHYSMEM
0x008000000000ULL /* 512GB */
52
#define
MAXPHYSMEM
0x100000000000ULL /* 16TB */
/src/sys/arch/x86/x86/
x86_machdep.c
579
if (seg_end >
MAXPHYSMEM
) {
589
if (seg_end ==
MAXPHYSMEM
)
pmap.c
1710
CTASSERT(NL4_SLOT_DIRECT * NBPD_L4 ==
MAXPHYSMEM
);
1723
* x86_add_cluster should have truncated the memory to
MAXPHYSMEM
.
1725
if (lastpa >
MAXPHYSMEM
) {
Completed in 18 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025