Lines Matching +full:fixed +full:- +full:frequency
4 # SPDX-License-Identifier: BSD-3-Clause
46 testsuite.add_test("ACPI FACP (Fixed ACPI Description Table)", test_facp, submenu="ACPI Tests")
93 # We special-case None here to avoid a double-failure for CPUs without a _PSS
114 …testsuite.test("_PSS must list Pstates in descending order of frequency", frequencies == sorted(fr…
122 """Execute and verify frequency for each Pstate in the _PSS"""
162 # Detecting Turbo frequency requires at least 2 pstates
163 # since turbo frequency = max non-turbo frequency + 1
170 while (time.time() - start < 2):
175 # Abort the test if no cpu frequency is not available
189 …testsuite.test("P{}: Turbo measured frequency {} >= expected {} MHz".format(n, aperf, pstate.core_…
191 …testsuite.test("P{}: measured frequency {} MHz == expected {} MHz".format(n, aperf, pstate.core_fr…
195 …if not testsuite.test("_PSD (P-State Dependency) must exist for each processor", None not in uniqu…
225 …testsuite.test('_PSD.domain must be unique (thread-scoped) for each processor', len(unique_domain)…