Lines Matching refs:EFI_INVALID_TABLE_ADDR
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,
54 .unaccepted = EFI_INVALID_TABLE_ADDR,
59 unsigned long __ro_after_init efi_rng_seed = EFI_INVALID_TABLE_ADDR;
60 static unsigned long __initdata mem_reserve = EFI_INVALID_TABLE_ADDR;
61 static unsigned long __initdata rt_prop = EFI_INVALID_TABLE_ADDR;
62 static unsigned long __initdata initrd = EFI_INVALID_TABLE_ADDR;
136 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in systab_show()
138 if (efi.acpi != EFI_INVALID_TABLE_ADDR) in systab_show()
145 if (efi.smbios3 != EFI_INVALID_TABLE_ADDR) in systab_show()
147 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()
440 if (efi.coco_secret != EFI_INVALID_TABLE_ADDR) in efisubsys_init()
694 if (efi_rng_seed != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
723 if (mem_reserve != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
758 if (rt_prop != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
769 initrd != EFI_INVALID_TABLE_ADDR && phys_initrd_size == 0) { in efi_config_parse_tables()
781 efi.unaccepted != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
790 efi.unaccepted = EFI_INVALID_TABLE_ADDR; in efi_config_parse_tables()
1028 if (mem_reserve == EFI_INVALID_TABLE_ADDR) in efi_memreserve_map_root()
1177 if (efi_rng_seed == EFI_INVALID_TABLE_ADDR) in register_update_efi_random_seed()