Searched refs:EFI_SYSTEM_TABLE_SIGNATURE (Results 1 – 5 of 5) sorted by relevance
40 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
471 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()844 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_stub_entry()
25 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
802 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
468 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro