Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/platform/efi/
Defi.c254 efi_systab.fw_vendor = data ? (unsigned long)data->fw_vendor : in efi_systab_init()
255 systab64->fw_vendor; in efi_systab_init()
256 tmp |= data ? data->fw_vendor : systab64->fw_vendor; in efi_systab_init()
301 efi_systab.fw_vendor = systab32->fw_vendor; in efi_systab_init()
463 efi.fw_vendor = (unsigned long)efi.systab->fw_vendor; in efi_init()
469 c16 = tmp = early_memremap(efi.systab->fw_vendor, 2); in efi_init()
/linux-4.1.27/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.1.27/drivers/firmware/efi/
Defi.c39 .fw_vendor = EFI_INVALID_TABLE_ADDR,
118 EFI_ATTR_SHOW(fw_vendor);
128 static struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
148 efi.fw_vendor == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-firmware-efi1 What: /sys/firmware/efi/fw_vendor
/linux-4.1.27/arch/x86/kernel/
Dkexec-bzimage64.c146 esd->fw_vendor = efi.fw_vendor; in prepare_add_efi_setup_data()
/linux-4.1.27/include/linux/
Defi.h624 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member
642 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member
658 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member
823 unsigned long fw_vendor; /* fw_vendor */ member
/linux-4.1.27/arch/x86/include/asm/
Defi.h112 u64 fw_vendor; member
/linux-4.1.27/arch/arm64/kernel/
Defi.c124 c16 = early_memremap(efi_to_phys(efi.systab->fw_vendor), in uefi_init()
/linux-4.1.27/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.1.27/arch/ia64/kernel/
Defi.c524 c16 = __va(efi.systab->fw_vendor); in efi_init()