Home
last modified time | relevance | path

Searched refs:efi_fw_vendor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/platform/efi/
H A Defi.c61 unsigned long efi_fw_vendor, efi_config_table; variable
81 &efi_fw_vendor,
407 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init()
415 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init()
425 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init()
433 efi_systab_report_header(hdr, efi_fw_vendor); in efi_systab_init()
942 efi_fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h15 extern unsigned long efi_fw_vendor, efi_config_table;
/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c164 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()