Home
last modified time | relevance | path

Searched refs:systab_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/firmware/efi/
Defi.c663 int __init efi_systab_check_header(const efi_table_hdr_t *systab_hdr, in efi_systab_check_header() argument
666 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
671 if ((systab_hdr->revision >> 16) < min_major_version) in efi_systab_check_header()
673 systab_hdr->revision >> 16, in efi_systab_check_header()
674 systab_hdr->revision & 0xffff, in efi_systab_check_header()
701 void __init efi_systab_report_header(const efi_table_hdr_t *systab_hdr, in efi_systab_report_header() argument
718 systab_hdr->revision >> 16, in efi_systab_report_header()
719 systab_hdr->revision & 0xffff, in efi_systab_report_header()
/Linux-v5.10/include/linux/
Defi.h653 extern int efi_systab_check_header(const efi_table_hdr_t *systab_hdr,
655 extern void efi_systab_report_header(const efi_table_hdr_t *systab_hdr,