Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/coreboot/
Dcoreboot_table.c47 coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES]; variable
99 coreboot_memrange_t *range = &coreboot_memranges[i]; in coreboot_get_memory_type()
146 if (size > sizeof(coreboot_memranges)) { in coreboot_table_setup()
148 size = sizeof(coreboot_memranges); in coreboot_table_setup()
150 memcpy(&coreboot_memranges, &entry->memranges, size); in coreboot_table_setup()
/trusted-firmware-a-latest/include/lib/
Dcoreboot.h29 extern coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];