Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/loongarch/
H A Dboot.h55 struct efi_configuration_table { struct
73 struct efi_configuration_table *tables; argument
/openbmc/qemu/hw/loongarch/
H A Dboot.c86 systab->tables[0].table = (struct efi_configuration_table *)(p - start); in init_efi_boot_memmap()
112 systab->tables[1].table = (struct efi_configuration_table *)(p - start); in init_efi_initrd_table()
156 systab->tables = (struct efi_configuration_table *)(bp_tables_start - start); in init_systab()
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c1413 struct efi_configuration_table *this = &systab.tables[i]; in efi_remove_configuration_table()
1414 struct efi_configuration_table *next = &systab.tables[i + 1]; in efi_remove_configuration_table()
1415 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()
3227 sizeof(struct efi_configuration_table), in efi_initialize_system_table()
H A Defi_runtime.c503 systab.tables = (struct efi_configuration_table *)ptr; in efi_set_virtual_address_map()
/openbmc/u-boot/include/
H A Defi_api.h309 struct efi_configuration_table { struct
329 struct efi_configuration_table *tables; argument