Searched refs:fw_vendor (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsetup_data.h23 u64 fw_vendor; member in struct:efi_setup_data
/linux-master/arch/x86/xen/
H A Defi.c31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
74 efi_systab_xen.fw_vendor = __pa_symbol(vendor);
77 efi_systab_xen.fw_vendor = __pa_symbol(L"UNKNOWN");
/linux-master/arch/x86/boot/compressed/
H A Defi.h68 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member in struct:__anon156
86 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member in struct:__anon157
/linux-master/arch/x86/platform/efi/
H A Defi.c407 efi_fw_vendor = (unsigned long)data->fw_vendor;
410 over4g |= data->fw_vendor > U32_MAX ||
415 efi_fw_vendor = systab64->fw_vendor;
418 over4g |= systab64->fw_vendor > U32_MAX ||
425 efi_fw_vendor = systab32->fw_vendor;
930 EFI_ATTR_SHOW(fw_vendor); variable
934 struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
/linux-master/arch/loongarch/kernel/
H A Defi.c110 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor);
/linux-master/drivers/firmware/efi/
H A Defi-init.c114 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor));
H A Defi.c831 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, argument
836 ret = early_memremap_ro(fw_vendor, size);
842 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) argument
844 early_memunmap((void *)fw_vendor, size);
848 unsigned long fw_vendor)
855 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t));
847 efi_systab_report_header(const efi_table_hdr_t *systab_hdr, unsigned long fw_vendor) argument
/linux-master/include/linux/
H A Defi.h480 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member in struct:__anon1107
498 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member in struct:__anon1108
518 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member in struct:__anon1109::__anon1110
751 unsigned long fw_vendor);
/linux-master/arch/x86/kernel/
H A Dkexec-bzimage64.c164 esd->fw_vendor = efi_fw_vendor;
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c329 unsigned long vendor = efi_table_attr(efi_system_table, fw_vendor);

Completed in 154 milliseconds