Searched refs:efi_system_table_t (Results 1 – 10 of 10) sorted by relevance
21 static efi_system_table_t efi_systab_xen __initdata = {45 static efi_system_table_t __init *xen_efi_probe(void) in xen_efi_probe()132 efi_system_table_t *efi_systab_xen; in xen_efi_init()
90 efi_system_table_t *systab; in uefi_init()94 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init()127 early_memunmap(systab, sizeof(efi_system_table_t)); in uefi_init()
99 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; in efi_set_virtual_address_map()
827 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys; in efi_set_virtual_address_map()
50 const efi_system_table_t *efi_system_table;118 efi_system_table_t *sys_table_arg) in efi_pe_entry()
24 const efi_system_table_t *efi_system_table;347 efi_system_table_t *sys_table_arg,356 efi_system_table_t *sys_table_arg) in efi_pe_entry()670 efi_system_table_t *sys_table_arg, in efi_main()
38 extern const efi_system_table_t *efi_system_table;41 efi_system_table_t *sys_table_arg);450 efi_system_table_t *system_table;
454 } efi_system_table_t; typedef
488 const efi_system_table_t *efi_systab; in efi_init()
1419 efi_main(void *handle, efi_system_table_t *table, struct boot_params *bp)
Completed in 23 milliseconds