Home
last modified time | relevance | path

Searched refs:coreboot_get_table_location (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/include/lib/
Dcoreboot.h44 void coreboot_get_table_location(uint64_t *address, uint32_t *size);
/trusted-firmware-a-latest/lib/coreboot/
Dcoreboot_table.c113 void coreboot_get_table_location(uint64_t *address, uint32_t *size) in coreboot_get_table_location() function
/trusted-firmware-a-latest/services/spd/opteed/
Dopteed_main.c235 coreboot_get_table_location(&coreboot_table_addr, &coreboot_table_size); in add_coreboot_node()