Home
last modified time | relevance | path

Searched refs:efi_table_hdr_t (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Defi.h33 } efi_table_hdr_t; typedef
67 efi_table_hdr_t hdr;
85 efi_table_hdr_t hdr;
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h53 } efi_table_hdr_t; typedef
61 efi_table_hdr_t hdr;
/openbmc/linux/include/linux/
H A Defi.h90 } efi_table_hdr_t; typedef
265 efi_table_hdr_t hdr;
318 efi_table_hdr_t hdr;
479 efi_table_hdr_t hdr;
497 efi_table_hdr_t hdr;
517 efi_table_hdr_t hdr;
744 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,
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h254 efi_table_hdr_t hdr;
328 efi_table_hdr_t hdr;
401 efi_table_hdr_t hdr;
424 efi_table_hdr_t hdr;
/openbmc/linux/drivers/firmware/efi/
H A Defi.c802 int __init efi_systab_check_header(const efi_table_hdr_t *systab_hdr) in efi_systab_check_header()
833 void __init efi_systab_report_header(const efi_table_hdr_t *systab_hdr, in efi_systab_report_header()
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c375 const efi_table_hdr_t *hdr; in efi_systab_init()