Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs311 instruction_emulator: Arc<SafeInstructionEmulator>, field
322 let instruction_emulator = SafeInstructionEmulator::new()?; in new() localVariable