Home
last modified time | relevance | path

Searched refs:E820MAX (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/bootstub/
Dbootparam.h6 #define E820MAX 128 macro
269 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
Dsfi.c70 if (bp->e820_entries == E820MAX) in sfi_add_e820_entry()
Dbootstub.c57 static memory_map_t mb_mmap[E820MAX];
415 for(i = 0; i < E820MAX; i++) in xen_multiboot_setup()