Searched refs:cpuType (Results 1 – 6 of 6) sorted by relevance
18 def test_no_partition(self, inputDev, cpuType): argument23 if (cpuType == "arm"):38 cpuType = utils.get_cpu_arch()39 logging.debug("cpu type is %s" % cpuType)55 self.test_no_partition(text, cpuType)
25 cpuType = utils.get_cpu_arch()27 if cpuType == "arm":
28 cpuType = utils.get_cpu_arch()30 if cpuType == "arm":
86 switch (as->cpuType) { in unw_init_remote_thread()119 as->cpuType = CPU_TYPE_X86_64; in unw_create_addr_space_for_task()124 as->cpuType = CPU_TYPE_I386; in unw_create_addr_space_for_task()135 switch (asp->cpuType) { in unw_destroy_addr_space()
561 cpu_type_t cpuType; member
30 cpuType = utils.get_cpu_arch()33 if cpuType == "arm":