Searched refs:get_num_cpus (Results 1 – 3 of 3) sorted by relevance
17 int get_num_cpus(void) in get_num_cpus() function289 if (get_num_cpus() == 4) in enable_cpu_clock()364 int num_cpus = get_num_cpus(); in reset_A9_cpu()399 if (get_num_cpus() == 4) { in clock_enable_coresight()
33 self.assertEqual(2, parsing.get_num_cpus(state.headers))
734 def get_num_cpus(headers): function