Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/efi/
Defi.c278 efi_systab.fw_vendor = data ? (unsigned long)data->fw_vendor : in efi_systab_init()
279 systab64->fw_vendor; in efi_systab_init()
280 tmp |= data ? data->fw_vendor : systab64->fw_vendor; in efi_systab_init()
325 efi_systab.fw_vendor = systab32->fw_vendor; in efi_systab_init()
487 efi.fw_vendor = (unsigned long)efi.systab->fw_vendor; in efi_init()
493 c16 = tmp = early_memremap(efi.systab->fw_vendor, 2); in efi_init()
/linux-4.4.14/drivers/xen/
Defi.c274 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
303 .fw_vendor = EFI_INVALID_TABLE_ADDR,
351 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe()
354 efi_systab_xen.fw_vendor = __pa_symbol(L"UNKNOWN"); in xen_efi_probe()
/linux-4.4.14/drivers/firmware/efi/
Defi.c39 .fw_vendor = EFI_INVALID_TABLE_ADDR,
128 EFI_ATTR_SHOW(fw_vendor);
138 static struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
158 efi.fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-efi1 What: /sys/firmware/efi/fw_vendor
/linux-4.4.14/arch/x86/kernel/
Dkexec-bzimage64.c147 esd->fw_vendor = efi.fw_vendor; in prepare_add_efi_setup_data()
/linux-4.4.14/arch/x86/include/asm/
Defi.h125 u64 fw_vendor; member
/linux-4.4.14/include/linux/
Defi.h634 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member
652 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member
668 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member
842 unsigned long fw_vendor; /* fw_vendor */ member
/linux-4.4.14/arch/arm64/kernel/
Defi.c114 c16 = early_memremap(efi_to_phys(efi.systab->fw_vendor), in uefi_init()
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c284 efi_systab->fw_vendor = __pa("H\0e\0w\0l\0e\0t\0t\0-\0P\0a\0c\0k\0a\0r\0d\0\0"); in sys_fw_init()
/linux-4.4.14/arch/ia64/kernel/
Defi.c523 c16 = __va(efi.systab->fw_vendor); in efi_init()