Home
last modified time | relevance | path

Searched refs:get_host_cpu_clusters (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/riscv64/src/
Dlib.rs510 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
/external/crosvm/arch/src/
Dlib.rs602 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>, Self::Error>; in get_host_cpu_clusters() method
/external/crosvm/aarch64/src/
Dlib.rs1090 fn get_host_cpu_clusters() -> std::result::Result<Vec<CpuSet>, Self::Error> { in get_host_cpu_clusters() method
/external/crosvm/x86_64/src/
Dlib.rs1501 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
/external/crosvm/src/crosvm/sys/
Dlinux.rs1359 Arch::get_host_cpu_clusters()?, in setup_vm_components()