Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs47 pub struct MemoryMapped { struct
48 pub header: DevicePathHeader,
49 pub memory_type: MemoryType,
50 pub start_address: u64,
51 pub end_address: u64,
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/UefiCpuPkg/Include/
DAcpiCpuData.h25 MemoryMapped, enumerator
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs169 pub struct MemoryMapped { struct
170 pub(super) header: DevicePathHeader,
171 pub(super) memory_type: MemoryType,
172 pub(super) start_address: u64,
173 pub(super) end_address: u64,
176 impl MemoryMapped { impl
196 impl fmt::Debug for MemoryMapped { implementation
206 impl TryFrom<&DevicePathNode> for &MemoryMapped { implementation
214 let node: *const MemoryMapped = node.cast(); in try_from() constant
3467 pub struct MemoryMapped { struct
[all …]