Searched refs:EFI_INVALID_TABLE_ADDR (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/x86/xen/ |
| H A D | efi.c | 31 .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. */
|
| /linux/drivers/firmware/efi/ |
| H A D | efi.c | 41 .acpi = EFI_INVALID_TABLE_ADDR, 42 .acpi20 = EFI_INVALID_TABLE_ADDR, 43 .smbios = EFI_INVALID_TABLE_ADDR, 44 .smbios3 = EFI_INVALID_TABLE_ADDR, 45 .esrt = EFI_INVALID_TABLE_ADDR, 46 .tpm_log = EFI_INVALID_TABLE_ADDR, 47 .tpm_final_log = EFI_INVALID_TABLE_ADDR, 48 .ovmf_debug_log = EFI_INVALID_TABLE_ADDR, 50 .mokvar_table = EFI_INVALID_TABLE_ADDR, 53 .coco_secret = EFI_INVALID_TABLE_ADDR, [all …]
|
| H A D | efi-init.c | 26 unsigned long __initdata primary_display_table = EFI_INVALID_TABLE_ADDR; 72 if (primary_display_table != EFI_INVALID_TABLE_ADDR) { in init_primary_display()
|
| H A D | mokvar-table.c | 114 if (efi.mokvar_table == EFI_INVALID_TABLE_ADDR) in efi_mokvar_table_init()
|
| H A D | esrt.c | 214 if (efi.esrt == EFI_INVALID_TABLE_ADDR) in esrt_table_exists()
|
| /linux/drivers/char/tpm/eventlog/ |
| H A D | efi.c | 32 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()
|
| /linux/arch/arm/kernel/ |
| H A D | efi.c | 81 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()
|
| /linux/arch/x86/include/asm/ |
| H A D | unaccepted_memory.h | 23 if (efi.unaccepted == EFI_INVALID_TABLE_ADDR) in efi_get_unaccepted_table()
|
| /linux/arch/x86/include/asm/uv/ |
| H A D | uv.h | 25 return uv_systab_phys && uv_systab_phys != EFI_INVALID_TABLE_ADDR; in is_early_uv_system()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 880 if (phys_addr == EFI_INVALID_TABLE_ADDR) in efi_is_table_address() 911 efi_fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible() 914 if (efi_runtime == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible() 917 if (efi_config_table == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
|
| H A D | quirks.c | 616 ((efi_config_table_64_t *)p)->table = EFI_INVALID_TABLE_ADDR; in efi_reuse_config()
|
| /linux/arch/x86/platform/uv/ |
| H A 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/arch/riscv/kernel/ |
| H A D | acpi.c | 136 efi.acpi20 == EFI_INVALID_TABLE_ADDR)) in acpi_boot_table_init()
|
| /linux/drivers/virt/coco/efi_secret/ |
| H A D | efi_secret.c | 145 if (efi.coco_secret == EFI_INVALID_TABLE_ADDR) { in efi_secret_map_area()
|
| /linux/drivers/acpi/ |
| H A D | osl.c | 216 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer() 218 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
|
| /linux/include/linux/ |
| H A D | efi.h | 593 #define EFI_INVALID_TABLE_ADDR (~0UL) macro
|