Home
last modified time | relevance | path

Searched defs:get_host_cpu_clusters (Results 1 – 4 of 4) 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