Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs45 struct SafeInstructionEmulator { struct
49 impl SafeInstructionEmulator { implementation
113 impl InstructionEmulatorCallbacks for SafeInstructionEmulator { implementation
270 impl Drop for SafeInstructionEmulator { implementation
278 unsafe impl Send for SafeInstructionEmulator {} implementation
279 unsafe impl Sync for SafeInstructionEmulator {} implementation