Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A De820.h5 #define E820MAX 128 /* number of entries in E820MAP */ macro
26 #define E820_X_MAX E820MAX
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A De820.h4 #define E820MAX 128 /* number of entries in E820MAP */ macro
H A Dbootparam.h110 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
/OK3568_Linux_fs/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c134 if (total == E820MAX) in sfi_setup_e820()
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c357 info->entries = install_e820_map(E820MAX, data); in do_bootvx()