Home
last modified time | relevance | path

Searched refs:coreboot_memranges (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/lib/coreboot/
Dcoreboot_table.c47 coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES]; variable
97 coreboot_memrange_t *range = &coreboot_memranges[i]; in coreboot_get_memory_type()
136 if (size > sizeof(coreboot_memranges)) { in coreboot_table_setup()
138 size = sizeof(coreboot_memranges); in coreboot_table_setup()
140 memcpy(&coreboot_memranges, &entry->memranges, size); in coreboot_table_setup()
/external/arm-trusted-firmware/include/lib/
Dcoreboot.h29 extern coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];