Searched refs:EFI_INVALID_TABLE_ADDR (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/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. */ 33 .con_out_handle = 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-6.1.9/drivers/firmware/efi/ |
D | efi.c | 40 .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, 56 unsigned long __ro_after_init efi_rng_seed = 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() 78 efi.tpm_final_log = EFI_INVALID_TABLE_ADDR; in efi_tpm_eventlog_init()
|
D | rci2-table.c | 41 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()
|
D | memattr.c | 16 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()
|
D | mokvar-table.c | 115 if (efi.mokvar_table == EFI_INVALID_TABLE_ADDR) in efi_mokvar_table_init()
|
D | esrt.c | 220 if (efi.esrt == EFI_INVALID_TABLE_ADDR) in esrt_table_exists()
|
/linux-6.1.9/arch/arm/kernel/ |
D | efi.c | 78 static unsigned long __initdata screen_info_table = EFI_INVALID_TABLE_ADDR; 79 static unsigned long __initdata cpu_state_table = EFI_INVALID_TABLE_ADDR; 91 if (screen_info_table != EFI_INVALID_TABLE_ADDR) { in load_screen_info_table() 112 if (cpu_state_table != EFI_INVALID_TABLE_ADDR) { in load_cpu_state_table()
|
/linux-6.1.9/arch/x86/platform/efi/ |
D | efi.c | 57 static unsigned long prop_phys = EFI_INVALID_TABLE_ADDR; 58 static unsigned long uga_phys = EFI_INVALID_TABLE_ADDR; 459 if (prop_phys != EFI_INVALID_TABLE_ADDR) { in efi_init() 853 if (phys_addr == EFI_INVALID_TABLE_ADDR) in efi_is_table_address() 865 if (uga_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch() 891 efi_fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible() 894 if (efi_runtime == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible() 897 if (efi_config_table == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | efi.c | 30 static unsigned long __initdata boot_memmap = EFI_INVALID_TABLE_ADDR; 86 if (boot_memmap == EFI_INVALID_TABLE_ADDR) in efi_init()
|
/linux-6.1.9/drivers/char/tpm/eventlog/ |
D | efi.c | 31 if (efi.tpm_log == EFI_INVALID_TABLE_ADDR) in tpm_read_log_efi() 69 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR || in tpm_read_log_efi()
|
/linux-6.1.9/arch/x86/include/asm/uv/ |
D | uv.h | 25 return uv_systab_phys && uv_systab_phys != EFI_INVALID_TABLE_ADDR; in is_early_uv_system()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | efi.c | 53 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()
|
D | esi.c | 55 if (esi_phys == EFI_INVALID_TABLE_ADDR) in esi_init()
|
/linux-6.1.9/arch/x86/platform/uv/ |
D | bios_uv.c | 19 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()
|
/linux-6.1.9/drivers/firmware/ |
D | pcdp.c | 94 if (hcdp_phys == EFI_INVALID_TABLE_ADDR) in efi_setup_pcdp_console()
|
D | dmi_scan.c | 677 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) { in dmi_scan_machine() 689 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine()
|
/linux-6.1.9/arch/ia64/uv/kernel/ |
D | setup.c | 61 if (efi.acpi20 == EFI_INVALID_TABLE_ADDR) { in uv_probe_system_type()
|
/linux-6.1.9/drivers/virt/coco/efi_secret/ |
D | efi_secret.c | 161 if (efi.coco_secret == EFI_INVALID_TABLE_ADDR) { in efi_secret_map_area()
|
/linux-6.1.9/drivers/acpi/ |
D | osl.c | 210 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()
|
/linux-6.1.9/include/linux/ |
D | efi.h | 584 #define EFI_INVALID_TABLE_ADDR (~0UL) macro
|