Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs763 fn handle_cpuid(&mut self, _entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs541 fn handle_cpuid(&mut self, _entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs1182 fn handle_cpuid(&mut self, entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs1022 fn handle_cpuid(&mut self, _entry: &CpuIdEntry) -> Result<()> { in handle_cpuid() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs157 fn handle_cpuid(&mut self, entry: &CpuIdEntry) -> Result<()>; in handle_cpuid() method