Searched refs:__efi_runtime_data (Results 1 – 9 of 9) sorted by relevance
28 #define __efi_runtime_data macro36 static int __efi_runtime_data crc_table_empty = 1;37 static uint32_t __efi_runtime_data crc_table[256];70 static Byte __efi_runtime_data p[] = { in make_crc_table()
30 __efi_runtime_data struct bcm2835_wdog_regs *wdog_regs;
93 static __efi_runtime_data struct efi_mem_desc *efi_virtmap;94 static __efi_runtime_data efi_uintn_t efi_descriptor_count;95 static __efi_runtime_data efi_uintn_t efi_descriptor_size;934 struct efi_runtime_services __efi_runtime_data efi_runtime_services = {
19 static struct efi_var_file __efi_runtime_data *efi_var_buf;20 static struct efi_var_entry __efi_runtime_data *efi_current_var;
18 extern struct efi_var_file __efi_runtime_data *efi_var_buf;
35 __efi_runtime_data LIST_HEAD(efi_events);3928 static u16 __efi_runtime_data firmware_vendor[] = u"Das U-Boot";3930 struct efi_system_table __efi_runtime_data systab = {
45 int __efi_runtime_data psci_method;
51 #define __efi_runtime_data __section(".data.efi_runtime") macro108 #define __efi_runtime_data macro
1230 __efi_runtime_data u32 __iomem *rstcr = (u32 *)CFG_SYS_FSL_RST_ADDR;
Completed in 57 milliseconds