Searched refs:systab (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/firmware/efi/ |
A D | efi-init.c | 81 efi_system_table_t *systab; in uefi_init() local 85 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init() 86 if (systab == NULL) { in uefi_init() 95 retval = efi_systab_check_header(&systab->hdr); in uefi_init() 99 efi.runtime = systab->runtime; in uefi_init() 100 efi.runtime_version = systab->hdr.revision; in uefi_init() 102 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init() 104 table_size = sizeof(efi_config_table_t) * systab->nr_tables; in uefi_init() 105 config_tables = early_memremap_ro(efi_to_phys(systab->tables), in uefi_init() 112 retval = efi_config_parse_tables(config_tables, systab->nr_tables, in uefi_init() [all …]
|
A D | fdtparams.c | 87 unsigned long systab; in efi_get_fdt_params() local 93 [SYSTAB] = { &systab, sizeof(systab) }, in efi_get_fdt_params() 128 return systab; in efi_get_fdt_params()
|
A D | efi.c | 153 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | sal.c | 98 check_versions (struct ia64_sal_systab *systab) in check_versions() argument 100 sal_revision = (systab->sal_rev_major << 8) | systab->sal_rev_minor; in check_versions() 101 sal_version = (systab->sal_b_rev_major << 8) | systab->sal_b_rev_minor; in check_versions() 302 ia64_sal_init (struct ia64_sal_systab *systab) in ia64_sal_init() argument 307 if (!systab) { in ia64_sal_init() 312 if (strncmp(systab->signature, "SST_", 4) != 0) in ia64_sal_init() 315 check_versions(systab); in ia64_sal_init() 323 systab->oem_id, systab->product_id, in ia64_sal_init() 324 systab->product_id[0] ? " " : "", in ia64_sal_init() 327 p = (char *) (systab + 1); in ia64_sal_init() [all …]
|
A D | esi.c | 51 struct ia64_sal_systab *systab; in esi_init() local 58 systab = __va(esi_phys); in esi_init() 60 if (strncmp(systab->signature, "ESIT", 4) != 0) { in esi_init() 65 p = (char *) (systab + 1); in esi_init() 66 for (i = 0; i < systab->entry_count; i++) { in esi_init() 83 esi_systab = systab; in esi_init()
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | efi-stub-entry.c | 14 efi_system_table_t *systab) in efi_pe_entry() argument 26 WRITE_ONCE(efi_system_table, systab); in efi_pe_entry()
|
A D | zboot.c | 61 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) in efi_zboot_entry() argument 70 WRITE_ONCE(efi_system_table, systab); in efi_zboot_entry()
|
A D | loongarch.c | 13 unsigned long systab);
|
/linux-6.3-rc2/arch/x86/platform/efi/ |
A D | efi_32.c | 99 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; in efi_set_virtual_address_map() local 116 status = efi_call_svam(&systab->runtime, in efi_set_virtual_address_map()
|
A D | efi_64.c | 841 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; in efi_set_virtual_address_map() local 864 efi.runtime = READ_ONCE(systab->runtime); in efi_set_virtual_address_map()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-firmware-efi | 22 What: /sys/firmware/efi/systab
|
Completed in 12 milliseconds