Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs918 pub enum OpRegionSpace { enum
941 pub fn new(path: Path, space: OpRegionSpace, offset: &'a dyn Aml, length: &'a dyn Aml) -> Self { in new()