Home
last modified time | relevance | path

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

/external/crosvm/riscv64/src/
Dlib.rs506 fn get_host_cpu_capacity() -> Result<BTreeMap<usize, u32>> { in get_host_cpu_capacity() method
/external/crosvm/aarch64/src/
Dlib.rs1081 fn get_host_cpu_capacity() -> std::result::Result<BTreeMap<usize, u32>, Self::Error> { in get_host_cpu_capacity() method
/external/crosvm/arch/src/
Dlib.rs599 fn get_host_cpu_capacity() -> Result<BTreeMap<usize, u32>, Self::Error>; in get_host_cpu_capacity() method
/external/crosvm/x86_64/src/
Dlib.rs1497 fn get_host_cpu_capacity() -> Result<BTreeMap<usize, u32>> { in get_host_cpu_capacity() method