Home
last modified time | relevance | path

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

/qemu/include/hw/loongarch/
H A Dboot.h60 struct efi_system_table { struct
61 efi_table_hdr_t hdr;
62 uint64_t fw_vendor; /* physical addr of CHAR16 vendor string */
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;
69 uint64_t stderr_placeholder;
[all …]