Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi.c59 unsigned long efi_fw_vendor, efi_config_table; variable
76 &efi_fw_vendor,
398 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init()
406 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init()
416 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init()
424 efi_systab_report_header(hdr, efi_fw_vendor); in efi_systab_init()
911 efi_fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/linux/arch/x86/include/asm/
H A Defi.h15 extern unsigned long efi_fw_vendor, efi_config_table;