Home
last modified time | relevance | path

Searched refs:efi_system_table_t (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/xen/
H A Defi.c23 static efi_system_table_t efi_systab_xen __initdata = {
47 static efi_system_table_t __init *xen_efi_probe(void) in xen_efi_probe()
134 efi_system_table_t *efi_systab_xen; in xen_efi_init()
/linux/drivers/firmware/efi/
H A Defi-init.c93 efi_system_table_t *systab; in uefi_init()
97 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init()
129 early_memunmap(systab, sizeof(efi_system_table_t)); in uefi_init()
/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()
/linux/arch/loongarch/kernel/
H A Defi.c34 static efi_system_table_t *efi_systab;
110 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()
/linux/drivers/firmware/efi/libstub/
H A Dsystable.c8 const efi_system_table_t *efi_system_table;
H A Defi-stub-entry.c31 efi_system_table_t *systab) in efi_pe_entry()
H A Dzboot.c65 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) in efi_zboot_entry()
/linux/include/linux/
H A Defi.h531 } efi_system_table_t; typedef