Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/xen/
Defi.c31 .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()
/linux-6.12.1/arch/x86/platform/efi/
Defi.c405 efi_fw_vendor = (unsigned long)data->fw_vendor; in efi_systab_init()
408 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init()
413 efi_fw_vendor = systab64->fw_vendor; in efi_systab_init()
416 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init()
423 efi_fw_vendor = systab32->fw_vendor; in efi_systab_init()
928 EFI_ATTR_SHOW(fw_vendor);
932 struct kobj_attribute efi_attr_fw_vendor = __ATTR_RO(fw_vendor);
/linux-6.12.1/arch/x86/boot/compressed/
Defi.h68 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member
86 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member
/linux-6.12.1/arch/x86/include/asm/
Dsetup_data.h23 u64 fw_vendor; member
/linux-6.12.1/drivers/firmware/efi/
Defi.c831 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument
836 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor()
842 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) in unmap_fw_vendor() argument
844 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor()
848 unsigned long fw_vendor) in efi_systab_report_header() argument
855 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
Defi-init.c114 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
/linux-6.12.1/arch/loongarch/kernel/
Defi.c116 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-firmware-efi1 What: /sys/firmware/efi/fw_vendor
/linux-6.12.1/include/linux/
Defi.h481 u64 fw_vendor; /* physical addr of CHAR16 vendor string */ member
499 u32 fw_vendor; /* physical addr of CHAR16 vendor string */ member
519 unsigned long fw_vendor; /* physical addr of CHAR16 vendor string */ member
756 unsigned long fw_vendor);
/linux-6.12.1/arch/x86/kernel/
Dkexec-bzimage64.c164 esd->fw_vendor = efi_fw_vendor; in prepare_add_efi_setup_data()
/linux-6.12.1/drivers/firmware/efi/libstub/
Dx86-stub.c391 unsigned long vendor = efi_table_attr(efi_system_table, fw_vendor); in efistub_fw_vendor()