Searched defs:fetch (Results 1 – 4 of 4) sorted by relevance
/cloud-hypervisor/fuzz/fuzz_targets/ |
H A D | x86emul.rs | 41 fn fetch(&self, _ip: u64, _data: &mut [u8]) -> Result<(), PlatformError> { in fetch() method
|
/cloud-hypervisor/hypervisor/src/arch/emulator/ |
H A D | mod.rs | 147 fn fetch(&self, ip: u64, instruction_bytes: &mut [u8]) -> Result<(), PlatformError>; in fetch() method
|
/cloud-hypervisor/hypervisor/src/mshv/x86_64/ |
H A D | emulator.rs | 186 fn fetch(&self, ip: u64, instruction_bytes: &mut [u8]) -> Result<(), PlatformError> { in fetch() method
|
/cloud-hypervisor/hypervisor/src/arch/x86/emulator/ |
H A D | mod.rs | 777 fn fetch(&self, ip: u64, instruction_bytes: &mut [u8]) -> Result<(), PlatformError> { in fetch() method
|