Lines Matching defs:efi_system_table
60 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;
70 uint64_t *runtime;
71 uint64_t *boottime;
72 uint64_t nr_tables;
73 struct efi_configuration_table *tables;