HomeSort by relevance Sort by last modified time
    Searched full:_cpu_type (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/security_x86Registers/
security_x86Registers.py 95 MSR_NEGATIVE[self._cpu_type],
96 MSR_POSITIVE[self._cpu_type])
101 RCBA_NEGATIVE[self._cpu_type],
102 RCBA_POSITIVE[self._cpu_type])
121 self._cpu_type = 'Atom'
123 self._cpu_type = 'Non-Atom'
  /external/autotest/client/site_tests/power_x86Settings/
power_x86Settings.py 109 self._cpu_type = 'Atom'
111 self._cpu_type = 'Non-Atom'
292 if self._cpu_type in GFX_CHECKS:
293 checks = GFX_CHECKS[self._cpu_type]
312 if self._cpu_type == 'Non-Atom':
347 if pci_id in ASPM_EXCEPTED_DEVICES[self._cpu_type]:
364 return self._registers.verify_dmi(DMI_BAR_CHECKS[self._cpu_type])
367 return self._registers.verify_mch(MCH_BAR_CHECKS[self._cpu_type])
370 return self._registers.verify_msr(MSR_CHECKS[self._cpu_type])
374 if self._cpu_type not in RAPL_CHECKS
    [all...]
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 28 _cpu_type = None variable in class:graphics_Idle
38 self._cpu_type = utils.get_cpu_soc_family()
187 if self._cpu_type == 'exynos5':
191 elif self._cpu_type == 'rockchip':
197 self._cpu_type)
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 27 _cpu_type = None variable in class:graphics_dEQP
45 self._cpu_type = utils.get_cpu_soc_family()
387 logging.info('ChromeOS CPU family = %s', self._cpu_type)

Completed in 220 milliseconds