efi_systab 9 arch/ia64/include/uapi/asm/setup.h __u64 efi_systab; /* physical address of EFI system table */ efi_systab 511 arch/ia64/kernel/efi.c efi.systab = __va(ia64_boot_param->efi_systab); efi_systab 109 arch/x86/boot/compressed/acpi.c systab = (efi_system_table_64_t *) (ei->efi_systab | ((__u64)ei->efi_systab_hi << 32)); efi_systab 142 arch/x86/boot/compressed/acpi.c systab = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); efi_systab 148 arch/x86/boot/compressed/acpi.c systab = ei->efi_systab; efi_systab 682 arch/x86/boot/compressed/eboot.c p->efi->efi_systab = (unsigned long)sys_table_arg; efi_systab 108 arch/x86/include/uapi/asm/bootparam.h __u32 efi_systab; efi_systab 185 arch/x86/kernel/kexec-bzimage64.c ei->efi_systab = current_ei->efi_systab; efi_systab 96 arch/x86/kernel/machine_kexec_64.c mstart = (boot_params.efi_info.efi_systab | efi_systab 609 arch/x86/mm/ioremap.c paddr |= boot_params.efi_info.efi_systab; efi_systab 58 arch/x86/platform/efi/efi.c static efi_system_table_t efi_systab __initdata; efi_systab 342 arch/x86/platform/efi/efi.c efi_systab.hdr = systab64->hdr; efi_systab 343 arch/x86/platform/efi/efi.c efi_systab.fw_vendor = data ? (unsigned long)data->fw_vendor : efi_systab 346 arch/x86/platform/efi/efi.c efi_systab.fw_revision = systab64->fw_revision; efi_systab 347 arch/x86/platform/efi/efi.c efi_systab.con_in_handle = systab64->con_in_handle; efi_systab 349 arch/x86/platform/efi/efi.c efi_systab.con_in = systab64->con_in; efi_systab 351 arch/x86/platform/efi/efi.c efi_systab.con_out_handle = systab64->con_out_handle; efi_systab 353 arch/x86/platform/efi/efi.c efi_systab.con_out = systab64->con_out; efi_systab 355 arch/x86/platform/efi/efi.c efi_systab.stderr_handle = systab64->stderr_handle; efi_systab 357 arch/x86/platform/efi/efi.c efi_systab.stderr = systab64->stderr; efi_systab 359 arch/x86/platform/efi/efi.c efi_systab.runtime = data ? efi_systab 363 arch/x86/platform/efi/efi.c efi_systab.boottime = (void *)(unsigned long)systab64->boottime; efi_systab 365 arch/x86/platform/efi/efi.c efi_systab.nr_tables = systab64->nr_tables; efi_systab 366 arch/x86/platform/efi/efi.c efi_systab.tables = data ? (unsigned long)data->tables : efi_systab 389 arch/x86/platform/efi/efi.c efi_systab.hdr = systab32->hdr; efi_systab 390 arch/x86/platform/efi/efi.c efi_systab.fw_vendor = systab32->fw_vendor; efi_systab 391 arch/x86/platform/efi/efi.c efi_systab.fw_revision = systab32->fw_revision; efi_systab 392 arch/x86/platform/efi/efi.c efi_systab.con_in_handle = systab32->con_in_handle; efi_systab 393 arch/x86/platform/efi/efi.c efi_systab.con_in = systab32->con_in; efi_systab 394 arch/x86/platform/efi/efi.c efi_systab.con_out_handle = systab32->con_out_handle; efi_systab 395 arch/x86/platform/efi/efi.c efi_systab.con_out = systab32->con_out; efi_systab 396 arch/x86/platform/efi/efi.c efi_systab.stderr_handle = systab32->stderr_handle; efi_systab 397 arch/x86/platform/efi/efi.c efi_systab.stderr = systab32->stderr; efi_systab 398 arch/x86/platform/efi/efi.c efi_systab.runtime = (void *)(unsigned long)systab32->runtime; efi_systab 399 arch/x86/platform/efi/efi.c efi_systab.boottime = (void *)(unsigned long)systab32->boottime; efi_systab 400 arch/x86/platform/efi/efi.c efi_systab.nr_tables = systab32->nr_tables; efi_systab 401 arch/x86/platform/efi/efi.c efi_systab.tables = systab32->tables; efi_systab 406 arch/x86/platform/efi/efi.c efi.systab = &efi_systab; efi_systab 516 arch/x86/platform/efi/efi.c efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; efi_systab 519 arch/x86/platform/efi/efi.c (boot_params.efi_info.efi_systab | efi_systab 915 arch/x86/platform/efi/efi.c efi.runtime_version = efi_systab.hdr.revision; efi_systab 1025 arch/x86/platform/efi/efi.c efi.runtime_version = efi_systab.hdr.revision; efi_systab 160 arch/x86/xen/efi.c boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen);