Searched refs:__efi_runtime_data (Results 1 – 7 of 7) sorted by relevance
26 #define __efi_runtime_data macro34 static int __efi_runtime_data crc_table_empty = 1;35 static uint32_t __efi_runtime_data crc_table[256];68 static Byte __efi_runtime_data p[] = { in make_crc_table()
20 static struct efi_var_file __efi_runtime_data *efi_var_buf;21 static struct efi_var_entry __efi_runtime_data *efi_current_var;259 static struct efi_var_file __efi_runtime_data hdr = { in efi_var_collect_mem()
96 static __efi_runtime_data struct efi_mem_desc *efi_virtmap;97 static __efi_runtime_data efi_uintn_t efi_descriptor_count;98 static __efi_runtime_data efi_uintn_t efi_descriptor_size;987 struct efi_runtime_services __efi_runtime_data efi_runtime_services = {
12 struct efi_system_table_pointer __efi_runtime_data * systab_pointer = NULL;
41 extern struct efi_var_file __efi_runtime_data *efi_var_buf;
37 __efi_runtime_data LIST_HEAD(efi_events);3997 static u16 __efi_runtime_data firmware_vendor[] = u"Das U-Boot";3999 struct efi_system_table __efi_runtime_data systab = {
22 static const efi_guid_t __efi_runtime_data efi_rt_var_guid =
Completed in 24 milliseconds