Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firmware/efi/libstub/
Defi-stub-entry.c40 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
Dx86-stub.c463 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
856 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_stub_entry()
/Linux-v6.6/arch/x86/xen/
Defi.c25 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
/Linux-v6.6/drivers/firmware/efi/
Defi.c802 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
/Linux-v6.6/include/linux/
Defi.h468 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro