Searched refs:fw_vendor (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/arch/x86/boot/compressed/ |
D | efi.h | 66 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member 84 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member 100 u64 fw_vendor; member
|
/Linux-v6.1/arch/x86/xen/ |
D | efi.c | 29 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */ 72 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe() 75 efi_systab_xen.fw_vendor = __pa_symbol(L"UNKNOWN"); in xen_efi_probe()
|
/Linux-v6.1/arch/x86/platform/efi/ |
D | efi.c | 358 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init() 361 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init() 366 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init() 369 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init() 376 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init() 879 EFI_ATTR_SHOW(fw_vendor); 883 struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
|
/Linux-v6.1/drivers/firmware/efi/ |
D | efi.c | 715 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument 720 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor() 726 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) in unmap_fw_vendor() argument 728 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor() 736 unsigned long fw_vendor) in efi_systab_report_header() argument 742 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
|
D | efi-init.c | 87 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | efi.c | 70 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-firmware-efi | 1 What: /sys/firmware/efi/fw_vendor
|
/Linux-v6.1/include/linux/ |
D | efi.h | 473 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member 491 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member 511 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member 734 unsigned long fw_vendor);
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | x86-stub.c | 319 efi_char16_t *fw_vendor = (efi_char16_t *)(unsigned long) in setup_quirks() local 320 efi_table_attr(efi_system_table, fw_vendor); in setup_quirks() 322 if (!memcmp(fw_vendor, apple, sizeof(apple))) { in setup_quirks()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | efi.h | 171 u64 fw_vendor; member
|
/Linux-v6.1/arch/x86/kernel/ |
D | kexec-bzimage64.c | 164 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()
|
/Linux-v6.1/arch/ia64/kernel/ |
D | efi.c | 531 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
|