Home
last modified time | relevance | path

Searched refs:uefi_raw (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/driver/firmware/efi/
H A Dtables.rs6 use uefi_raw::table::{
48 header: &uefi_raw::table::Header, in report_systable_header()
170 pub phys_start: uefi_raw::PhysicalAddress,
172 pub virt_start: uefi_raw::VirtualAddress,
246 fn guid(&self) -> &'static uefi_raw::Guid; in guid()
273 fn guid(&self) -> &'static uefi_raw::Guid { in guid()
302 fn guid(&self) -> &'static uefi_raw::Guid { in guid()
331 fn guid(&self) -> &'static uefi_raw::Guid { in guid()
362 fn guid(&self) -> &'static uefi_raw::Guid { in guid()
H A Dmod.rs41 pub runtime_service_version: Option<uefi_raw::table::Revision>,
90 header: &uefi_raw::table::Header, in check_system_table_header()
93 if header.signature != uefi_raw::table::system::SystemTable::SIGNATURE { in check_system_table_header()
H A Dinit.rs5 use uefi_raw::table::boot::{MemoryAttribute, MemoryType};
144 let st_size = size_of::<uefi_raw::table::system::SystemTable>(); in uefi_init()
168 let st_ptr = st_vaddr.data() as *const uefi_raw::table::system::SystemTable; in uefi_init() constant
191 * size_of::<uefi_raw::table::configuration::ConfigurationTable>(); in uefi_init()
205 as *const uefi_raw::table::configuration::ConfigurationTable, in uefi_init() constant
H A Dguid.rs3 use uefi_raw::Guid;
/DragonOS/kernel/src/
H A Dlib.rs91 extern crate uefi_raw;