efi_system_table_t
efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab));
static efi_system_table_t *efi_systab;
const efi_system_table_t *systab = (efi_system_table_t *)systab_phys;
const efi_system_table_t *systab = (efi_system_table_t *)systab_phys;
efi_system_table_t *efi_systab_xen;
static efi_system_table_t efi_systab_xen __initdata = {
static efi_system_table_t __init *xen_efi_probe(void)
early_memunmap(systab, sizeof(efi_system_table_t));
efi_system_table_t *systab;
systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t));
efi_system_table_t *systab)
efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
extern const efi_system_table_t *efi_system_table;
efi_system_table_t *sys_table_arg);
efi_system_table_t *system_table;
const efi_system_table_t *efi_system_table;
efi_system_table_t *sys_table_arg)
void efi_handover_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
void efi32_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
void efi64_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
const efi_system_table_t *efi_system_table;
efi_system_table_t *sys_table_arg,
efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab)