/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | efi.h | 68 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member 86 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member 102 u64 fw_vendor; member
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | efi.c | 31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */ 74 efi_systab_xen.fw_vendor = __pa_symbol(vendor); in xen_efi_probe() 77 efi_systab_xen.fw_vendor = __pa_symbol(L"UNKNOWN"); in xen_efi_probe()
|
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi.c | 378 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init() 381 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init() 386 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init() 389 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init() 396 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init() 899 EFI_ATTR_SHOW(fw_vendor); variable 903 struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi.c | 407 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init() 410 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init() 415 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init() 418 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init() 425 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init() 930 EFI_ATTR_SHOW(fw_vendor); variable 934 struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | efi.c | 700 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument 705 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor() 711 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) in unmap_fw_vendor() argument 713 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor() 721 unsigned long fw_vendor) in efi_systab_report_header() 727 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header() 720 efi_systab_report_header(const efi_table_hdr_t *systab_hdr, unsigned long fw_vendor) efi_systab_report_header() argument
|
H A D | efi-init.c | 111 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | efi.c | 811 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument 816 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor() 822 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) in unmap_fw_vendor() argument 824 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor() 832 unsigned long fw_vendor) in efi_systab_report_header() 839 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header() 831 efi_systab_report_header(const efi_table_hdr_t *systab_hdr, unsigned long fw_vendor) efi_systab_report_header() argument
|
H A D | efi-init.c | 105 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | efi.c | 93 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | efi.c | 105 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 218 efi_char16_t *fw_vendor = (efi_char16_t *)(unsigned long) in setup_quirks() local 219 efi_table_attr(efi_system_table, fw_vendor); in setup_quirks() 221 if (!memcmp(fw_vendor, apple, sizeof(apple))) { in setup_quirks()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | efi.h | 406 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member 424 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member 444 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member 670 unsigned long fw_vendor);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | efi.h | 480 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member 498 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member 518 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member 746 unsigned long fw_vendor);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | efi.h | 158 u64 fw_vendor; member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 144 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | efi.h | 148 u64 fw_vendor; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 164 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 320 unsigned long vendor = efi_table_attr(efi_system_table, fw_vendor); in efistub_fw_vendor()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | efi.c | 529 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | efi.c | 531 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
|