Searched refs:systab (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/drivers/firmware/efi/ |
| D | efi-init.c | 66 efi_system_table_t *systab; in uefi_init() local 70 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init() 71 if (systab == NULL) { in uefi_init() 80 retval = efi_systab_check_header(&systab->hdr, 2); in uefi_init() 84 efi.runtime = systab->runtime; in uefi_init() 85 efi.runtime_version = systab->hdr.revision; in uefi_init() 87 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init() 89 table_size = sizeof(efi_config_table_t) * systab->nr_tables; in uefi_init() 90 config_tables = early_memremap_ro(efi_to_phys(systab->tables), in uefi_init() 97 retval = efi_config_parse_tables(config_tables, systab->nr_tables, in uefi_init() [all …]
|
| D | fdtparams.c | 85 unsigned long systab; in efi_get_fdt_params() local 91 [SYSTAB] = { &systab, sizeof(systab) }, in efi_get_fdt_params() 124 return systab; in efi_get_fdt_params()
|
| D | efi.c | 151 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
|
| /Linux-v6.1/arch/ia64/kernel/ |
| 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 …]
|
| 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-v6.1/arch/x86/platform/efi/ |
| 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()
|
| D | efi_64.c | 835 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; in efi_set_virtual_address_map() local 858 efi.runtime = READ_ONCE(systab->runtime); in efi_set_virtual_address_map()
|
| /Linux-v6.1/drivers/firmware/efi/libstub/ |
| D | loongarch-stub.c | 13 unsigned long systab);
|
| D | zboot.c | 163 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) in efi_zboot_entry() argument 181 WRITE_ONCE(efi_system_table, systab); in efi_zboot_entry()
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-firmware-efi | 22 What: /sys/firmware/efi/systab
|