Searched refs:fw_vendor (Results 1 – 7 of 7) sorted by relevance
31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */74 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe()77 efi_systab_xen.fw_vendor = __pa_symbol(L"UNKNOWN"); in xen_efi_probe()
68 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member86 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member
857 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument862 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor()868 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) in unmap_fw_vendor() argument870 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor()874 unsigned long fw_vendor) in efi_systab_report_header() argument881 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
115 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
116 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
1 What: /sys/firmware/efi/fw_vendor
172 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()