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;
122 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in systab_show()
124 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in systab_show()
131 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) in systab_show()
133 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()
586 if (efi_rng_seed != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
615 if (mem_reserve != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
650 if (rt_prop != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
884 if (mem_reserve == EFI_INVALID_TABLE_ADDR) in efi_memreserve_map_root()
1019 if (efi_rng_seed == EFI_INVALID_TABLE_ADDR) in register_update_efi_random_seed()