/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20190405 (64-bit version) * Copyright (c) 2000 - 2019 Intel Corporation * * Disassembling to non-symbolic legacy ASL operators * * Disassembly of SSDT-x5_5-ApHwp.aml, Tue Apr 30 02:38:48 2019 * * Original Table Header: * Signature "SSDT" * Length 0x00000317 (791) * Revision 0x02 * Checksum 0x80 * OEM ID "PmRef" * OEM Table ID "ApHwp" * OEM Revision 0x00003000 (12288) * Compiler ID "INTL" * Compiler Version 0x20160527 (538314023) */ DefinitionBlock ("", "SSDT", 2, "PmRef", "ApHwp", 0x00003000) { External (_PR_.PR00, ProcessorObj) External (_PR_.PR00._CPC, MethodObj) // 0 Arguments External (_PR_.PR01, ProcessorObj) External (_PR_.PR02, ProcessorObj) External (_PR_.PR03, ProcessorObj) External (_PR_.PR04, ProcessorObj) External (_PR_.PR05, ProcessorObj) External (_PR_.PR06, ProcessorObj) External (_PR_.PR07, ProcessorObj) External (_PR_.PR08, ProcessorObj) External (_PR_.PR09, ProcessorObj) External (_PR_.PR10, ProcessorObj) External (_PR_.PR11, ProcessorObj) External (_PR_.PR12, ProcessorObj) External (_PR_.PR13, ProcessorObj) External (_PR_.PR14, ProcessorObj) External (_PR_.PR15, ProcessorObj) Scope (\_PR.PR01) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR02) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR03) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR04) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR05) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR06) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR07) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR08) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR09) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR10) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR11) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR12) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR13) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR14) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } Scope (\_PR.PR15) { Method (_CPC, 0, NotSerialized) // _CPC: Continuous Performance Control { Return (\_PR.PR00._CPC ()) } } }