Searched refs:EFI_SYSTEM_TABLE_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
25 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
855 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
471 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro