Home
last modified time | relevance | path

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

/external/crosvm/src/plugin/
Dvcpu.rs279 fn check_hint_details(&self, regs: &kvm_regs) -> (bool, bool) { in check_hint_details() method
439 let (has_sregs, has_debugregs) = vcpu_state_lock.check_hint_details(&regs); in process()