fw_vendor         527 arch/ia64/kernel/efi.c 	c16 = __va(efi.systab->fw_vendor);
fw_vendor         249 arch/x86/boot/compressed/eboot.c 	efi_char16_t *fw_vendor = (efi_char16_t *)(unsigned long)
fw_vendor         250 arch/x86/boot/compressed/eboot.c 		efi_table_attr(efi_system_table, fw_vendor, sys_table);
fw_vendor         252 arch/x86/boot/compressed/eboot.c 	if (!memcmp(fw_vendor, apple, sizeof(apple))) {
fw_vendor         146 arch/x86/include/asm/efi.h 	u64 fw_vendor;
fw_vendor         144 arch/x86/kernel/kexec-bzimage64.c 	esd->fw_vendor = efi.fw_vendor;
fw_vendor          79 arch/x86/platform/efi/efi.c 	&efi.fw_vendor,
fw_vendor         343 arch/x86/platform/efi/efi.c 		efi_systab.fw_vendor = data ? (unsigned long)data->fw_vendor :
fw_vendor         344 arch/x86/platform/efi/efi.c 					      systab64->fw_vendor;
fw_vendor         345 arch/x86/platform/efi/efi.c 		tmp |= data ? data->fw_vendor : systab64->fw_vendor;
fw_vendor         390 arch/x86/platform/efi/efi.c 		efi_systab.fw_vendor = systab32->fw_vendor;
fw_vendor         527 arch/x86/platform/efi/efi.c 	efi.fw_vendor	 = (unsigned long)efi.systab->fw_vendor;
fw_vendor         533 arch/x86/platform/efi/efi.c 	c16 = early_memremap_ro(efi.systab->fw_vendor,
fw_vendor          29 arch/x86/xen/efi.c 	.fw_vendor	= EFI_INVALID_TABLE_ADDR, /* Initialized later. */
fw_vendor          72 arch/x86/xen/efi.c 		efi_systab_xen.fw_vendor = __pa_symbol(vendor);
fw_vendor          75 arch/x86/xen/efi.c 		efi_systab_xen.fw_vendor = __pa_symbol(L"UNKNOWN");
fw_vendor         119 drivers/firmware/efi/arm-init.c 	c16 = early_memremap_ro(efi_to_phys(efi.systab->fw_vendor),
fw_vendor          46 drivers/firmware/efi/efi.c 	.fw_vendor		= EFI_INVALID_TABLE_ADDR,
fw_vendor         153 drivers/firmware/efi/efi.c EFI_ATTR_SHOW(fw_vendor);
fw_vendor         163 drivers/firmware/efi/efi.c static struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
fw_vendor         183 drivers/firmware/efi/efi.c 				efi.fw_vendor == EFI_INVALID_TABLE_ADDR)
fw_vendor         730 include/linux/efi.h 	u64 fw_vendor;	/* physical addr of CHAR16 vendor string */
fw_vendor         748 include/linux/efi.h 	u32 fw_vendor;	/* physical addr of CHAR16 vendor string */
fw_vendor         764 include/linux/efi.h 	unsigned long fw_vendor;	/* physical addr of CHAR16 vendor string */
fw_vendor         993 include/linux/efi.h 	unsigned long fw_vendor;	/* fw_vendor */