Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/whpx/
Dvcpu.rs46 struct SafeInstructionEmulator { struct
50 impl SafeInstructionEmulator { implementation
114 impl InstructionEmulatorCallbacks for SafeInstructionEmulator { implementation
271 impl Drop for SafeInstructionEmulator { implementation
279 unsafe impl Send for SafeInstructionEmulator {} implementation
280 unsafe impl Sync for SafeInstructionEmulator {} implementation