Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c40 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
H A Dx86-stub.c486 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
890 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_stub_entry()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loaded_image.c95 EFI_SYSTEM_TABLE_SIGNATURE) { in execute()
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h12 #define EFI_SYSTEM_TABLE_SIGNATURE 0x5453595320494249 macro
/openbmc/linux/arch/x86/xen/
H A Defi.c25 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
/openbmc/qemu/hw/loongarch/
H A Dboot.c136 systab->hdr.signature = EFI_SYSTEM_TABLE_SIGNATURE; in init_systab()
/openbmc/linux/drivers/firmware/efi/
H A Defi.c804 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
/openbmc/linux/include/linux/
H A Defi.h469 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro
/openbmc/u-boot/include/
H A Defi_api.h314 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3200 .signature = EFI_SYSTEM_TABLE_SIGNATURE,