Searched refs:systab_hdr (Results 1 – 2 of 2) sorted by relevance
664 int __init efi_systab_check_header(const efi_table_hdr_t *systab_hdr, in efi_systab_check_header() argument667 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()672 if ((systab_hdr->revision >> 16) < min_major_version) in efi_systab_check_header()674 systab_hdr->revision >> 16, in efi_systab_check_header()675 systab_hdr->revision & 0xffff, in efi_systab_check_header()702 void __init efi_systab_report_header(const efi_table_hdr_t *systab_hdr, in efi_systab_report_header() argument719 systab_hdr->revision >> 16, in efi_systab_report_header()720 systab_hdr->revision & 0xffff, in efi_systab_report_header()724 systab_hdr->revision > EFI_1_10_SYSTEM_TABLE_REVISION && in efi_systab_report_header()
655 extern int efi_systab_check_header(const efi_table_hdr_t *systab_hdr,657 extern void efi_systab_report_header(const efi_table_hdr_t *systab_hdr,