Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/platform/efi/
Defi.c61 unsigned long efi_fw_vendor, efi_config_table; variable
81 &efi_fw_vendor,
381 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init()
389 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init()
399 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init()
407 efi_systab_report_header(hdr, efi_fw_vendor); in efi_systab_init()
914 efi_fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/linux-5.19.10/arch/x86/include/asm/
Defi.h15 extern unsigned long efi_fw_vendor, efi_config_table;
/linux-5.19.10/arch/x86/kernel/
Dkexec-bzimage64.c143 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()