Searched refs:COREBOOT_MAX_MEMRANGES (Results 1 – 2 of 2) sorted by relevance
22 #define COREBOOT_MAX_MEMRANGES 32 /* libpayload also uses this limit */ macro29 extern coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];
41 coreboot_memrange_t memranges[COREBOOT_MAX_MEMRANGES];47 coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];96 for (i = 0; i < COREBOOT_MAX_MEMRANGES; i++) { in coreboot_get_memory_type()