OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memtop
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/x86/
mpbios.c
291
paddr_t ebda,
memtop
;
local in function:mpbios_probe
311
memtop
= *(const uint16_t *)(&mpbios_page[0x413]);
312
memtop
<<= 10;
327
if (
memtop
&&
memtop
<= IOM_BEGIN ) {
328
mp_fps = mpbios_search(self,
memtop
- 1024, 1024, &mp_fp_map);
mpbios.c
291
paddr_t ebda,
memtop
;
local in function:mpbios_probe
311
memtop
= *(const uint16_t *)(&mpbios_page[0x413]);
312
memtop
<<= 10;
327
if (
memtop
&&
memtop
<= IOM_BEGIN ) {
328
mp_fps = mpbios_search(self,
memtop
- 1024, 1024, &mp_fp_map);
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025