Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Defi.c23 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defi-stub.c142 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_pe_entry()
H A Dx86-stub.c369 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
688 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_main()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h232 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi.c667 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h394 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL) macro
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1294 .signature = EFI_SYSTEM_TABLE_SIGNATURE,