HomeSort by relevance Sort by last modified time
    Searched defs:E820MAX (Results 1 - 8 of 8) sorted by null

  /external/syslinux/com32/gplinclude/
memory.h 25 #define E820MAX 128
  /external/syslinux/com32/hdt/
hdt-menu-memory.c 31 #define E820MAX 128
43 struct e820entry map[E820MAX];
47 detect_memory_e820(map, E820MAX, &count);
  /bionic/libc/kernel/uapi/asm-x86/asm/
e820.h 22 #define E820MAX 128
23 #define E820_X_MAX E820MAX
  /external/kernel-headers/original/uapi/asm-x86/asm/
e820.h 5 #define E820MAX 128 /* number of entries in E820MAP */
8 * Legacy E820 BIOS limits us to 128 (E820MAX) nodes due to the
15 * plus E820MAX, allowing space for the possible duplicate E820
26 #define E820_X_MAX E820MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
e820.h 4 #define E820MAX 128 /* number of entries in E820MAP */
7 * Legacy E820 BIOS limits us to 128 (E820MAX) nodes due to the
14 * plus E820MAX, allowing space for the possible duplicate E820
29 #define E820_X_MAX E820MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
e820.h 4 #define E820MAX 128 /* number of entries in E820MAP */
7 * Legacy E820 BIOS limits us to 128 (E820MAX) nodes due to the
14 * plus E820MAX, allowing space for the possible duplicate E820
29 #define E820_X_MAX E820MAX
  /external/syslinux/efi/
main.c 396 #define E820MAX 128
420 struct e820_entry e820_map[E820MAX];
980 for (i = 0; i < nr_entries && i < E820MAX; i++) {
    [all...]
  /hardware/intel/bootstub/
bootparam.h 6 #define E820MAX 128
269 struct e820entry e820_map[E820MAX]; /* 0x2d0 */

Completed in 187 milliseconds