Home
last modified time | relevance | path

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

/external/crosvm/devices/tests/irqchip/
Duserspace.rs764 fn handle_cpuid(&mut self, _entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/external/crosvm/hypervisor/src/haxm/
Dvcpu.rs542 fn handle_cpuid(&mut self, _entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/external/crosvm/hypervisor/src/whpx/
Dvcpu.rs1183 fn handle_cpuid(&mut self, entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs1084 fn handle_cpuid(&mut self, _entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/external/crosvm/hypervisor/src/
Dx86_64.rs164 fn handle_cpuid(&mut self, entry: &CpuIdEntry) -> Result<()>; in handle_cpuid() method