Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dcoiommu.rs231 struct CoIommuPinState { struct
232 new_gen_pinned_pages: VecDeque<PinnedPageInfo>,
233 old_gen_pinned_pages: VecDeque<u64>,
234 unpin_thread_state: UnpinThreadState,
235 unpin_park_count: u64,
391 pinstate: &mut CoIommuPinState, in pin_page()
441 pinstate: &mut CoIommuPinState, in unpin_page()