Searched refs:systab_hdr (Results 1 – 1 of 1) sorted by relevance
842 int __init efi_systab_check_header(const efi_table_hdr_t *systab_hdr) in efi_systab_check_header() argument844 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()868 void __init efi_systab_report_header(const efi_table_hdr_t *systab_hdr, in efi_systab_report_header() argument885 rev = (u16)systab_hdr->revision; in efi_systab_report_header()886 pr_info("EFI v%u.%u", systab_hdr->revision >> 16, rev / 10); in efi_systab_report_header()895 systab_hdr->revision > EFI_1_10_SYSTEM_TABLE_REVISION && in efi_systab_report_header()
Completed in 6 milliseconds