Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs1114 fn get_all_msrs(&self) -> Result<BTreeMap<u32, u64>> { in get_all_msrs() method
1536 fn get_all_msrs() { in get_all_msrs() function
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs754 fn get_all_msrs(&self) -> Result<BTreeMap<u32, u64>> { in get_all_msrs() method
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs485 fn get_all_msrs(&self) -> Result<BTreeMap<u32, u64>> { in get_all_msrs() method
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs887 fn get_all_msrs(&self) -> Result<BTreeMap<u32, u64>> { in get_all_msrs() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs143 fn get_all_msrs(&self) -> Result<BTreeMap<u32, u64>>; in get_all_msrs() method