efi_system_table_t 58 arch/x86/kernel/efi.c static efi_system_table_t efi_systab __initdata; efi_system_table_t 301 arch/x86/kernel/efi.c efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; efi_system_table_t 303 arch/x86/kernel/efi.c efi_phys.systab = (efi_system_table_t *) efi_system_table_t 309 arch/x86/kernel/efi.c sizeof(efi_system_table_t)); efi_system_table_t 312 arch/x86/kernel/efi.c memcpy(&efi_systab, efi.systab, sizeof(efi_system_table_t)); efi_system_table_t 313 arch/x86/kernel/efi.c early_iounmap(efi.systab, sizeof(efi_system_table_t)); efi_system_table_t 501 arch/x86/kernel/efi.c efi.systab = (efi_system_table_t *) (unsigned long) systab; efi_system_table_t 249 include/linux/efi.h efi_system_table_t *systab; /* EFI system table */