Searched refs:__efi_runtime_data (Results 1 – 9 of 9) sorted by relevance
28 #define __efi_runtime_data macro35 static int __efi_runtime_data crc_table_empty = 1;36 static uint32_t __efi_runtime_data crc_table[256];69 static Byte __efi_runtime_data p[] = { in make_crc_table()91 static const uint32_t __efi_runtime_data crc_table[256] = {
30 __efi_runtime_data struct bcm2835_wdog_regs *wdog_regs;
30 int __efi_runtime_data psci_method;
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;
19 extern struct efi_var_file __efi_runtime_data *efi_var_buf;
34 __efi_runtime_data LIST_HEAD(efi_events);3754 static u16 __efi_runtime_data firmware_vendor[] = L"Das U-Boot";3756 struct efi_system_table __efi_runtime_data systab = {
673 #define __efi_runtime_data __attribute__ ((section (".data.efi_runtime"))) macro872 #define __efi_runtime_data macro
1232 __efi_runtime_data u32 __iomem *rstcr = (u32 *)CONFIG_SYS_FSL_RST_ADDR;
Completed in 21 milliseconds