Searched refs:systab (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Defi-init.c93 efi_system_table_t *systab; local
97 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t));
98 if (systab == NULL) {
107 retval = efi_systab_check_header(&systab->hdr);
111 efi.runtime = systab->runtime;
112 efi.runtime_version = systab->hdr.revision;
114 efi_systab_report_header(&systab->hdr, efi_to_phys(systab->fw_vendor));
116 table_size = sizeof(efi_config_table_t) * systab->nr_tables;
117 config_tables = early_memremap_ro(efi_to_phys(systab
[all...]
H A Dfdtparams.c87 unsigned long systab; local
93 [SYSTAB] = { &systab, sizeof(systab) },
128 return systab;
H A Defi.c124 * Let's not leave out systab information that snuck into
126 * Note, do not add more fields in systab sysfs file as it breaks sysfs
157 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c31 efi_system_table_t *systab)
43 WRITE_ONCE(efi_system_table, systab);
30 efi_pe_entry(efi_handle_t handle, efi_system_table_t *systab) argument
H A Dzboot.c65 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) argument
74 WRITE_ONCE(efi_system_table, systab);
H A Dloongarch.c14 unsigned long systab);
H A Defistub.h1228 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
/linux-master/arch/x86/platform/efi/
H A Defi_32.c99 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; local
116 status = efi_call_svam(&systab->runtime,
H A Defi_64.c856 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; local
879 efi.runtime = READ_ONCE(systab->runtime);

Completed in 287 milliseconds