Home
last modified time | relevance | path

Searched refs:fw_vendor (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/xen/
H A Defi.c31 .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()
/linux/arch/x86/boot/compressed/
H A Defi.h68 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member
86 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member
/linux/drivers/firmware/efi/
H A Defi.c857 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument
862 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() argument
870 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor()
874 unsigned long fw_vendor) in efi_systab_report_header() argument
881 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
H A Defi-init.c115 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
/linux/arch/loongarch/kernel/
H A Defi.c116 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi1 What: /sys/firmware/efi/fw_vendor
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c172 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()