Lines Matching refs:processor
59 # Find the ProcId defined by the processor object
60 processor = acpi.evaluate(cpupath)
61 # Find the UID defined by the processor object's _UID method
71 …e.test("{} Processor declaration ProcId = _MAT ProcId".format(cpupath), processor.ProcId == subtab…
72 …t_detail("{} ProcId ({:#02x}) != _MAT ProcId ({:#02x})".format(cpupath, processor.ProcId, subtable…
73 testsuite.print_detail("Processor Declaration: {}".format(processor))
75 …st("{} with local APIC in _MAT has local APIC in MADT".format(cpupath), processor.ProcId in procid…
76 …cessor declaration ProcId = _MAT ApicId".format(cpupath), procid_apicid[processor.ProcId] == subta…
77 … MADT ({:#02x}) != _MAT ApicId ({:#02x})".format(cpupath, procid_apicid[processor.ProcId], subtabl…
78 testsuite.print_detail("Processor Declaration: {}".format(processor))
195 …if not testsuite.test("_PSD (P-State Dependency) must exist for each processor", None not in uniqu…
217 …testsuite.test('Dependency count for each processor must be 1', unique_num_dependencies.keys() == …
218 detail(unique_num_dependencies, 'Dependency count for each processor = {} (Expected 1)')
225 …testsuite.test('_PSD.domain must be unique (thread-scoped) for each processor', len(unique_domain)…
226 detail(unique_domain, 'domain = {:#x} (Expected a unique value for each processor)')