Home
last modified time | relevance | path

Searched refs:EFI_INVALID_TABLE_ADDR (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/arch/x86/xen/
H A Defi.c31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
33 .con_in_handle = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */
35 .con_out_handle = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */
37 .stderr_handle = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */
38 .stderr = EFI_INVALID_TABLE_ADDR, /* Not used under Xen. */
39 .runtime = (efi_runtime_services_t *)EFI_INVALID_TABLE_ADDR,
41 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
44 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
/openbmc/linux/drivers/firmware/efi/
H A Defi.c40 .acpi = EFI_INVALID_TABLE_ADDR,
41 .acpi20 = EFI_INVALID_TABLE_ADDR,
42 .smbios = EFI_INVALID_TABLE_ADDR,
43 .smbios3 = EFI_INVALID_TABLE_ADDR,
44 .esrt = EFI_INVALID_TABLE_ADDR,
45 .tpm_log = EFI_INVALID_TABLE_ADDR,
46 .tpm_final_log = EFI_INVALID_TABLE_ADDR,
48 .mokvar_table = EFI_INVALID_TABLE_ADDR,
51 .coco_secret = EFI_INVALID_TABLE_ADDR,
54 .unaccepted = EFI_INVALID_TABLE_ADDR,
[all …]
H A Dtpm.c47 if (efi.tpm_log == EFI_INVALID_TABLE_ADDR) { in efi_tpm_eventlog_init()
59 efi.tpm_log = EFI_INVALID_TABLE_ADDR; in efi_tpm_eventlog_init()
66 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR) { in efi_tpm_eventlog_init()
79 efi.tpm_final_log = EFI_INVALID_TABLE_ADDR; in efi_tpm_eventlog_init()
H A Drci2-table.c41 unsigned long rci2_table_phys __ro_after_init = EFI_INVALID_TABLE_ADDR;
84 if (rci2_table_phys == EFI_INVALID_TABLE_ADDR) in efi_rci2_sysfs_init()
H A Dmemattr.c16 unsigned long __ro_after_init efi_mem_attr_table = EFI_INVALID_TABLE_ADDR;
26 if (efi_mem_attr_table == EFI_INVALID_TABLE_ADDR) in efi_memattr_init()
H A Defi-init.c25 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR;
62 if (screen_info_table != EFI_INVALID_TABLE_ADDR) { in init_screen_info()
H A Dmokvar-table.c113 if (efi.mokvar_table == EFI_INVALID_TABLE_ADDR) in efi_mokvar_table_init()
H A Desrt.c216 if (efi.esrt == EFI_INVALID_TABLE_ADDR) in esrt_table_exists()
/openbmc/linux/arch/loongarch/kernel/
H A Defi.c31 static unsigned long __initdata boot_memmap = EFI_INVALID_TABLE_ADDR;
32 static unsigned long __initdata fdt_pointer = EFI_INVALID_TABLE_ADDR;
46 if (fdt_pointer == EFI_INVALID_TABLE_ADDR) in efi_fdt_pointer()
75 unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR;
81 if (screen_info_table == EFI_INVALID_TABLE_ADDR) in init_screen_info()
126 if (boot_memmap == EFI_INVALID_TABLE_ADDR) in efi_init()
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c57 static unsigned long prop_phys = EFI_INVALID_TABLE_ADDR;
58 static unsigned long uga_phys = EFI_INVALID_TABLE_ADDR;
508 if (prop_phys != EFI_INVALID_TABLE_ADDR) { in efi_init()
904 if (phys_addr == EFI_INVALID_TABLE_ADDR) in efi_is_table_address()
916 if (uga_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch()
942 efi_fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
945 if (efi_runtime == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
948 if (efi_config_table == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/openbmc/linux/drivers/char/tpm/eventlog/
H A Defi.c32 if (efi.tpm_log == EFI_INVALID_TABLE_ADDR) in tpm_read_log_efi()
70 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR || in tpm_read_log_efi()
/openbmc/linux/arch/arm/kernel/
H A Defi.c81 static unsigned long __initdata cpu_state_table = EFI_INVALID_TABLE_ADDR;
90 if (cpu_state_table != EFI_INVALID_TABLE_ADDR) { in load_cpu_state_table()
/openbmc/linux/arch/x86/include/asm/
H A Dunaccepted_memory.h23 if (efi.unaccepted == EFI_INVALID_TABLE_ADDR) in efi_get_unaccepted_table()
/openbmc/linux/arch/x86/include/asm/uv/
H A Duv.h25 return uv_systab_phys && uv_systab_phys != EFI_INVALID_TABLE_ADDR; in is_early_uv_system()
/openbmc/linux/arch/ia64/kernel/
H A Defi.c53 static unsigned long mps_phys = EFI_INVALID_TABLE_ADDR;
56 unsigned long __initdata esi_phys = EFI_INVALID_TABLE_ADDR;
57 unsigned long hcdp_phys = EFI_INVALID_TABLE_ADDR;
58 unsigned long sal_systab_phys = EFI_INVALID_TABLE_ADDR;
533 palo_phys = EFI_INVALID_TABLE_ADDR; in efi_init()
540 if (palo_phys != EFI_INVALID_TABLE_ADDR) in efi_init()
1355 if (mps_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch()
1357 if (hcdp_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch()
H A Desi.c55 if (esi_phys == EFI_INVALID_TABLE_ADDR) in esi_init()
/openbmc/linux/arch/x86/platform/uv/
H A Dbios_uv.c19 unsigned long uv_systab_phys __ro_after_init = EFI_INVALID_TABLE_ADDR;
231 if ((uv_systab_phys == EFI_INVALID_TABLE_ADDR) || in get_uv_systab_phys()
/openbmc/linux/arch/riscv/kernel/
H A Dacpi.c132 efi.acpi20 == EFI_INVALID_TABLE_ADDR)) in acpi_boot_table_init()
/openbmc/linux/drivers/firmware/
H A Dpcdp.c94 if (hcdp_phys == EFI_INVALID_TABLE_ADDR) in efi_setup_pcdp_console()
H A Ddmi_scan.c688 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) { in dmi_scan_machine()
700 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine()
/openbmc/linux/arch/ia64/uv/kernel/
H A Dsetup.c61 if (efi.acpi20 == EFI_INVALID_TABLE_ADDR) { in uv_probe_system_type()
/openbmc/linux/drivers/virt/coco/efi_secret/
H A Defi_secret.c161 if (efi.coco_secret == EFI_INVALID_TABLE_ADDR) { in efi_secret_map_area()
/openbmc/linux/drivers/acpi/
H A Dosl.c210 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
212 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
/openbmc/linux/include/linux/
H A Defi.h600 #define EFI_INVALID_TABLE_ADDR (~0UL) macro