Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_boottime.c1588 struct efi_configuration_table *this = &systab.tables[i]; in efi_remove_configuration_table()
1589 struct efi_configuration_table *next = &systab.tables[i + 1]; in efi_remove_configuration_table()
1590 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()
3660 sizeof(struct efi_configuration_table), in efi_initialize_system_table()
Defi_runtime.c728 systab.tables = (struct efi_configuration_table *)ptr; in efi_set_virtual_address_map()
/external/u-boot/include/
Defi_api.h322 struct efi_configuration_table { struct
342 struct efi_configuration_table *tables; argument