Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/riscv64/src/
H A Dlib.rs510 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dlib.rs1067 fn get_host_cpu_clusters() -> std::result::Result<Vec<CpuSet>, Self::Error> { in get_host_cpu_clusters() method
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs601 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>, Self::Error>; in get_host_cpu_clusters() method
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs1355 fn get_host_cpu_clusters() -> Result<Vec<CpuSet>> { in get_host_cpu_clusters() method
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1324 Arch::get_host_cpu_clusters()?, in setup_vm_components()