Home
last modified time | relevance | path

Searched refs:systab (Results 1 – 10 of 10) 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()
H A Defi.c159 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c36 efi_system_table_t *systab) in efi_pe_entry() argument
48 WRITE_ONCE(efi_system_table, systab); in efi_pe_entry()
H A Dzboot.c35 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) in efi_zboot_entry() argument
42 WRITE_ONCE(efi_system_table, systab); in efi_zboot_entry()
H A Dloongarch.c14 unsigned long systab);
H A Defistub.h1259 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
/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()
H A Defi_64.c812 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; in efi_set_virtual_address_map() local
835 efi.runtime = READ_ONCE(systab->runtime); in efi_set_virtual_address_map()
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi22 What: /sys/firmware/efi/systab