Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firmware/efi/
Defi.c800 int __init efi_systab_check_header(const efi_table_hdr_t *systab_hdr) in efi_systab_check_header() argument
802 if (systab_hdr->signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_systab_check_header()
831 void __init efi_systab_report_header(const efi_table_hdr_t *systab_hdr, in efi_systab_report_header() argument
848 rev = (u16)systab_hdr->revision; in efi_systab_report_header()
849 pr_info("EFI v%u.%u", systab_hdr->revision >> 16, rev / 10); in efi_systab_report_header()
858 systab_hdr->revision > EFI_1_10_SYSTEM_TABLE_REVISION && in efi_systab_report_header()
/Linux-v6.6/include/linux/
Defi.h744 extern int efi_systab_check_header(const efi_table_hdr_t *systab_hdr);
745 extern void efi_systab_report_header(const efi_table_hdr_t *systab_hdr,