Searched refs:detect_memory_e820 (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/com32/gplinclude/ |
D | memory.h | 43 void detect_memory_e820(struct e820entry *desc, int size_map, int *size_found);
|
/external/syslinux/com32/gpllib/ |
D | memory.c | 86 void detect_memory_e820(struct e820entry *desc, int size_map, int *size_found) in detect_memory_e820() function 390 detect_memory_e820(map, E820MAX, &count); in detect_memsize()
|
/external/syslinux/com32/hdt/ |
D | hdt-cli-memory.c | 42 detect_memory_e820(map, E820MAX, &count); in show_memory_e820()
|
D | hdt-dump-memory.c | 80 detect_memory_e820(map, E820MAX, &count); in dump_e820()
|
D | hdt-menu-memory.c | 47 detect_memory_e820(map, E820MAX, &count); in compute_e820()
|