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;
123 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in systab_show()
125 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in systab_show()
132 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) in systab_show()
134 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()
587 if (efi_rng_seed != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
616 if (mem_reserve != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
651 if (rt_prop != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
885 if (mem_reserve == EFI_INVALID_TABLE_ADDR) in efi_memreserve_map_root()
1032 if (efi_rng_seed == EFI_INVALID_TABLE_ADDR) in register_update_efi_random_seed()