Lines Matching refs: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 .esrt = EFI_INVALID_TABLE_ADDR,
44 .tpm_log = EFI_INVALID_TABLE_ADDR,
45 .tpm_final_log = EFI_INVALID_TABLE_ADDR,
47 .mokvar_table = EFI_INVALID_TABLE_ADDR,
52 unsigned long __ro_after_init efi_rng_seed = EFI_INVALID_TABLE_ADDR;
53 static unsigned long __initdata mem_reserve = EFI_INVALID_TABLE_ADDR;
54 static unsigned long __initdata rt_prop = EFI_INVALID_TABLE_ADDR;
126 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in systab_show()
128 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in systab_show()
135 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) in systab_show()
137 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()
590 if (efi_rng_seed != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
619 if (mem_reserve != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
654 if (rt_prop != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
888 if (mem_reserve == EFI_INVALID_TABLE_ADDR) in efi_memreserve_map_root()
1035 if (efi_rng_seed == EFI_INVALID_TABLE_ADDR) in register_update_efi_random_seed()