Home
last modified time | relevance | path

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

/external/crosvm/src/plugin/
Dvcpu.rs272 fn matches_hint(&self, io_space: IoSpace, addr: u64, is_write: bool) -> bool { in matches_hint() method
437 if !async_write && vcpu_state_lock.matches_hint(io_space, addr, io.is_write) { in process()