Home
last modified time | relevance | path

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

/drivers/firmware/efi/
Defi.c685 static const efi_char16_t *__init map_fw_vendor(unsigned long fw_vendor, in map_fw_vendor() argument
690 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor()
696 static void __init unmap_fw_vendor(const void *fw_vendor, size_t size) in unmap_fw_vendor() argument
698 early_memunmap((void *)fw_vendor, size); in unmap_fw_vendor()
706 unsigned long fw_vendor) in efi_systab_report_header() argument
712 c16 = map_fw_vendor(fw_vendor, sizeof(vendor) * sizeof(efi_char16_t)); in efi_systab_report_header()
Defi-init.c111 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
/drivers/firmware/efi/libstub/
Dx86-stub.c218 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()