Searched refs:efi_configuration_table (Results 1 – 4 of 4) sorted by relevance
55 struct efi_configuration_table { struct73 struct efi_configuration_table *tables; argument
503 systab.tables = (struct efi_configuration_table *)ptr; in efi_set_virtual_address_map()
1413 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()
309 struct efi_configuration_table { struct329 struct efi_configuration_table *tables; argument