Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/whpx/
Dvcpu.rs312 instruction_emulator: Arc<SafeInstructionEmulator>, field
323 let instruction_emulator = SafeInstructionEmulator::new()?; in new() localVariable