Home
last modified time | relevance | path

Searched defs:efi_system_table (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/loongarch/
H A Dboot.h60 struct efi_system_table { struct
61 efi_table_hdr_t hdr;
63 uint32_t fw_revision;
64 uint64_t con_in_handle;
65 uint64_t *con_in;
66 uint64_t con_out_handle;
67 uint64_t *con_out;
68 uint64_t stderr_handle;
70 uint64_t *runtime;
71 uint64_t *boottime;
[all …]
/openbmc/linux/drivers/firmware/efi/
H A Defi-init.c81 static int __init uefi_init(u64 efi_system_table) in uefi_init()
206 u64 efi_system_table; in efi_init() local
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dsystable.c8 const efi_system_table_t *efi_system_table; variable
H A Dx86-stub.c26 const efi_system_table_t *efi_system_table; variable
/openbmc/linux/arch/loongarch/kernel/
H A Denv.c16 u64 efi_system_table; variable
/openbmc/u-boot/include/
H A Defi_api.h316 struct efi_system_table { struct
317 struct efi_table_hdr hdr;
341 struct efi_system_table *system_table; argument