Searched refs:EFI_INVALID_TABLE_ADDR (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/arch/x86/xen/ |
| D | efi.c | 29 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */ 31 .con_in_handle = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */ 32 .con_in = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */ 33 .con_out_handle = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */ 34 .con_out = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */ 35 .stderr_handle = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */ 36 .stderr = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */ 37 .runtime = (efi_runtime_services_t *)EFI_INVALID_TABLE_ADDR, 39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR, 42 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | efi.c | 38 .mps = EFI_INVALID_TABLE_ADDR, 39 .acpi = EFI_INVALID_TABLE_ADDR, 40 .acpi20 = EFI_INVALID_TABLE_ADDR, 41 .smbios = EFI_INVALID_TABLE_ADDR, 42 .smbios3 = EFI_INVALID_TABLE_ADDR, 43 .boot_info = EFI_INVALID_TABLE_ADDR, 44 .hcdp = EFI_INVALID_TABLE_ADDR, 45 .uga = EFI_INVALID_TABLE_ADDR, 46 .fw_vendor = EFI_INVALID_TABLE_ADDR, 47 .runtime = EFI_INVALID_TABLE_ADDR, [all …]
|
| D | tpm.c | 46 if (efi.tpm_log == EFI_INVALID_TABLE_ADDR) { in efi_tpm_eventlog_init() 58 efi.tpm_log = EFI_INVALID_TABLE_ADDR; in efi_tpm_eventlog_init() 65 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR) in efi_tpm_eventlog_init() 73 efi.tpm_final_log = EFI_INVALID_TABLE_ADDR; in efi_tpm_eventlog_init()
|
| D | arm-init.c | 54 static __initdata unsigned long screen_info_table = EFI_INVALID_TABLE_ADDR; 65 if (screen_info_table != EFI_INVALID_TABLE_ADDR) { in init_screen_info()
|
| D | rci2-table.c | 41 unsigned long rci2_table_phys __ro_after_init = EFI_INVALID_TABLE_ADDR;
|
| D | memattr.c | 25 if (efi.mem_attr_table == EFI_INVALID_TABLE_ADDR) in efi_memattr_init()
|
| D | esrt.c | 218 if (efi.esrt == EFI_INVALID_TABLE_ADDR) in esrt_table_exists()
|
| /Linux-v5.4/drivers/char/tpm/eventlog/ |
| D | efi.c | 30 if (efi.tpm_log == EFI_INVALID_TABLE_ADDR) in tpm_read_log_efi() 63 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR || in tpm_read_log_efi()
|
| /Linux-v5.4/arch/x86/include/asm/uv/ |
| D | uv.h | 20 return uv_systab_phys && uv_systab_phys != EFI_INVALID_TABLE_ADDR; in is_early_uv_system()
|
| /Linux-v5.4/arch/x86/platform/uv/ |
| D | bios_uv.c | 17 unsigned long uv_systab_phys __ro_after_init = EFI_INVALID_TABLE_ADDR; 190 if ((uv_systab_phys == EFI_INVALID_TABLE_ADDR) || in uv_bios_init()
|
| /Linux-v5.4/arch/ia64/uv/kernel/ |
| D | setup.c | 61 if (efi.acpi20 == EFI_INVALID_TABLE_ADDR) { in uv_probe_system_type()
|
| /Linux-v5.4/drivers/firmware/ |
| D | pcdp.c | 92 if (efi.hcdp == EFI_INVALID_TABLE_ADDR) in efi_setup_pcdp_console()
|
| D | dmi_scan.c | 634 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) { in dmi_scan_machine() 646 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | efi.c | 50 unsigned long sal_systab_phys = EFI_INVALID_TABLE_ADDR; 538 palo_phys = EFI_INVALID_TABLE_ADDR; in efi_init() 543 if (palo_phys != EFI_INVALID_TABLE_ADDR) in efi_init()
|
| /Linux-v5.4/drivers/acpi/ |
| D | osl.c | 205 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer() 207 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
|
| /Linux-v5.4/arch/x86/platform/efi/ |
| D | efi.c | 1077 if (phys_addr == EFI_INVALID_TABLE_ADDR) in efi_is_table_address()
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 948 #define EFI_INVALID_TABLE_ADDR (~0UL) macro
|