Searched refs:get_num_cpus (Results 1 – 3 of 3) sorted by relevance
18 int get_num_cpus(void) in get_num_cpus() function290 if (get_num_cpus() == 4) in enable_cpu_clock()365 int num_cpus = get_num_cpus(); in reset_A9_cpu()400 if (get_num_cpus() == 4) { in clock_enable_coresight()
33 self.assertEqual(2, parsing.get_num_cpus(state.headers))
708 def get_num_cpus(headers): function