Searched defs:cpu (Results 1 – 3 of 3) sorted by relevance
287 String cpu = SystemProperties.get(PROPERTY_KEY_CPU); in getDeviceCpu() local309 String cpu = getDeviceCpu(); in isSupported() local
149 int cpu = Integer.parseInt(matcher.group(1)); in getDurationStats() local
252 let cpu = core.getprop_u32(cstr!("cpu"))?.ok_or(FdtError::NotFound)?; in read_cpu_map_from() localVariable