Home
last modified time | relevance | path

Searched refs:systab (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/firmware/efi/
H A Defi-init.c94 efi_system_table_t *systab; in uefi_init() local
98 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init()
99 if (systab == NULL) { in uefi_init()
108 retval = efi_systab_check_header(&systab->hdr); in uefi_init()
112 efi.runtime = systab->runtime; in uefi_init()
113 efi.runtime_version = systab->hdr.revision; in uefi_init()
115 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor)); in uefi_init()
117 table_size = sizeof(efi_config_table_t) * systab->nr_tables; in uefi_init()
118 config_tables = early_memremap_ro(efi_to_phys(systab->tables), in uefi_init()
125 retval = efi_config_parse_tables(config_tables, systab->nr_tables, in uefi_init()
[all …]
H A Dfdtparams.c87 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()
/linux/arch/x86/platform/efi/
H A Defi_32.c99 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()
/linux/drivers/firmware/efi/libstub/
H A Dloongarch.c14 unsigned long systab);
H A Defistub.h1252 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi22 What: /sys/firmware/efi/systab