Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs385 fn get_fpu(&self) -> Result<Fpu> { in get_fpu() method
965 fn get_fpu() { in get_fpu() function
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs721 fn get_fpu(&self) -> Result<Fpu> { in get_fpu() method
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs893 fn get_fpu(&self) -> Result<Fpu> { in get_fpu() method
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs1252 pub fn get_fpu(&self) -> Result<kvm_fpu> { in get_fpu() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs678 fn get_fpu(&self) -> Result<Fpu> { in get_fpu() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs108 fn get_fpu(&self) -> Result<Fpu>; in get_fpu() method