Searched refs:EFI_SYSTEM_TABLE_SIGNATURE (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c46 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
H A Dx86-stub.c485 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
861 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
/linux-master/arch/x86/xen/
H A Defi.c25 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
/linux-master/drivers/firmware/efi/
H A Defi.c823 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) {
/linux-master/include/linux/
H A Defi.h468 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro

Completed in 158 milliseconds