Home
last modified time | relevance | path

Searched defs:get_host_cpu_capacity (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/riscv64/src/
H A Dlib.rs506 fn get_host_cpu_capacity() -> Result<BTreeMap<usize, u32>> { in get_host_cpu_capacity() method
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dlib.rs1058 fn get_host_cpu_capacity() -> std::result::Result<BTreeMap<usize, u32>, Self::Error> { in get_host_cpu_capacity() method
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs598 fn get_host_cpu_capacity() -> Result<BTreeMap<usize, u32>, Self::Error>; in get_host_cpu_capacity() method
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs1351 fn get_host_cpu_capacity() -> Result<BTreeMap<usize, u32>> { in get_host_cpu_capacity() method