Searched refs:get_cpu_soc_family (Results 1 – 6 of 6) sorted by relevance
38 self._cpu_type = utils.get_cpu_soc_family()116 if (utils.get_cpu_soc_family() == 'x86_64' and146 if (utils.get_cpu_soc_family() == 'x86_64' and313 if (utils.get_cpu_soc_family() == 'x86_64' and
37 arch = utils.get_cpu_soc_family()
45 self._cpu_type = utils.get_cpu_soc_family()
916 arch = utils.get_cpu_soc_family()
983 cpuarch = base_utils.get_cpu_soc_family()
353 def get_cpu_soc_family(): function