Contribute
Register

Asus ROG z790 decompiling/recompiling

Joined
Jul 17, 2022
Messages
11
Motherboard
Asus ROG STRIX Z790-A
CPU
i5-12400F
Graphics
RTX 4060
After quite few time I'm trying to decompile/recompile the dsdt but I'm having the same exact problems as my old build.
Would like to avoid HEX editing this time, it causes glitches all around and nothing really works properly.


iasl dsdt.bin (command)
iasl dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: dsdt.dsl - 3938368 bytes

iASL Warning: There were 228 external control methods found during
disassembly, but only 484 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.

To specify the tables needed to resolve external control method
references, the -e option can be used to specify the filenames.
Example iASL invocations:
iasl -e ssdt1.aml ssdt2.aml ssdt3.aml -d dsdt.aml
iasl -e dsdt.aml ssdt2.aml -d ssdt1.aml
iasl -e ssdt*.aml -d dsdt.aml

In addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml

After that i can't recompile the code, if I try to parse all the SSDTs it gives me an AE_ALREADY_EXISTS on the ss8.bin

iasl -dl ss*.bin dsdt.bin (command)

iasl -dl ss*.bin dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 490 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss1.bin, Length 0x38C (908) bytes
ACPI: SSDT 0x0000000000000000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss1.dsl - 10546 bytes
File appears to be binary: found 3114 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss10.bin, Length 0x39DA (14810) bytes
ACPI: SSDT 0x0000000000000000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss10.dsl - 54110 bytes
File appears to be binary: found 69 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss11.bin, Length 0x144 (324) bytes
ACPI: SSDT 0x0000000000000000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss11.dsl - 2603 bytes
File appears to be binary: found 847 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss12.bin, Length 0x1F1A (7962) bytes
ACPI: SSDT 0x0000000000000000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss12.dsl - 39447 bytes
File appears to be binary: found 5060 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss2.bin, Length 0x5D34 (23860) bytes
ACPI: SSDT 0x0000000000000000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss2.dsl - 127862 bytes
File appears to be binary: found 3515 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss3.bin, Length 0x2AA1 (10913) bytes
ACPI: SSDT 0x0000000000000000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss3.dsl - 81455 bytes
File appears to be binary: found 4401 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss4.bin, Length 0x3339 (13113) bytes
ACPI: SSDT 0x0000000000000000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss4.dsl - 96967 bytes
File appears to be binary: found 3136 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss5.bin, Length 0x2357 (9047) bytes
ACPI: SSDT 0x0000000000000000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss5.dsl - 95483 bytes
File appears to be binary: found 1573 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss6.bin, Length 0x2A83 (10883) bytes
ACPI: SSDT 0x0000000000000000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss6.dsl - 31080 bytes
File appears to be binary: found 936 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss7.bin, Length 0xC1F (3103) bytes
ACPI: SSDT 0x0000000000000000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss7.dsl - 23987 bytes
File appears to be binary: found 1988 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss8.bin, Length 0x1E67 (7783) bytes
ACPI: SSDT 0x0000000000000000 001E67 (v02 INTEL xh_rps14 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss8.dsl - 47734 bytes
File appears to be binary: found 2496 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss9.bin, Length 0x3AEA (15082) bytes
ACPI: SSDT 0x0000000000000000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss9.dsl - 53781 bytes
File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Firmware Error (ACPI): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._PRR], AE_ALREADY_EXISTS (20230628/dswload-495)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-372)
Could not parse ACPI tables, AE_ALREADY_EXISTS

If I remove the s8.bin and try to decompile it gives me almost the same output with 1 more external control methods.

iasl -e ss*.bin -d dsdt.bin (command)

iasl -e ss*.bin -d dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
External object resolution file ss9.bin
Input file ss9.bin, Length 0x3AEA (15082) bytes
ACPI: SSDT 0x0000000000000000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss7.bin
Input file ss7.bin, Length 0xC1F (3103) bytes
ACPI: SSDT 0x0000000000000000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss6.bin
Input file ss6.bin, Length 0x2A83 (10883) bytes
ACPI: SSDT 0x0000000000000000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss5.bin
Input file ss5.bin, Length 0x2357 (9047) bytes
ACPI: SSDT 0x0000000000000000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss4.bin
Input file ss4.bin, Length 0x3339 (13113) bytes
ACPI: SSDT 0x0000000000000000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss3.bin
Input file ss3.bin, Length 0x2AA1 (10913) bytes
ACPI: SSDT 0x0000000000000000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss2.bin
Input file ss2.bin, Length 0x5D34 (23860) bytes
ACPI: SSDT 0x0000000000000000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss12.bin
Input file ss12.bin, Length 0x1F1A (7962) bytes
ACPI: SSDT 0x0000000000000000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss11.bin
Input file ss11.bin, Length 0x144 (324) bytes
ACPI: SSDT 0x0000000000000000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss10.bin
Input file ss10.bin, Length 0x39DA (14810) bytes
ACPI: SSDT 0x0000000000000000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss1.bin
Input file ss1.bin, Length 0x38C (908) bytes
ACPI: SSDT 0x0000000000000000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed

Found 1 external control methods, reparsing with new information
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: dsdt.dsl - 3938297 bytes

iASL Warning: There were 229 external control methods found during
disassembly, but only 485 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.

In addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml

If I try with a different command "iasl -dl ss*.bin dsdt.bin" it adds 200kbyte more of data on the output but it still gives me the same external control methods error and the recompile error

iasl -dl ss*.bin dsdt.bin (command)
iasl -dl ss*.bin dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 490 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss1.bin, Length 0x38C (908) bytes
ACPI: SSDT 0x0000000000000000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss1.dsl - 10546 bytes
File appears to be binary: found 3114 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss10.bin, Length 0x39DA (14810) bytes
ACPI: SSDT 0x0000000000000000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss10.dsl - 54110 bytes
File appears to be binary: found 69 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss11.bin, Length 0x144 (324) bytes
ACPI: SSDT 0x0000000000000000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss11.dsl - 2603 bytes
File appears to be binary: found 847 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss12.bin, Length 0x1F1A (7962) bytes
ACPI: SSDT 0x0000000000000000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss12.dsl - 39447 bytes
File appears to be binary: found 5060 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss2.bin, Length 0x5D34 (23860) bytes
ACPI: SSDT 0x0000000000000000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss2.dsl - 127862 bytes
File appears to be binary: found 3515 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss3.bin, Length 0x2AA1 (10913) bytes
ACPI: SSDT 0x0000000000000000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss3.dsl - 81455 bytes
File appears to be binary: found 4401 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss4.bin, Length 0x3339 (13113) bytes
ACPI: SSDT 0x0000000000000000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss4.dsl - 96967 bytes
File appears to be binary: found 3136 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss5.bin, Length 0x2357 (9047) bytes
ACPI: SSDT 0x0000000000000000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss5.dsl - 95483 bytes
File appears to be binary: found 1573 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss6.bin, Length 0x2A83 (10883) bytes
ACPI: SSDT 0x0000000000000000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss6.dsl - 31080 bytes
File appears to be binary: found 936 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss7.bin, Length 0xC1F (3103) bytes
ACPI: SSDT 0x0000000000000000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss7.dsl - 23987 bytes
File appears to be binary: found 2496 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss9.bin, Length 0x3AEA (15082) bytes
ACPI: SSDT 0x0000000000000000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss9.dsl - 53781 bytes
File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed

Found 1 external control methods, reparsing with new information
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: dsdt.dsl - 4142688 bytes

iASL Warning: There were 229 external control methods found during
disassembly, but only 485 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.

To specify the tables needed to resolve external control method
references, the -e option can be used to specify the filenames.
Example iASL invocations:
iasl -e ssdt1.aml ssdt2.aml ssdt3.aml -d dsdt.aml
iasl -e dsdt.aml ssdt2.aml -d ssdt1.aml
iasl -e ssdt*.aml -d dsdt.aml

In addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml

I'm blocked right now, stuck. I'm looking to have a correct decompiled DSDT.dsl version recompilable and editable.
Any help? Files attached
 

Attachments

  • dsdt+ssdt.rar
    88.1 KB · Views: 7
After quite few time I'm trying to decompile/recompile the dsdt but I'm having the same exact problems as my old build.
Would like to avoid HEX editing this time, it causes glitches all around and nothing really works properly.


iasl dsdt.bin (command)
iasl dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: dsdt.dsl - 3938368 bytes

iASL Warning: There were 228 external control methods found during
disassembly, but only 484 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.

To specify the tables needed to resolve external control method
references, the -e option can be used to specify the filenames.
Example iASL invocations:
iasl -e ssdt1.aml ssdt2.aml ssdt3.aml -d dsdt.aml
iasl -e dsdt.aml ssdt2.aml -d ssdt1.aml
iasl -e ssdt*.aml -d dsdt.aml

In addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml

After that i can't recompile the code, if I try to parse all the SSDTs it gives me an AE_ALREADY_EXISTS on the ss8.bin

iasl -dl ss*.bin dsdt.bin (command)

iasl -dl ss*.bin dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 490 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss1.bin, Length 0x38C (908) bytes
ACPI: SSDT 0x0000000000000000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss1.dsl - 10546 bytes
File appears to be binary: found 3114 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss10.bin, Length 0x39DA (14810) bytes
ACPI: SSDT 0x0000000000000000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss10.dsl - 54110 bytes
File appears to be binary: found 69 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss11.bin, Length 0x144 (324) bytes
ACPI: SSDT 0x0000000000000000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss11.dsl - 2603 bytes
File appears to be binary: found 847 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss12.bin, Length 0x1F1A (7962) bytes
ACPI: SSDT 0x0000000000000000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss12.dsl - 39447 bytes
File appears to be binary: found 5060 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss2.bin, Length 0x5D34 (23860) bytes
ACPI: SSDT 0x0000000000000000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss2.dsl - 127862 bytes
File appears to be binary: found 3515 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss3.bin, Length 0x2AA1 (10913) bytes
ACPI: SSDT 0x0000000000000000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss3.dsl - 81455 bytes
File appears to be binary: found 4401 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss4.bin, Length 0x3339 (13113) bytes
ACPI: SSDT 0x0000000000000000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss4.dsl - 96967 bytes
File appears to be binary: found 3136 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss5.bin, Length 0x2357 (9047) bytes
ACPI: SSDT 0x0000000000000000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss5.dsl - 95483 bytes
File appears to be binary: found 1573 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss6.bin, Length 0x2A83 (10883) bytes
ACPI: SSDT 0x0000000000000000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss6.dsl - 31080 bytes
File appears to be binary: found 936 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss7.bin, Length 0xC1F (3103) bytes
ACPI: SSDT 0x0000000000000000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss7.dsl - 23987 bytes
File appears to be binary: found 1988 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss8.bin, Length 0x1E67 (7783) bytes
ACPI: SSDT 0x0000000000000000 001E67 (v02 INTEL xh_rps14 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss8.dsl - 47734 bytes
File appears to be binary: found 2496 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss9.bin, Length 0x3AEA (15082) bytes
ACPI: SSDT 0x0000000000000000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss9.dsl - 53781 bytes
File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Firmware Error (ACPI): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._PRR], AE_ALREADY_EXISTS (20230628/dswload-495)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-372)
Could not parse ACPI tables, AE_ALREADY_EXISTS

If I remove the s8.bin and try to decompile it gives me almost the same output with 1 more external control methods.

iasl -e ss*.bin -d dsdt.bin (command)

iasl -e ss*.bin -d dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
External object resolution file ss9.bin
Input file ss9.bin, Length 0x3AEA (15082) bytes
ACPI: SSDT 0x0000000000000000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss7.bin
Input file ss7.bin, Length 0xC1F (3103) bytes
ACPI: SSDT 0x0000000000000000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss6.bin
Input file ss6.bin, Length 0x2A83 (10883) bytes
ACPI: SSDT 0x0000000000000000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss5.bin
Input file ss5.bin, Length 0x2357 (9047) bytes
ACPI: SSDT 0x0000000000000000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss4.bin
Input file ss4.bin, Length 0x3339 (13113) bytes
ACPI: SSDT 0x0000000000000000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss3.bin
Input file ss3.bin, Length 0x2AA1 (10913) bytes
ACPI: SSDT 0x0000000000000000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss2.bin
Input file ss2.bin, Length 0x5D34 (23860) bytes
ACPI: SSDT 0x0000000000000000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss12.bin
Input file ss12.bin, Length 0x1F1A (7962) bytes
ACPI: SSDT 0x0000000000000000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss11.bin
Input file ss11.bin, Length 0x144 (324) bytes
ACPI: SSDT 0x0000000000000000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss10.bin
Input file ss10.bin, Length 0x39DA (14810) bytes
ACPI: SSDT 0x0000000000000000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file ss1.bin
Input file ss1.bin, Length 0x38C (908) bytes
ACPI: SSDT 0x0000000000000000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed

Found 1 external control methods, reparsing with new information
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: dsdt.dsl - 3938297 bytes

iASL Warning: There were 229 external control methods found during
disassembly, but only 485 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.

In addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml

If I try with a different command "iasl -dl ss*.bin dsdt.bin" it adds 200kbyte more of data on the output but it still gives me the same external control methods error and the recompile error

iasl -dl ss*.bin dsdt.bin (command)
iasl -dl ss*.bin dsdt.bin

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

File appears to be binary: found 490 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss1.bin, Length 0x38C (908) bytes
ACPI: SSDT 0x0000000000000000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss1.dsl - 10546 bytes
File appears to be binary: found 3114 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss10.bin, Length 0x39DA (14810) bytes
ACPI: SSDT 0x0000000000000000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss10.dsl - 54110 bytes
File appears to be binary: found 69 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss11.bin, Length 0x144 (324) bytes
ACPI: SSDT 0x0000000000000000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss11.dsl - 2603 bytes
File appears to be binary: found 847 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss12.bin, Length 0x1F1A (7962) bytes
ACPI: SSDT 0x0000000000000000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss12.dsl - 39447 bytes
File appears to be binary: found 5060 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss2.bin, Length 0x5D34 (23860) bytes
ACPI: SSDT 0x0000000000000000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss2.dsl - 127862 bytes
File appears to be binary: found 3515 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss3.bin, Length 0x2AA1 (10913) bytes
ACPI: SSDT 0x0000000000000000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss3.dsl - 81455 bytes
File appears to be binary: found 4401 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss4.bin, Length 0x3339 (13113) bytes
ACPI: SSDT 0x0000000000000000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss4.dsl - 96967 bytes
File appears to be binary: found 3136 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss5.bin, Length 0x2357 (9047) bytes
ACPI: SSDT 0x0000000000000000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss5.dsl - 95483 bytes
File appears to be binary: found 1573 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss6.bin, Length 0x2A83 (10883) bytes
ACPI: SSDT 0x0000000000000000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss6.dsl - 31080 bytes
File appears to be binary: found 936 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss7.bin, Length 0xC1F (3103) bytes
ACPI: SSDT 0x0000000000000000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss7.dsl - 23987 bytes
File appears to be binary: found 2496 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file ss9.bin, Length 0x3AEA (15082) bytes
ACPI: SSDT 0x0000000000000000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: ss9.dsl - 53781 bytes
File appears to be binary: found 186557 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.bin, Length 0x81A3E (531006) bytes
ACPI: DSDT 0x0000000000000000 081A3E (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed

Found 1 external control methods, reparsing with new information
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output: dsdt.dsl - 4142688 bytes

iASL Warning: There were 229 external control methods found during
disassembly, but only 485 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.

To specify the tables needed to resolve external control method
references, the -e option can be used to specify the filenames.
Example iASL invocations:
iasl -e ssdt1.aml ssdt2.aml ssdt3.aml -d dsdt.aml
iasl -e dsdt.aml ssdt2.aml -d ssdt1.aml
iasl -e ssdt*.aml -d dsdt.aml

In addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml

I'm blocked right now, stuck. I'm looking to have a correct decompiled DSDT.dsl version recompilable and editable.
Any help? Files attached
out of interest, why do you need your DSDT for?
 
out of interest, why do you need your DSDT for?
Research purposes, playing with memory allocations mostly.
On z490 and below the dsdt decompile/recompile worked perfectly.
I'm pretty much blocked right now... Don't know where to look...

Edit : something that I forgot to add
If I try to recompile the DSDT.dsl from the output command "iasl -dl DSDT.bin SS*.bin" it gives me this error.
Maybe it's easier than expected.

dsdt.dsl 109486: Case (Zero)
Error 6126 - ^ syntax error, unexpected PARSEOP_CASE

dsdt.dsl 109487: {
Error 6126 - ^ syntax error, unexpected '{'

dsdt.dsl 109494: Case (0x10)
Error 6126 - ^ syntax error, unexpected PARSEOP_CASE

dsdt.dsl 109495: {
Error 6126 - ^ syntax error, unexpected '{'

dsdt.dsl 109510: Else
Error 6126 - ^ syntax error, unexpected PARSEOP_ELSE

dsdt.dsl 109514:
Error 6126 - syntax error, unexpected '}', expecting $end and premature End-Of-File

Input file: dsdt.dsl - Compilation aborted due to parser-detected syntax error(s)

Compilation failed. 7 Errors, 188 Warnings, 1386 Remarks
No AML files were generated due to syntax error(s)

If going to remove manually the "faulty" code it let me recompile but it's losing way more data from the stock .aml file (4kbyte+, from 519 to 515)
Probably corrupting the code

{
Case (0x10)
{
Store ("NBCI-Func 0x10", Debug)
CreateWordField (Arg3, 0x02, USRG)
CreateField (Arg3, 0x0C, 0x04, OBJS)
If (LEqual (USRG, 0x4452))
{
If (LEqual (ToInteger (OBJS), Zero))
{
Store (NBSH, Debug)
Return (NBSH) /* \_SB_.PC00.PEG1.PEGP._DSM.NBSH */
}
}
}
}
 

Attachments

  • dsdt.dsl
    4 MB · Views: 5
Last edited:
Research purposes, playing with memory allocations mostly.
On z490 and below the dsdt decompile/recompile worked perfectly.
I'm pretty much blocked right now... Don't know where to look...

Edit : something that I forgot to add
If I try to recompile the DSDT.dsl from the output command "iasl -dl DSDT.bin SS*.bin" it gives me this error.
Maybe it's easier than expected.

dsdt.dsl 109486: Case (Zero)
Error 6126 - ^ syntax error, unexpected PARSEOP_CASE

dsdt.dsl 109487: {
Error 6126 - ^ syntax error, unexpected '{'

dsdt.dsl 109494: Case (0x10)
Error 6126 - ^ syntax error, unexpected PARSEOP_CASE

dsdt.dsl 109495: {
Error 6126 - ^ syntax error, unexpected '{'

dsdt.dsl 109510: Else
Error 6126 - ^ syntax error, unexpected PARSEOP_ELSE

dsdt.dsl 109514:
Error 6126 - syntax error, unexpected '}', expecting $end and premature End-Of-File

Input file: dsdt.dsl - Compilation aborted due to parser-detected syntax error(s)

Compilation failed. 7 Errors, 188 Warnings, 1386 Remarks
No AML files were generated due to syntax error(s)

If going to remove manually the "faulty" code it let me recompile but it's losing way more data from the stock .aml file (4kbyte+, from 519 to 515)
Probably corrupting the code

{
Case (0x10)
{
Store ("NBCI-Func 0x10", Debug)
CreateWordField (Arg3, 0x02, USRG)
CreateField (Arg3, 0x0C, 0x04, OBJS)
If (LEqual (USRG, 0x4452))
{
If (LEqual (ToInteger (OBJS), Zero))
{
Store (NBSH, Debug)
Return (NBSH) /* \_SB_.PC00.PEG1.PEGP._DSM.NBSH */
}
}
}
}
nowadays with opencore, DSDT.aml should not be used

most would use windows and use this tool:

as it will extract the DSDT.aml and then generate the needed patches required for their system
 
nowadays with opencore, DSDT.aml should not be used

most would use windows and use this tool:

as it will extract the DSDT.aml and then generate the needed patches required for their system
I see, probably the easiest and fastest way for hackintosh needs in newer machines.

iasl dsdt.dsl

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20230628
Copyright (c) 2000 - 2023 Intel Corporation

dsdt.dsl 94: External (_SB_.PC00.LPCB.H_EC.CFAN, FieldUnitObj)
Warning 3176 - ^ Type mismatch between external declaration and actual object declaration detected

Actual object declaration:
dsdt.dsl 9020: Name (CFAN, 0x05)

dsdt.dsl 99: External (_SB_.PC00.LPCB.H_EC.LSTE, FieldUnitObj)
Warning 3176 - ^ Type mismatch between external declaration and actual object declaration detected

Actual object declaration:
dsdt.dsl 9032: Name (LSTE, 0x06)

dsdt.dsl 101: External (_SB_.PC00.LPCB.H_EC.RPWR, FieldUnitObj)
Warning 3176 - ^ Type mismatch between external declaration and actual object declaration detected

Actual object declaration:
dsdt.dsl 9031: Name (RPWR, 0x03)

dsdt.dsl 103: External (_SB_.PC00.LPCB.H_EC.VPWR, FieldUnitObj)
Warning 3176 - ^ Type mismatch between external declaration and actual object declaration detected

Actual object declaration:
dsdt.dsl 9033: Name (VPWR, 0x30)

dsdt.dsl 1063: Method (DPPL, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 1068: Method (DPPH, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 3240: Method (WMBC, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 3240: Method (WMBC, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 3240: Method (WMBC, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg2)

dsdt.dsl 3345: Method (WMBC, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 3345: Method (WMBC, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 3345: Method (WMBC, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg2)

dsdt.dsl 6691: Device (PC00)
Warning 3073 - Multiple types ^ (Device object requires either a _HID or _ADR, but not both)

dsdt.dsl 6799: Method (LPTS, 1, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 6809: Method (LWAK, 1, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 6967: Acquire (MUT0, 0x0FFF)
Warning 3130 - ^ Result is not used, possible operator timeout will be missed

dsdt.dsl 6987: Method (UHID, 1, NotSerialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 7170: CreateByteField (CRS3, \_SB.PC00.LPCB.SIO1._Y0C._HE, IRQS) // _HE_: High-Edge
Warning 3129 - ResourceTag smaller than Field ^ (Size mismatch, Tag: 1 bit, Field: 8 bits)

dsdt.dsl 7357: CreateByteField (Arg0, 0x0B, IRQS)
Remark 2089 - Object is not referenced ^ (Name [IRQS] is within a method [DSR3])

dsdt.dsl 7456: Method (SIOW, 1, NotSerialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 7473: Device (PS2K)
Warning 3141 - Missing dependency ^ (Device has a _PRS, missing a _SRS, required)

dsdt.dsl 8625: Method (NPTS, 1, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 8644: Method (NWAK, 1, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 8670: Method (PCID, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 8732: Name (IIC0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8745: Name (IIC1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8758: Name (IIC2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8771: Name (IIC3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8784: Name (IIC4, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8797: Name (IIC5, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8810: Name (IIC6, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8823: Name (IIC7, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.IICB)

dsdt.dsl 8848: Name (VI00, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8855: Name (VI01, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8862: Name (VI02, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8869: Name (VI03, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8911: Name (VI10, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8918: Name (VI11, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8925: Name (VI12, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8932: Name (VI13, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VIIC)

dsdt.dsl 8988: Name (INTR, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.INTB)

dsdt.dsl 9139: Method (ECWT, 2, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 9214: Method (ECMD, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 9218: Method (ECNT, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 9795: Method (RRIO, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 10004: Method (RDMA, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 10004: Method (RDMA, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 10004: Method (RDMA, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg2)

dsdt.dsl 10057: Name (BUFF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.AWAC._GRT)

dsdt.dsl 10069: Name (TOUT, 0x000186A0)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.AWAC._GRT)

dsdt.dsl 10093: Method (_SRT, 1, NotSerialized) // _SRT: Set Real Time
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.AWAC._SRT)

dsdt.dsl 10103: Name (TOUT, 0x000186A0)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.AWAC._SRT)

dsdt.dsl 10602: Method (PSD3, 1, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PSD3)

dsdt.dsl 10798: Method (PSD0, 1, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PSD0)

dsdt.dsl 10994: Method (CSD3, 1, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.CSD3)

dsdt.dsl 11055: Method (CSD0, 1, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.CSD0)

dsdt.dsl 11151: Method (THDS, 1, Serialized)
Warning 3115 - ^ Not all control paths return a value (\THDS)

dsdt.dsl 11179: OperationRegion (THBA, SystemMemory, Local1, 0x40)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\THDS)

dsdt.dsl 11289: Method (S023, 2, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 11289: Method (S023, 2, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 11300: Name (BUF0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PRRE._CRS)

dsdt.dsl 11337: Name (SBR0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PRRE._CRS)

dsdt.dsl 11349: Name (SBRS, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PRRE._CRS)

dsdt.dsl 11364: Name (SBRL, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PRRE._CRS)

dsdt.dsl 11378: Name (SBRE, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PRRE._CRS)

dsdt.dsl 11406: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.IOTR._CRS)

dsdt.dsl 11408: Name (BUF0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.IOTR._CRS)

dsdt.dsl 11417: Name (BUF1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.IOTR._CRS)

dsdt.dsl 11426: Name (BUF2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.IOTR._CRS)

dsdt.dsl 11435: Name (BUF3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.IOTR._CRS)

dsdt.dsl 11593: Name (RPKG, Package (0x05)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\IPCS)

dsdt.dsl 11886: Method (GPEH, 0, NotSerialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.GLAN.GPEH)

dsdt.dsl 11978: Method (GPEH, 0, NotSerialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XHCI.GPEH)

dsdt.dsl 12013: Method (_PS0, 0, Serialized) // _PS0: Power State 0
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XHCI._PS0)

dsdt.dsl 12026: Method (_PS3, 0, Serialized) // _PS3: Power State 3
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XHCI._PS3)

dsdt.dsl 12041: If ((Arg0 == ToUUID ("7c9512a9-1705-4cb4-af7d-506a2423ab71") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 12052: Method (_PS0, 0, Serialized) // _PS0: Power State 0
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XHCI.RHUB._PS0)

dsdt.dsl 12066: Method (_PS2, 0, Serialized) // _PS2: Power State 2
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XHCI.RHUB._PS2)

dsdt.dsl 12080: Method (_PS3, 0, Serialized) // _PS3: Power State 3
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XHCI.RHUB._PS3)

dsdt.dsl 12382: If ((Arg0 == ToUUID ("732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 12388: OperationRegion (XDBW, SystemMemory, XDBA (), 0x00110000)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.XDCI._DSM.SPPS)

dsdt.dsl 12498: OperationRegion (XD22, SystemMemory, XDBA (), 0x00110000)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.XDCI._DSM)

dsdt.dsl 12515: OperationRegion (XGCT, SystemMemory, XDBA (), 0x00110000)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.XDCI._DSM)

dsdt.dsl 12549: Method (GPEH, 0, NotSerialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.XDCI.GPEH)

dsdt.dsl 12594: Method (GPEH, 0, NotSerialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.HDAS.GPEH)

dsdt.dsl 12671: If ((Arg0 == ToUUID ("a69f886e-6ceb-4594-a41f-7b5dce24c553") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 13244: If ((Arg0 == ToUUID ("2e60aefc-1ba8-467a-b8cc-5727b98cecb7") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 13356: OperationRegion (ICB1, SystemMemory, (GPCB () + Arg0), 0x88)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SOD3)

dsdt.dsl 13384: OperationRegion (ICB1, SystemMemory, Arg0, 0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CH)

dsdt.dsl 13392: Name (BUF0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CH)

dsdt.dsl 13399: Name (BUF1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CH)

dsdt.dsl 13784: OperationRegion (ICB1, SystemMemory, Arg0, 0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPIH)

dsdt.dsl 13792: Name (BUF0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPIH)

dsdt.dsl 13799: Name (BUF1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPIH)

dsdt.dsl 14141: If ((Arg0 == ToUUID ("f7af8347-a966-49fe-9022-7a9deeebdb27") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 14185: OperationRegion (UACF, SystemMemory, Arg1, 0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.URSC.UARB)

dsdt.dsl 14193: Name (BUF1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.URSC.UARB)

dsdt.dsl 14200: Name (BUF2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.URSC.UARB)

dsdt.dsl 14225: OperationRegion (UACF, SystemMemory, Arg0, 0x18)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UARH)

dsdt.dsl 14232: Name (BUF0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UARH)

dsdt.dsl 14239: Name (IBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UARH)

dsdt.dsl 14255: Method (UAPG, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 14262: OperationRegion (UACF, SystemMemory, Arg2, 0x18)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UAPG)

dsdt.dsl 14269: OperationRegion (UAB0, SystemMemory, (BAR0 & 0xFFFFFFFFFFFFF000), 0x10)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UAPG)

dsdt.dsl 14301: OperationRegion (UACF, SystemMemory, Arg1, 0x88)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UPS3)

dsdt.dsl 14314: OperationRegion (UAB0, SystemMemory, (BAR0 & 0xFFFFFFFFFFFFF000), 0x82)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UPS3)

dsdt.dsl 14331: OperationRegion (UACF, SystemMemory, Arg1, 0x88)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UPS0)

dsdt.dsl 14346: OperationRegion (UAB0, SystemMemory, (BAR0 & 0xFFFFFFFFFFFFF000), 0x82)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UPS0)

dsdt.dsl 14359: OperationRegion (UACF, SystemMemory, (Arg0 + 0x84), 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UPSC)

dsdt.dsl 15056: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.GPI0._CRS)

dsdt.dsl 15058: Name (RBFS, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GPI0._CRS)

dsdt.dsl 15458: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GPC0)

dsdt.dsl 15472: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SPC0)

dsdt.dsl 15487: OperationRegion (PDW1, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GPC1)

dsdt.dsl 15502: OperationRegion (PDW1, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SPC1)

dsdt.dsl 15516: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SRXO)

dsdt.dsl 15532: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GGIV)

dsdt.dsl 15548: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GGOV)

dsdt.dsl 15563: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SGOV)

dsdt.dsl 15578: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GGII)

dsdt.dsl 15594: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SGII)

dsdt.dsl 15610: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GPMV)

dsdt.dsl 15626: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SPMV)

dsdt.dsl 15643: OperationRegion (PREG, SystemMemory, Local3, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GHPO)

dsdt.dsl 15658: OperationRegion (PREG, SystemMemory, Local3, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SHPO)

dsdt.dsl 15680: OperationRegion (PREG, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GGPO)

dsdt.dsl 15695: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SGRA)

dsdt.dsl 15712: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.SGWP)

dsdt.dsl 15735: OperationRegion (GPPX, SystemMemory, (Local3 + (Local4 * 0x04)), 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.CAGS)

dsdt.dsl 15766: OperationRegion (GPPX, SystemMemory, Local2, 0x24)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.ISME)

dsdt.dsl 15782: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.DIPI)

dsdt.dsl 15805: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.UIPI)

dsdt.dsl 15828: OperationRegion (PDW0, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GRXE)

dsdt.dsl 15839: Method (GLOC, 2, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 15844: OperationRegion (PREG, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GLOC)

dsdt.dsl 15853: Method (GLOT, 2, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 15858: OperationRegion (PREG, SystemMemory, Local2, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.GLOT)

dsdt.dsl 16009: Method (GPEH, 0, NotSerialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.CNVW.GPEH)

dsdt.dsl 16087: Method (AOLX, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.AOLX)

dsdt.dsl 16089: Name (AODS, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.AOLX)

dsdt.dsl 16350: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP01.L23D)

dsdt.dsl 16455: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP01._DSM)

dsdt.dsl 16646: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 16661: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 16815: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP02.L23D)

dsdt.dsl 16920: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP02._DSM)

dsdt.dsl 17111: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 17126: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 17280: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP03.L23D)

dsdt.dsl 17385: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP03._DSM)

dsdt.dsl 17576: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 17591: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 17745: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP04.L23D)

dsdt.dsl 17850: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP04._DSM)

dsdt.dsl 18041: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 18056: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 18210: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP05.L23D)

dsdt.dsl 18315: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP05._DSM)

dsdt.dsl 18506: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 18521: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 18675: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP06.L23D)

dsdt.dsl 18780: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP06._DSM)

dsdt.dsl 18971: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 18986: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 19140: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP07.L23D)

dsdt.dsl 19245: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP07._DSM)

dsdt.dsl 19436: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 19451: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 19605: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP08.L23D)

dsdt.dsl 19710: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP08._DSM)

dsdt.dsl 19901: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 19916: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 20070: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP09.L23D)

dsdt.dsl 20175: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP09._DSM)

dsdt.dsl 20366: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 20381: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 20535: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP10.L23D)

dsdt.dsl 20640: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP10._DSM)

dsdt.dsl 20831: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 20846: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 21000: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP11.L23D)

dsdt.dsl 21105: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP11._DSM)

dsdt.dsl 21296: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 21311: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 21465: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP12.L23D)

dsdt.dsl 21570: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP12._DSM)

dsdt.dsl 21761: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 21776: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 21930: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP13.L23D)

dsdt.dsl 22035: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP13._DSM)

dsdt.dsl 22226: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 22241: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 22395: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP14.L23D)

dsdt.dsl 22500: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP14._DSM)

dsdt.dsl 22691: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 22706: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 22860: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP15.L23D)

dsdt.dsl 22965: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP15._DSM)

dsdt.dsl 23156: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 23171: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 23325: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP16.L23D)

dsdt.dsl 23430: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP16._DSM)

dsdt.dsl 23621: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 23636: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 23790: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP17.L23D)

dsdt.dsl 23895: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP17._DSM)

dsdt.dsl 24086: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 24101: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 24255: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP18.L23D)

dsdt.dsl 24360: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP18._DSM)

dsdt.dsl 24551: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 24566: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 24720: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP19.L23D)

dsdt.dsl 24825: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP19._DSM)

dsdt.dsl 25016: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 25031: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 25185: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP20.L23D)

dsdt.dsl 25290: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP20._DSM)

dsdt.dsl 25481: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 25496: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 25650: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP21.L23D)

dsdt.dsl 25755: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP21._DSM)

dsdt.dsl 25946: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 25961: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 26115: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP22.L23D)

dsdt.dsl 26220: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP22._DSM)

dsdt.dsl 26411: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 26426: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 26580: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP23.L23D)

dsdt.dsl 26685: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP23._DSM)

dsdt.dsl 26876: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 26891: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 27045: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP24.L23D)

dsdt.dsl 27150: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP24._DSM)

dsdt.dsl 27341: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 27356: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 27512: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP25.L23D)

dsdt.dsl 27617: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP25._DSM)

dsdt.dsl 27808: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 27823: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 27977: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP26.L23D)

dsdt.dsl 28082: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP26._DSM)

dsdt.dsl 28273: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 28288: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 28442: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP27.L23D)

dsdt.dsl 28547: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP27._DSM)

dsdt.dsl 28738: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 28753: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 28907: Method (L23D, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.RP28.L23D)

dsdt.dsl 29012: Name (OPTS, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.RP28._DSM)

dsdt.dsl 29203: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 29218: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 29453: Name (PRPI, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\MCUI)

dsdt.dsl 29475: Name (CLKU, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\SPCO)

dsdt.dsl 29527: Name (HPRI, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\HBCM)

dsdt.dsl 29745: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 29918: Name (TINR, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.TINT)

dsdt.dsl 29953: If ((Arg0 == ToUUID ("6e2ac436-0fcf-41af-a265-b32a220dcfab") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 29992: Name (BUF4, Buffer (One){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.THC0._DSM)

dsdt.dsl 29999: Name (BUF5, Buffer (One){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.THC0._DSM)

dsdt.dsl 30024: If ((Arg0 == ToUUID ("300d35b7-ac20-413e-8e9c-92e4dafd0afe") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 30059: If ((Arg0 == ToUUID ("84005682-5b71-41a4-8d66-8130f787a138") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 30128: Sleep (T0E0)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 30157: If ((Arg0 == ToUUID ("6e2ac436-0fcf-41af-a265-b32a220dcfab") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 30196: Name (BUF4, Buffer (One){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.THC1._DSM)

dsdt.dsl 30203: Name (BUF5, Buffer (One){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.THC1._DSM)

dsdt.dsl 30228: If ((Arg0 == ToUUID ("300d35b7-ac20-413e-8e9c-92e4dafd0afe") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 30263: If ((Arg0 == ToUUID ("84005682-5b71-41a4-8d66-8130f787a138") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 30332: Sleep (T0E1)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 30349: OperationRegion (PCR0, SystemMemory, Local0, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\PCRR)

dsdt.dsl 30364: OperationRegion (PCR0, SystemMemory, Local0, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\PCRW)

dsdt.dsl 30478: OperationRegion (RMTB, SystemMemory, ((MTBH << 0x20) + (MTBL & 0xFFF00000)), 0x0100)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.PTHT.THEN)

dsdt.dsl 30798: Name (RPWM, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RWAK)

dsdt.dsl 30950: Method (SPL1, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\SPL1)

dsdt.dsl 30952: Name (PPUU, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\SPL1)

dsdt.dsl 30988: Method (GUAM, 1, Serialized)
Warning 3115 - ^ Not all control paths return a value (\GUAM)

dsdt.dsl 31489: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._CRS)

dsdt.dsl 31535: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 31570: Name (PKG1, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._DSM)

dsdt.dsl 31648: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._DSM)

dsdt.dsl 31706: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._DSM)

dsdt.dsl 31719: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._DSM)

dsdt.dsl 31732: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._DSM)

dsdt.dsl 31746: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA01._DSM)

dsdt.dsl 31806: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._CRS)

dsdt.dsl 31852: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 31887: Name (PKG1, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._DSM)

dsdt.dsl 31965: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._DSM)

dsdt.dsl 32023: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._DSM)

dsdt.dsl 32036: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._DSM)

dsdt.dsl 32049: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._DSM)

dsdt.dsl 32063: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA02._DSM)

dsdt.dsl 32123: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._CRS)

dsdt.dsl 32169: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 32204: Name (PKG1, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._DSM)

dsdt.dsl 32282: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._DSM)

dsdt.dsl 32340: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._DSM)

dsdt.dsl 32353: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._DSM)

dsdt.dsl 32366: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._DSM)

dsdt.dsl 32380: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA03._DSM)

dsdt.dsl 32440: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._CRS)

dsdt.dsl 32486: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 32521: Name (PKG1, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._DSM)

dsdt.dsl 32599: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._DSM)

dsdt.dsl 32657: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._DSM)

dsdt.dsl 32670: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._DSM)

dsdt.dsl 32683: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._DSM)

dsdt.dsl 32697: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA04._DSM)

dsdt.dsl 32757: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._CRS)

dsdt.dsl 32803: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 32838: Name (PKG1, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._DSM)

dsdt.dsl 32916: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._DSM)

dsdt.dsl 32974: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._DSM)

dsdt.dsl 32987: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._DSM)

dsdt.dsl 33000: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._DSM)

dsdt.dsl 33014: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA05._DSM)

dsdt.dsl 33074: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._CRS)

dsdt.dsl 33120: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 33155: Name (PKG1, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._DSM)

dsdt.dsl 33233: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._DSM)

dsdt.dsl 33291: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._DSM)

dsdt.dsl 33304: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._DSM)

dsdt.dsl 33317: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._DSM)

dsdt.dsl 33331: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA06._DSM)

dsdt.dsl 33391: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._CRS)

dsdt.dsl 33437: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 33472: Name (PKG1, Package (0x05)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._DSM)

dsdt.dsl 33590: Name (PKG2, Package (0x05)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._DSM)

dsdt.dsl 33688: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._DSM)

dsdt.dsl 33701: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._DSM)

dsdt.dsl 33714: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._DSM)

dsdt.dsl 33728: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PA07._DSM)

dsdt.dsl 33773: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._CRS)

dsdt.dsl 33804: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 33832: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33870: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33908: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33916: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33931: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33940: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33948: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM01._DSM)

dsdt.dsl 33996: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._CRS)

dsdt.dsl 34027: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 34055: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34093: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34131: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34139: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34154: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34163: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34171: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM02._DSM)

dsdt.dsl 34219: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._CRS)

dsdt.dsl 34250: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 34278: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34316: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34354: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34362: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34377: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34386: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34394: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM03._DSM)

dsdt.dsl 34442: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._CRS)

dsdt.dsl 34473: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 34501: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34539: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34577: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34585: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34600: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34609: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34617: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM04._DSM)

dsdt.dsl 34665: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._CRS)

dsdt.dsl 34696: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 34724: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34762: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34800: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34808: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34823: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34832: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34840: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM05._DSM)

dsdt.dsl 34888: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._CRS)

dsdt.dsl 34919: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 34947: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 34985: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 35023: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 35031: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 35046: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 35055: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 35063: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C0.PM06._DSM)

dsdt.dsl 35114: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._CRS)

dsdt.dsl 35145: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 35180: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._DSM)

dsdt.dsl 35231: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._DSM)

dsdt.dsl 35274: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._DSM)

dsdt.dsl 35287: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._DSM)

dsdt.dsl 35300: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._DSM)

dsdt.dsl 35314: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA01._DSM)

dsdt.dsl 35359: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._CRS)

dsdt.dsl 35390: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 35425: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._DSM)

dsdt.dsl 35476: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._DSM)

dsdt.dsl 35519: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._DSM)

dsdt.dsl 35532: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._DSM)

dsdt.dsl 35545: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._DSM)

dsdt.dsl 35559: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA02._DSM)

dsdt.dsl 35604: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._CRS)

dsdt.dsl 35635: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 35670: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._DSM)

dsdt.dsl 35721: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._DSM)

dsdt.dsl 35764: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._DSM)

dsdt.dsl 35777: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._DSM)

dsdt.dsl 35790: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._DSM)

dsdt.dsl 35804: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA03._DSM)

dsdt.dsl 35849: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._CRS)

dsdt.dsl 35880: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 35915: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._DSM)

dsdt.dsl 35966: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._DSM)

dsdt.dsl 36009: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._DSM)

dsdt.dsl 36022: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._DSM)

dsdt.dsl 36035: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._DSM)

dsdt.dsl 36049: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C3.PA04._DSM)

dsdt.dsl 36097: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._CRS)

dsdt.dsl 36128: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 36163: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._DSM)

dsdt.dsl 36214: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._DSM)

dsdt.dsl 36257: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._DSM)

dsdt.dsl 36270: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._DSM)

dsdt.dsl 36283: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._DSM)

dsdt.dsl 36297: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA01._DSM)

dsdt.dsl 36342: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._CRS)

dsdt.dsl 36373: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 36408: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._DSM)

dsdt.dsl 36459: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._DSM)

dsdt.dsl 36502: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._DSM)

dsdt.dsl 36515: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._DSM)

dsdt.dsl 36528: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._DSM)

dsdt.dsl 36542: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA02._DSM)

dsdt.dsl 36587: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._CRS)

dsdt.dsl 36618: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 36653: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._DSM)

dsdt.dsl 36704: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._DSM)

dsdt.dsl 36747: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._DSM)

dsdt.dsl 36760: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._DSM)

dsdt.dsl 36773: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._DSM)

dsdt.dsl 36787: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA03._DSM)

dsdt.dsl 36832: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._CRS)

dsdt.dsl 36863: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 36898: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._DSM)

dsdt.dsl 36949: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._DSM)

dsdt.dsl 36992: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._DSM)

dsdt.dsl 37005: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._DSM)

dsdt.dsl 37018: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._DSM)

dsdt.dsl 37032: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA04._DSM)

dsdt.dsl 37077: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._CRS)

dsdt.dsl 37108: If ((Arg0 != ToUUID ("033771e0-1705-47b4-9535-d1bbe14d9a09") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 37143: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._DSM)

dsdt.dsl 37194: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._DSM)

dsdt.dsl 37237: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._DSM)

dsdt.dsl 37250: Name (BUF4, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._DSM)

dsdt.dsl 37263: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._DSM)

dsdt.dsl 37277: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PA05._DSM)

dsdt.dsl 37322: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._CRS)

dsdt.dsl 37353: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 37381: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37419: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37457: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37465: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37480: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37489: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37497: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM01._DSM)

dsdt.dsl 37545: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._CRS)

dsdt.dsl 37576: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 37604: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37642: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37680: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37688: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37703: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37712: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37720: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM02._DSM)

dsdt.dsl 37768: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._CRS)

dsdt.dsl 37799: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 37827: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37865: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37903: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37911: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37926: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37935: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37943: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM03._DSM)

dsdt.dsl 37991: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._CRS)

dsdt.dsl 38022: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 38050: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38088: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38126: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38134: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38149: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38158: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38166: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM04._DSM)

dsdt.dsl 38214: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._CRS)

dsdt.dsl 38245: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 38273: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38311: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38349: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38357: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38372: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38381: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38389: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM05._DSM)

dsdt.dsl 38437: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._CRS)

dsdt.dsl 38468: If ((Arg0 != ToUUID ("721f1534-5d27-4b60-9df4-41a3c4b7da3a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 38496: Name (PKG1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 38534: Name (PKG2, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 38572: Name (BUF3, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 38580: Name (BUF4, Package (0x08)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 38595: Name (BUF5, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 38604: Name (BUF6, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 38612: Name (BUF7, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C5.PM06._DSM)

dsdt.dsl 39089: CreateDWordField (WRBF, 0x04, REBX)
Remark 2089 - Object is not referenced ^ (Name [REBX] is within a method [OCEN])

dsdt.dsl 39149: CreateByteField (SLBF, One, BYT1)
Remark 2089 - Object is not referenced ^ (Name [BYT1] is within a method [_OST])

dsdt.dsl 39150: CreateByteField (SLBF, 0x02, BYT2)
Remark 2089 - Object is not referenced ^ (Name [BYT2] is within a method [_OST])

dsdt.dsl 39151: CreateByteField (SLBF, 0x03, BYT3)
Remark 2089 - Object is not referenced ^ (Name [BYT3] is within a method [_OST])

dsdt.dsl 39313: OperationRegion (PXCS, SystemMemory, \_SB.PC00.PC2M (Arg0), 0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\GMIO)

dsdt.dsl 40251: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 40255: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 40260: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 40262: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 40274: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 40276: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 40416: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 40500: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 40508: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 40508: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 40584: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 40609: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 41567: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 41571: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 41576: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 41578: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 41590: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 41592: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 41732: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 41816: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 41824: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 41824: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 41900: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 41925: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 42884: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 42888: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 42893: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 42895: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 42907: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 42909: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 43049: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 43133: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 43141: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 43141: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 43217: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 43242: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 44201: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 44205: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 44210: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 44212: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 44224: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 44226: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 44366: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 44450: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 44458: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 44458: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 44534: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 44559: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 45516: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 45520: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 45525: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 45527: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 45539: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 45541: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 45681: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 45765: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 45773: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 45773: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 45849: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 45874: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 46832: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 46836: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 46841: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 46843: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 46855: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 46857: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 46997: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 47081: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 47089: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 47089: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 47165: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 47190: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 48149: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 48153: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 48158: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 48160: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 48172: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 48174: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 48314: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 48398: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 48406: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 48406: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 48482: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 48507: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 49466: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 49470: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 49475: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 49477: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 49489: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 49491: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 49631: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 49715: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 49723: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 49723: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 49799: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 49824: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 50781: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 50785: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 50790: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 50792: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 50804: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 50806: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 50946: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 51030: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 51038: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 51038: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 51114: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 51139: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 52097: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 52101: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 52106: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 52108: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 52120: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 52122: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 52262: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 52346: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 52354: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 52354: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 52430: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 52455: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 53414: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 53418: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 53423: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 53425: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 53437: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 53439: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 53579: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 53663: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 53671: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 53671: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 53747: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 53772: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 54731: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 54735: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 54740: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 54742: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 54754: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 54756: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 54896: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 54980: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 54988: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 54988: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 55064: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 55089: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 56048: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 56052: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 56057: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 56059: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 56071: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 56073: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 56213: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 56297: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 56305: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 56305: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 56381: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 56406: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 57365: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 57369: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 57374: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 57376: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 57388: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 57390: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 57530: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 57614: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 57622: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 57622: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 57698: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 57723: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 58682: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 58686: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 58691: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 58693: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 58705: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 58707: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 58847: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 58931: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 58939: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 58939: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 59015: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 59040: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 59999: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 60003: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 60008: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 60010: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 60022: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 60024: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 60164: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 60248: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 60256: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 60256: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 60332: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 60357: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 61316: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 61320: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 61325: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 61327: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 61339: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 61341: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 61481: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 61565: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 61573: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 61573: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 61649: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 61674: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 62633: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 62637: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 62642: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 62644: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 62656: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 62658: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 62798: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 62882: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 62890: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 62890: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 62966: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 62991: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 63950: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 63954: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 63959: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 63961: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 63973: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 63975: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 64115: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 64199: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 64207: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 64207: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 64283: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 64308: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 65267: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 65271: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 65276: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 65278: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 65290: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 65292: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 65432: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 65516: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 65524: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 65524: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 65600: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 65625: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 66584: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 66588: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 66593: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 66595: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 66607: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 66609: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 66749: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 66833: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 66841: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 66841: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 66917: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 66942: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 67901: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 67905: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 67910: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 67912: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 67924: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 67926: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 68066: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 68150: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 68158: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 68158: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 68234: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 68259: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 69218: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 69222: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 69227: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 69229: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 69241: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 69243: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 69383: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 69467: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 69475: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 69475: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 69551: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 69576: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 70535: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 70539: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 70544: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 70546: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 70558: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 70560: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 70700: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 70784: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 70792: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 70792: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 70868: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 70893: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 71854: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 71858: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 71863: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 71865: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 71877: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 71879: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 72019: Method (IFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 72103: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 72111: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 72111: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg3)

dsdt.dsl 72187: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 72212: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 73171: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 73175: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 73180: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 73182: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 73194: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 73196: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 73336: Method (IFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 73420: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 73428: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 73428: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg3)

dsdt.dsl 73504: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 73529: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 74488: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 74492: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 74497: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 74499: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 74511: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 74513: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 74653: Method (IFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 74737: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 74745: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 74745: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg3)

dsdt.dsl 74821: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 74846: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 75805: Sleep (TR2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 75809: Sleep (TBTG)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 75814: Sleep (TB2F)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 75816: Sleep (TFDI)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 75828: Sleep (TN2B)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 75830: Sleep (TB2R)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 75970: Method (IFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 76054: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 76062: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 76062: Method (EFUN, 4, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg3)

dsdt.dsl 76138: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 76163: If ((Arg0 == ToUUID ("bad01b75-22a8-4f48-8792-bdde9467747d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 76217: Method (WMDE, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 76217: Method (WMDE, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg2)

dsdt.dsl 76415: Method (WMTE, 3, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 81202: Method (SPDE, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PEPD.SPDE)

dsdt.dsl 81250: Name (BCCD, Package (0x00){})
Remark 2095 - ^ Effective AML package length is zero

dsdt.dsl 81313: If ((Arg0 == ToUUID ("c4eb40a0-6cd2-11e2-bcfd-0800200c9a66") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 81327: Return (Package (0x00){})
Remark 2095 - Effective AML package length is zero ^

dsdt.dsl 81826: If ((Arg0 == ToUUID ("57a6512e-3979-4e9d-9708-ff13b2508972") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 82742: Method (IFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 82826: If ((Arg0 == ToUUID ("7266172c-220b-4b29-814f-75e4dd26b5fd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 82834: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 82834: Method (EFUN, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 82910: If ((Arg0 == ToUUID ("f21202bf-8f78-4dc6-a5b3-1f738e285ade") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 83008: If ((Arg0 == ToUUID ("aa10f4e0-81ac-4233-abf6-3b2ac50e28d9") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 83035: ElseIf ((Arg0 == ToUUID ("2d19d3e1-5708-4696-bd5b-2c3dbae2d6a9") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 83088: Sleep (RDLY)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 83090: Sleep (RDLY)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 83241: If ((Arg0 == ToUUID ("aa10f4e0-81ac-4233-abf6-3b2ac50e28d9") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 83268: ElseIf ((Arg0 == ToUUID ("2d19d3e1-5708-4696-bd5b-2c3dbae2d6a9") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 83321: Sleep (RDLY)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 83323: Sleep (RDLY)
Remark 2159 - ^ Very long Sleep, greater than 1 second

dsdt.dsl 83420: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.UA00.BTH0._CRS)

dsdt.dsl 83422: Name (SBFG, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.UA00.BTH0._CRS)

dsdt.dsl 83446: Name (SBFI, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.UA00.BTH0._CRS)

dsdt.dsl 83568: Name (GPIR, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.PINR)

dsdt.dsl 83584: Name (GPOR, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VPIN)

dsdt.dsl 83593: Name (GPR1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VPIN)

dsdt.dsl 83602: Name (GPR2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VPIN)

dsdt.dsl 83611: Name (GPR3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VPIN)

dsdt.dsl 83680: Name (BUF, Buffer (0x09){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.GRID)

dsdt.dsl 84670: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.DSC0.CLDB)

dsdt.dsl 84672: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.DSC0.CLDB)

dsdt.dsl 84696: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 84749: If ((Arg0 == ToUUID ("82c0d13a-78c5-4244-9bb1-eb8b539a8d11") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 84853: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.DSC1.CLDB)

dsdt.dsl 84855: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.DSC1.CLDB)

dsdt.dsl 84879: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 84927: If ((Arg0 == ToUUID ("82c0d13a-78c5-4244-9bb1-eb8b539a8d11") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85031: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.DSC2.CLDB)

dsdt.dsl 85033: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.DSC2.CLDB)

dsdt.dsl 85057: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85105: If ((Arg0 == ToUUID ("82c0d13a-78c5-4244-9bb1-eb8b539a8d11") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85209: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.DSC3.CLDB)

dsdt.dsl 85211: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.DSC3.CLDB)

dsdt.dsl 85235: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85283: If ((Arg0 == ToUUID ("82c0d13a-78c5-4244-9bb1-eb8b539a8d11") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85387: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.DSC4.CLDB)

dsdt.dsl 85389: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.DSC4.CLDB)

dsdt.dsl 85413: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85461: If ((Arg0 == ToUUID ("82c0d13a-78c5-4244-9bb1-eb8b539a8d11") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85565: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.DSC5.CLDB)

dsdt.dsl 85567: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.DSC5.CLDB)

dsdt.dsl 85591: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85639: If ((Arg0 == ToUUID ("82c0d13a-78c5-4244-9bb1-eb8b539a8d11") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85727: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP0.CLDB)

dsdt.dsl 85729: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP0.CLDB)

dsdt.dsl 85752: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP0._PLD)

dsdt.dsl 85766: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP0._DSM)

dsdt.dsl 85768: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85799: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85821: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP0._DSM)

dsdt.dsl 85887: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP1.CLDB)

dsdt.dsl 85889: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP1.CLDB)

dsdt.dsl 85912: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP1._PLD)

dsdt.dsl 85926: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP1._DSM)

dsdt.dsl 85928: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85959: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 85981: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP1._DSM)

dsdt.dsl 86047: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP2.CLDB)

dsdt.dsl 86049: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP2.CLDB)

dsdt.dsl 86072: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP2._PLD)

dsdt.dsl 86086: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP2._DSM)

dsdt.dsl 86088: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86119: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86141: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP2._DSM)

dsdt.dsl 86207: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP3.CLDB)

dsdt.dsl 86209: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP3.CLDB)

dsdt.dsl 86232: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP3._PLD)

dsdt.dsl 86246: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP3._DSM)

dsdt.dsl 86248: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86279: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86301: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP3._DSM)

dsdt.dsl 86367: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP4.CLDB)

dsdt.dsl 86369: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP4.CLDB)

dsdt.dsl 86392: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP4._PLD)

dsdt.dsl 86406: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP4._DSM)

dsdt.dsl 86408: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86439: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86461: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP4._DSM)

dsdt.dsl 86527: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP5.CLDB)

dsdt.dsl 86529: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP5.CLDB)

dsdt.dsl 86552: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP5._PLD)

dsdt.dsl 86566: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.CLP5._DSM)

dsdt.dsl 86568: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86599: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86621: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.CLP5._DSM)

dsdt.dsl 86672: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK0._DDN)

dsdt.dsl 86674: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK0._DDN)

dsdt.dsl 86696: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK0._PLD)

dsdt.dsl 86806: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK0.SSDB)

dsdt.dsl 86808: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK0.SSDB)

dsdt.dsl 86844: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK0._DSM)

dsdt.dsl 86846: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86868: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK0._DSM)

dsdt.dsl 86889: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 86911: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK0._DSM)

dsdt.dsl 86947: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87175: Return (Package (0x00){})
Remark 2095 - Effective AML package length is zero ^

dsdt.dsl 87202: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK1._DDN)

dsdt.dsl 87204: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK1._DDN)

dsdt.dsl 87226: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK1._PLD)

dsdt.dsl 87341: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK1.SSDB)

dsdt.dsl 87343: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK1.SSDB)

dsdt.dsl 87379: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK1._DSM)

dsdt.dsl 87381: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87403: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK1._DSM)

dsdt.dsl 87424: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87446: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK1._DSM)

dsdt.dsl 87482: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87642: If ((Arg0 == ToUUID ("02f55f0c-2e63-4f05-84f3-bf1980f9af79") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87700: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK2._DDN)

dsdt.dsl 87702: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK2._DDN)

dsdt.dsl 87724: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK2._PLD)

dsdt.dsl 87834: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK2.SSDB)

dsdt.dsl 87836: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK2.SSDB)

dsdt.dsl 87872: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK2._DSM)

dsdt.dsl 87874: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87896: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK2._DSM)

dsdt.dsl 87917: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 87939: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK2._DSM)

dsdt.dsl 87975: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 88177: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK3._DDN)

dsdt.dsl 88179: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK3._DDN)

dsdt.dsl 88201: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK3._PLD)

dsdt.dsl 88311: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK3.SSDB)

dsdt.dsl 88313: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK3.SSDB)

dsdt.dsl 88349: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK3._DSM)

dsdt.dsl 88351: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 88373: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK3._DSM)

dsdt.dsl 88394: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 88416: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK3._DSM)

dsdt.dsl 88452: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 88654: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK4._DDN)

dsdt.dsl 88656: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK4._DDN)

dsdt.dsl 88678: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK4._PLD)

dsdt.dsl 88788: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK4.SSDB)

dsdt.dsl 88790: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK4.SSDB)

dsdt.dsl 88826: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK4._DSM)

dsdt.dsl 88828: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 88850: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK4._DSM)

dsdt.dsl 88871: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 88893: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK4._DSM)

dsdt.dsl 88929: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89131: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK5._DDN)

dsdt.dsl 89133: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK5._DDN)

dsdt.dsl 89155: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK5._PLD)

dsdt.dsl 89265: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK5.SSDB)

dsdt.dsl 89267: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK5.SSDB)

dsdt.dsl 89303: Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LNK5._DSM)

dsdt.dsl 89305: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89327: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK5._DSM)

dsdt.dsl 89348: If ((Arg0 == ToUUID ("5815c5c8-c47d-477b-9a8d-76173176414b") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89370: Name (DSMB, Buffer (0x34){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LNK5._DSM)

dsdt.dsl 89406: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89608: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.FLM0._DDN)

dsdt.dsl 89610: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM0._DDN)

dsdt.dsl 89632: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM0._PLD)

dsdt.dsl 89659: If ((Arg0 == ToUUID ("377ba76a-f390-4aff-ab38-9b1bf33a3015") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89664: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89669: If ((Arg0 == ToUUID ("7dcd9f7b-9080-4f5b-a26c-3470be2caa7a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89674: If ((Arg0 == ToUUID ("2959512a-028c-4646-b73d-4d1b5672fad8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89679: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89692: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89705: If ((Arg0 == ToUUID ("5e9e0075-a7a0-4067-a823-b939f75cd2ca") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89710: If ((Arg0 == ToUUID ("6665d1ce-20a3-40d0-99a1-e488db5af908") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89786: Return (Package (0x00){})
Remark 2095 - Effective AML package length is zero ^

dsdt.dsl 89808: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.FLM1._DDN)

dsdt.dsl 89810: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM1._DDN)

dsdt.dsl 89832: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM1._PLD)

dsdt.dsl 89875: If ((Arg0 == ToUUID ("377ba76a-f390-4aff-ab38-9b1bf33a3015") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89880: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89885: If ((Arg0 == ToUUID ("7dcd9f7b-9080-4f5b-a26c-3470be2caa7a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89890: If ((Arg0 == ToUUID ("2959512a-028c-4646-b73d-4d1b5672fad8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89895: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89908: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89921: If ((Arg0 == ToUUID ("5e9e0075-a7a0-4067-a823-b939f75cd2ca") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89926: If ((Arg0 == ToUUID ("6665d1ce-20a3-40d0-99a1-e488db5af908") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 89984: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.FLM2._DDN)

dsdt.dsl 89986: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM2._DDN)

dsdt.dsl 90008: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM2._PLD)

dsdt.dsl 90035: If ((Arg0 == ToUUID ("377ba76a-f390-4aff-ab38-9b1bf33a3015") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90040: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90045: If ((Arg0 == ToUUID ("7dcd9f7b-9080-4f5b-a26c-3470be2caa7a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90050: If ((Arg0 == ToUUID ("2959512a-028c-4646-b73d-4d1b5672fad8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90055: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90068: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90081: If ((Arg0 == ToUUID ("5e9e0075-a7a0-4067-a823-b939f75cd2ca") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90086: If ((Arg0 == ToUUID ("6665d1ce-20a3-40d0-99a1-e488db5af908") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90144: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.FLM3._DDN)

dsdt.dsl 90146: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM3._DDN)

dsdt.dsl 90168: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM3._PLD)

dsdt.dsl 90195: If ((Arg0 == ToUUID ("377ba76a-f390-4aff-ab38-9b1bf33a3015") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90200: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90205: If ((Arg0 == ToUUID ("7dcd9f7b-9080-4f5b-a26c-3470be2caa7a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90210: If ((Arg0 == ToUUID ("2959512a-028c-4646-b73d-4d1b5672fad8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90215: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90228: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90241: If ((Arg0 == ToUUID ("5e9e0075-a7a0-4067-a823-b939f75cd2ca") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90246: If ((Arg0 == ToUUID ("6665d1ce-20a3-40d0-99a1-e488db5af908") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90304: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.FLM4._DDN)

dsdt.dsl 90306: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM4._DDN)

dsdt.dsl 90328: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM4._PLD)

dsdt.dsl 90355: If ((Arg0 == ToUUID ("377ba76a-f390-4aff-ab38-9b1bf33a3015") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90360: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90365: If ((Arg0 == ToUUID ("7dcd9f7b-9080-4f5b-a26c-3470be2caa7a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90370: If ((Arg0 == ToUUID ("2959512a-028c-4646-b73d-4d1b5672fad8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90375: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90388: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90401: If ((Arg0 == ToUUID ("5e9e0075-a7a0-4067-a823-b939f75cd2ca") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90406: If ((Arg0 == ToUUID ("6665d1ce-20a3-40d0-99a1-e488db5af908") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90464: Method (_DDN, 0, NotSerialized) // _DDN: DOS Device Name
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.FLM5._DDN)

dsdt.dsl 90466: Name (BUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM5._DDN)

dsdt.dsl 90488: Name (PLDB, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.FLM5._PLD)

dsdt.dsl 90515: If ((Arg0 == ToUUID ("377ba76a-f390-4aff-ab38-9b1bf33a3015") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90520: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90525: If ((Arg0 == ToUUID ("7dcd9f7b-9080-4f5b-a26c-3470be2caa7a") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90530: If ((Arg0 == ToUUID ("2959512a-028c-4646-b73d-4d1b5672fad8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90535: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90548: If ((Arg0 == ToUUID ("79234640-9e10-4fea-a5c1-b5aa8b19756f") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90561: If ((Arg0 == ToUUID ("5e9e0075-a7a0-4067-a823-b939f75cd2ca") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90566: If ((Arg0 == ToUUID ("6665d1ce-20a3-40d0-99a1-e488db5af908") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90633: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C2.CAM0._CRS)

dsdt.dsl 90635: Name (SBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C2.CAM0._CRS)

dsdt.dsl 90677: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C2.CAM0.SSDB)

dsdt.dsl 90679: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C2.CAM0.SSDB)

dsdt.dsl 90701: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90706: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90795: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C4.CAM1._CRS)

dsdt.dsl 90797: Name (SBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C4.CAM1._CRS)

dsdt.dsl 90819: Method (SSDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C4.CAM1.SSDB)

dsdt.dsl 90821: Name (PAR, Buffer (0x6C)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C4.CAM1.SSDB)

dsdt.dsl 90843: If ((Arg0 == ToUUID ("822ace8f-2814-4174-a56b-5f029fe079ee") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90848: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90908: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C2.PMIC._CRS)

dsdt.dsl 90910: Name (SBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C2.PMIC._CRS)

dsdt.dsl 90932: Method (CLDB, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C2.PMIC.CLDB)

dsdt.dsl 90934: Name (PAR, Buffer (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C2.PMIC.CLDB)

dsdt.dsl 90946: If ((Arg0 == ToUUID ("26257549-9271-4ca4-bb43-c4899d5a4881") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90975: Name (TP7G, ToUUID ("ef87eb82-f951-46da-84ec-14871ac6f84b") /* Unknown UUID */)
Remark 2184 - Unknown UUID string ^

dsdt.dsl 90976: Method (HIDD, 5, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 91003: Method (TP7D, 6, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg3)

dsdt.dsl 91036: Name (IIC0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91051: Name (IIC1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91066: Name (IIC2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91081: Name (IIC3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91096: Name (IIC4, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91111: Name (IIC5, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91126: Name (IIC6, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91141: Name (IIC7, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2CM)

dsdt.dsl 91168: Name (IIC7, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPIM)

dsdt.dsl 91184: Name (IIC8, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPIM)

dsdt.dsl 91215: Name (UCM0, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.UCMM)

dsdt.dsl 91238: Name (UCM1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.UCMM)

dsdt.dsl 91284: Name (UCM2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.UCMM)

dsdt.dsl 91299: Name (UCM3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.UCMM)

dsdt.dsl 91354: ToUUID ("f87a6d23-2884-4fe4-a55f-633d9e339ce1") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 91388: ToUUID ("f87a6d23-2884-4fe4-a55f-633d9e339ce1") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 91483: Name (BBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.FPNT._CRS)

dsdt.dsl 91492: Name (IBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.FPNT._CRS)

dsdt.dsl 91499: Name (GBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.FPNT._CRS)

dsdt.dsl 91508: Name (UBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.FPNT._CRS)

dsdt.dsl 91675: Name (BBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI2.FPNT._CRS)

dsdt.dsl 91684: Name (IBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI2.FPNT._CRS)

dsdt.dsl 91691: Name (GBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI2.FPNT._CRS)

dsdt.dsl 91700: Name (UBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI2.FPNT._CRS)

dsdt.dsl 91804: Name (PKG, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\PKG1)

dsdt.dsl 91814: Name (PKG, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\PKG3)

dsdt.dsl 92557: Package (0x00){}
Remark 2095 - ^ Effective AML package length is zero

dsdt.dsl 92747: Package (0x00){}
Remark 2095 - ^ Effective AML package length is zero

dsdt.dsl 93410: Package (0x00){}
Remark 2095 - ^ Effective AML package length is zero

dsdt.dsl 93600: Package (0x00){}
Remark 2095 - ^ Effective AML package length is zero

dsdt.dsl 93884: Device (HDAC)
Warning 3141 - Missing dependency ^ (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 93943: Device (HDAC)
Warning 3141 - Missing dependency ^ (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 94002: Device (HDAC)
Warning 3141 - Missing dependency ^ (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 94061: Device (HDAC)
Warning 3141 - Missing dependency ^ (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 94120: Device (HDAC)
Warning 3141 - Missing dependency ^ (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 94179: Device (HDAC)
Warning 3141 - Missing dependency ^ (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 94239: If ((Arg0 == ToUUID ("7c708106-3aff-40fe-88be-8c999b3f7445") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 94244: If ((Arg0 == ToUUID ("ec774fa9-28d3-424a-90e4-69f984f1eeb7") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 94267: Method (ACCG, 2, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.HDAS.ACCG)

dsdt.dsl 94269: Name (GBUF, Buffer (0x10){})
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.HDAS.ACCG)

dsdt.dsl 94317: Name (DPKG, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.HIDD.HDDM)

dsdt.dsl 94382: Method (ISAR, 4, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg1)

dsdt.dsl 94382: Method (ISAR, 4, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\ISAR)

dsdt.dsl 94384: Name (BUF1, Buffer (0x02)
Remark 2089 - ^ Object is not referenced (Name [BUF1] is within a method [ISAR])

dsdt.dsl 94384: Name (BUF1, Buffer (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\ISAR)

dsdt.dsl 94388: If ((Arg0 == ToUUID ("1730e71d-e5dd-4a34-be57-4d76b6a2fe37") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 94445: If ((Arg0 == ToUUID ("1730e71d-e5dd-4a34-be57-4d76b6a2fe37") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 94508: If ((Arg0 == ToUUID ("1730e71d-e5dd-4a34-be57-4d76b6a2fe37") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 94826: If ((Arg0 == ToUUID ("82737e72-3a33-4c45-a9c7-57c0411a5f13") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 94965: Return (Package (0x00){})
Remark 2095 - Effective AML package length is zero ^

dsdt.dsl 94978: Name (CBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 94993: Name (CRBF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95008: Name (CABF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95023: Name (GBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95038: Name (GRBF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95053: Name (VGBF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95068: Name (VGB1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95083: Name (VGB2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95098: Name (VGB3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95113: Name (SBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95121: Name (VSBF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95129: Name (VSB1, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95137: Name (VSB2, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95145: Name (VSB3, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.SPI1.SPFD._CRS)

dsdt.dsl 95220: Method (SID, 1, Serialized)
Remark 2146 - Method Argument is never used ^ (Arg0)

dsdt.dsl 95585: ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
Remark 2184 - Unknown UUID string ^

dsdt.dsl 95632: Name (VCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.CBAR)

dsdt.dsl 95637: OperationRegion (VCFG, SystemMemory, VCFB, 0x0100)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.CBAR)

dsdt.dsl 95644: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.CBAR)

dsdt.dsl 95670: If ((Arg0 == ToUUID ("a3316317-e8b6-4adf-96e8-94d94a51a38e") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 95691: Name (PPAR, Package (0x01)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.NVDR._DSM)

dsdt.dsl 95697: CreateDWordField (DerefOf (PPAR [Zero]), 0x04, DPM2)
Remark 2089 - Object is not referenced ^ (Name [DPM2] is within a method [_DSM])

dsdt.dsl 95778: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP01.VPON)

dsdt.dsl 95780: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP01.VPON)

dsdt.dsl 95782: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP01.VPON)

dsdt.dsl 95818: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP01.VPOF)

dsdt.dsl 95832: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP01.RL23)

dsdt.dsl 95834: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP01.RL23)

dsdt.dsl 95861: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP01.RLA)

dsdt.dsl 95863: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP01.RLA)

dsdt.dsl 95865: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP01.RLA)

dsdt.dsl 95927: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP02.VPON)

dsdt.dsl 95929: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP02.VPON)

dsdt.dsl 95931: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP02.VPON)

dsdt.dsl 95967: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP02.VPOF)

dsdt.dsl 95981: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP02.RL23)

dsdt.dsl 95983: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP02.RL23)

dsdt.dsl 96010: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP02.RLA)

dsdt.dsl 96012: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP02.RLA)

dsdt.dsl 96014: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP02.RLA)

dsdt.dsl 96076: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP03.VPON)

dsdt.dsl 96078: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP03.VPON)

dsdt.dsl 96080: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP03.VPON)

dsdt.dsl 96116: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP03.VPOF)

dsdt.dsl 96130: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP03.RL23)

dsdt.dsl 96132: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP03.RL23)

dsdt.dsl 96159: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP03.RLA)

dsdt.dsl 96161: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP03.RLA)

dsdt.dsl 96163: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP03.RLA)

dsdt.dsl 96225: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP04.VPON)

dsdt.dsl 96227: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP04.VPON)

dsdt.dsl 96229: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP04.VPON)

dsdt.dsl 96265: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP04.VPOF)

dsdt.dsl 96279: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP04.RL23)

dsdt.dsl 96281: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP04.RL23)

dsdt.dsl 96308: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP04.RLA)

dsdt.dsl 96310: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP04.RLA)

dsdt.dsl 96312: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP04.RLA)

dsdt.dsl 96374: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP05.VPON)

dsdt.dsl 96376: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP05.VPON)

dsdt.dsl 96378: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP05.VPON)

dsdt.dsl 96414: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP05.VPOF)

dsdt.dsl 96428: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP05.RL23)

dsdt.dsl 96430: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP05.RL23)

dsdt.dsl 96457: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP05.RLA)

dsdt.dsl 96459: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP05.RLA)

dsdt.dsl 96461: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP05.RLA)

dsdt.dsl 96523: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP06.VPON)

dsdt.dsl 96525: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP06.VPON)

dsdt.dsl 96527: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP06.VPON)

dsdt.dsl 96563: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP06.VPOF)

dsdt.dsl 96577: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP06.RL23)

dsdt.dsl 96579: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP06.RL23)

dsdt.dsl 96606: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP06.RLA)

dsdt.dsl 96608: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP06.RLA)

dsdt.dsl 96610: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP06.RLA)

dsdt.dsl 96672: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP07.VPON)

dsdt.dsl 96674: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP07.VPON)

dsdt.dsl 96676: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP07.VPON)

dsdt.dsl 96712: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP07.VPOF)

dsdt.dsl 96726: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP07.RL23)

dsdt.dsl 96728: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP07.RL23)

dsdt.dsl 96755: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP07.RLA)

dsdt.dsl 96757: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP07.RLA)

dsdt.dsl 96759: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP07.RLA)

dsdt.dsl 96821: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP08.VPON)

dsdt.dsl 96823: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP08.VPON)

dsdt.dsl 96825: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP08.VPON)

dsdt.dsl 96861: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP08.VPOF)

dsdt.dsl 96875: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP08.RL23)

dsdt.dsl 96877: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP08.RL23)

dsdt.dsl 96904: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP08.RLA)

dsdt.dsl 96906: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP08.RLA)

dsdt.dsl 96908: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP08.RLA)

dsdt.dsl 96970: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP09.VPON)

dsdt.dsl 96972: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP09.VPON)

dsdt.dsl 96974: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP09.VPON)

dsdt.dsl 97010: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP09.VPOF)

dsdt.dsl 97024: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP09.RL23)

dsdt.dsl 97026: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP09.RL23)

dsdt.dsl 97053: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP09.RLA)

dsdt.dsl 97055: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP09.RLA)

dsdt.dsl 97057: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP09.RLA)

dsdt.dsl 97119: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP10.VPON)

dsdt.dsl 97121: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP10.VPON)

dsdt.dsl 97123: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP10.VPON)

dsdt.dsl 97159: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP10.VPOF)

dsdt.dsl 97173: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP10.RL23)

dsdt.dsl 97175: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP10.RL23)

dsdt.dsl 97202: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP10.RLA)

dsdt.dsl 97204: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP10.RLA)

dsdt.dsl 97206: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP10.RLA)

dsdt.dsl 97268: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP11.VPON)

dsdt.dsl 97270: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP11.VPON)

dsdt.dsl 97272: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP11.VPON)

dsdt.dsl 97308: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP11.VPOF)

dsdt.dsl 97322: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP11.RL23)

dsdt.dsl 97324: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP11.RL23)

dsdt.dsl 97351: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP11.RLA)

dsdt.dsl 97353: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP11.RLA)

dsdt.dsl 97355: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP11.RLA)

dsdt.dsl 97417: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP12.VPON)

dsdt.dsl 97419: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP12.VPON)

dsdt.dsl 97421: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP12.VPON)

dsdt.dsl 97457: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP12.VPOF)

dsdt.dsl 97471: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP12.RL23)

dsdt.dsl 97473: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP12.RL23)

dsdt.dsl 97500: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP12.RLA)

dsdt.dsl 97502: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP12.RLA)

dsdt.dsl 97504: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP12.RLA)

dsdt.dsl 97566: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP13.VPON)

dsdt.dsl 97568: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP13.VPON)

dsdt.dsl 97570: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP13.VPON)

dsdt.dsl 97606: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP13.VPOF)

dsdt.dsl 97620: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP13.RL23)

dsdt.dsl 97622: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP13.RL23)

dsdt.dsl 97649: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP13.RLA)

dsdt.dsl 97651: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP13.RLA)

dsdt.dsl 97653: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP13.RLA)

dsdt.dsl 97715: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP14.VPON)

dsdt.dsl 97717: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP14.VPON)

dsdt.dsl 97719: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP14.VPON)

dsdt.dsl 97755: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP14.VPOF)

dsdt.dsl 97769: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP14.RL23)

dsdt.dsl 97771: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP14.RL23)

dsdt.dsl 97798: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP14.RLA)

dsdt.dsl 97800: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP14.RLA)

dsdt.dsl 97802: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP14.RLA)

dsdt.dsl 97864: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP15.VPON)

dsdt.dsl 97866: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP15.VPON)

dsdt.dsl 97868: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP15.VPON)

dsdt.dsl 97904: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP15.VPOF)

dsdt.dsl 97918: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP15.RL23)

dsdt.dsl 97920: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP15.RL23)

dsdt.dsl 97947: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP15.RLA)

dsdt.dsl 97949: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP15.RLA)

dsdt.dsl 97951: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP15.RLA)

dsdt.dsl 98013: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP16.VPON)

dsdt.dsl 98015: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP16.VPON)

dsdt.dsl 98017: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP16.VPON)

dsdt.dsl 98053: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP16.VPOF)

dsdt.dsl 98067: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP16.RL23)

dsdt.dsl 98069: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP16.RL23)

dsdt.dsl 98096: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP16.RLA)

dsdt.dsl 98098: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP16.RLA)

dsdt.dsl 98100: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP16.RLA)

dsdt.dsl 98162: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP17.VPON)

dsdt.dsl 98164: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP17.VPON)

dsdt.dsl 98166: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP17.VPON)

dsdt.dsl 98202: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP17.VPOF)

dsdt.dsl 98216: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP17.RL23)

dsdt.dsl 98218: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP17.RL23)

dsdt.dsl 98245: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP17.RLA)

dsdt.dsl 98247: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP17.RLA)

dsdt.dsl 98249: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP17.RLA)

dsdt.dsl 98311: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP18.VPON)

dsdt.dsl 98313: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP18.VPON)

dsdt.dsl 98315: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP18.VPON)

dsdt.dsl 98351: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP18.VPOF)

dsdt.dsl 98365: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP18.RL23)

dsdt.dsl 98367: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP18.RL23)

dsdt.dsl 98394: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP18.RLA)

dsdt.dsl 98396: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP18.RLA)

dsdt.dsl 98398: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP18.RLA)

dsdt.dsl 98460: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP19.VPON)

dsdt.dsl 98462: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP19.VPON)

dsdt.dsl 98464: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP19.VPON)

dsdt.dsl 98500: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP19.VPOF)

dsdt.dsl 98514: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP19.RL23)

dsdt.dsl 98516: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP19.RL23)

dsdt.dsl 98543: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP19.RLA)

dsdt.dsl 98545: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP19.RLA)

dsdt.dsl 98547: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP19.RLA)

dsdt.dsl 98609: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP20.VPON)

dsdt.dsl 98611: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP20.VPON)

dsdt.dsl 98613: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP20.VPON)

dsdt.dsl 98649: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP20.VPOF)

dsdt.dsl 98663: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP20.RL23)

dsdt.dsl 98665: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP20.RL23)

dsdt.dsl 98692: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP20.RLA)

dsdt.dsl 98694: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP20.RLA)

dsdt.dsl 98696: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP20.RLA)

dsdt.dsl 98758: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP21.VPON)

dsdt.dsl 98760: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP21.VPON)

dsdt.dsl 98762: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP21.VPON)

dsdt.dsl 98798: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP21.VPOF)

dsdt.dsl 98812: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP21.RL23)

dsdt.dsl 98814: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP21.RL23)

dsdt.dsl 98841: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP21.RLA)

dsdt.dsl 98843: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP21.RLA)

dsdt.dsl 98845: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP21.RLA)

dsdt.dsl 98907: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP22.VPON)

dsdt.dsl 98909: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP22.VPON)

dsdt.dsl 98911: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP22.VPON)

dsdt.dsl 98947: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP22.VPOF)

dsdt.dsl 98961: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP22.RL23)

dsdt.dsl 98963: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP22.RL23)

dsdt.dsl 98990: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP22.RLA)

dsdt.dsl 98992: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP22.RLA)

dsdt.dsl 98994: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP22.RLA)

dsdt.dsl 99056: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP23.VPON)

dsdt.dsl 99058: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP23.VPON)

dsdt.dsl 99060: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP23.VPON)

dsdt.dsl 99096: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP23.VPOF)

dsdt.dsl 99110: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP23.RL23)

dsdt.dsl 99112: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP23.RL23)

dsdt.dsl 99139: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP23.RLA)

dsdt.dsl 99141: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP23.RLA)

dsdt.dsl 99143: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP23.RLA)

dsdt.dsl 99205: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP24.VPON)

dsdt.dsl 99207: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP24.VPON)

dsdt.dsl 99209: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP24.VPON)

dsdt.dsl 99245: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP24.VPOF)

dsdt.dsl 99259: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP24.RL23)

dsdt.dsl 99261: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP24.RL23)

dsdt.dsl 99288: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP24.RLA)

dsdt.dsl 99290: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP24.RLA)

dsdt.dsl 99292: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP24.RLA)

dsdt.dsl 99356: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP25.VPON)

dsdt.dsl 99358: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP25.VPON)

dsdt.dsl 99360: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP25.VPON)

dsdt.dsl 99396: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP25.VPOF)

dsdt.dsl 99410: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP25.RL23)

dsdt.dsl 99412: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP25.RL23)

dsdt.dsl 99439: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP25.RLA)

dsdt.dsl 99441: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP25.RLA)

dsdt.dsl 99443: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP25.RLA)

dsdt.dsl 99505: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP26.VPON)

dsdt.dsl 99507: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP26.VPON)

dsdt.dsl 99509: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP26.VPON)

dsdt.dsl 99545: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP26.VPOF)

dsdt.dsl 99559: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP26.RL23)

dsdt.dsl 99561: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP26.RL23)

dsdt.dsl 99588: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP26.RLA)

dsdt.dsl 99590: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP26.RLA)

dsdt.dsl 99592: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP26.RLA)

dsdt.dsl 99654: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP27.VPON)

dsdt.dsl 99656: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP27.VPON)

dsdt.dsl 99658: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP27.VPON)

dsdt.dsl 99694: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP27.VPOF)

dsdt.dsl 99708: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP27.RL23)

dsdt.dsl 99710: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP27.RL23)

dsdt.dsl 99737: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP27.RLA)

dsdt.dsl 99739: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP27.RLA)

dsdt.dsl 99741: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP27.RLA)

dsdt.dsl 99803: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP28.VPON)

dsdt.dsl 99805: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP28.VPON)

dsdt.dsl 99807: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP28.VPON)

dsdt.dsl 99843: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP28.VPOF)

dsdt.dsl 99857: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP28.RL23)

dsdt.dsl 99859: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP28.RL23)

dsdt.dsl 99886: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.RP28.RLA)

dsdt.dsl 99888: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP28.RLA)

dsdt.dsl 99890: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.RP28.RLA)

dsdt.dsl 99953: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG0.VPON)

dsdt.dsl 99955: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG0.VPON)

dsdt.dsl 99957: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG0.VPON)

dsdt.dsl 99993: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG0.VPOF)

dsdt.dsl 100007: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG0.RL23)

dsdt.dsl 100009: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG0.RL23)

dsdt.dsl 100036: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG0.RLA)

dsdt.dsl 100038: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG0.RLA)

dsdt.dsl 100040: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG0.RLA)

dsdt.dsl 100102: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG1.VPON)

dsdt.dsl 100104: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG1.VPON)

dsdt.dsl 100106: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG1.VPON)

dsdt.dsl 100142: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG1.VPOF)

dsdt.dsl 100156: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG1.RL23)

dsdt.dsl 100158: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG1.RL23)

dsdt.dsl 100185: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG1.RLA)

dsdt.dsl 100187: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG1.RLA)

dsdt.dsl 100189: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG1.RLA)

dsdt.dsl 100267: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG2.VPON)

dsdt.dsl 100269: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG2.VPON)

dsdt.dsl 100271: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG2.VPON)

dsdt.dsl 100307: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG2.VPOF)

dsdt.dsl 100321: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG2.RL23)

dsdt.dsl 100323: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG2.RL23)

dsdt.dsl 100350: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG2.RLA)

dsdt.dsl 100352: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG2.RLA)

dsdt.dsl 100354: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG2.RLA)

dsdt.dsl 100416: Method (VPON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG3.VPON)

dsdt.dsl 100418: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG3.VPON)

dsdt.dsl 100420: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG3.VPON)

dsdt.dsl 100456: Method (VPOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG3.VPOF)

dsdt.dsl 100470: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG3.RL23)

dsdt.dsl 100472: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG3.RL23)

dsdt.dsl 100499: Method (RLA, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PEG3.RLA)

dsdt.dsl 100501: Name (DCFB, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG3.RLA)

dsdt.dsl 100503: OperationRegion (DCFG, SystemMemory, DCFB, 0x0C80)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.PEG3.RLA)

dsdt.dsl 100563: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT0.VSON)

dsdt.dsl 100575: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT0.VSOF)

dsdt.dsl 100598: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT1.VSON)

dsdt.dsl 100610: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT1.VSOF)

dsdt.dsl 100633: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT2.VSON)

dsdt.dsl 100645: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT2.VSOF)

dsdt.dsl 100668: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT3.VSON)

dsdt.dsl 100680: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT3.VSOF)

dsdt.dsl 100703: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT4.VSON)

dsdt.dsl 100715: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT4.VSOF)

dsdt.dsl 100738: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT5.VSON)

dsdt.dsl 100750: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT5.VSOF)

dsdt.dsl 100773: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT6.VSON)

dsdt.dsl 100785: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT6.VSOF)

dsdt.dsl 100808: Method (VSON, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT7.VSON)

dsdt.dsl 100820: Method (VSOF, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.PRT7.VSOF)

dsdt.dsl 101259: Method (SVRP, 3, NotSerialized)
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.VMD0.SVRP)

dsdt.dsl 101279: If ((Arg0 == ToUUID ("9cd9cddd-8845-4afd-8392-31c4eb87cabd") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 101285: Name (RBUF, Buffer (One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0._DSM)

dsdt.dsl 101323: Name (VVON, Package (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0._DSM)

dsdt.dsl 101375: Name (VVOF, Package (0x20)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0._DSM)

dsdt.dsl 101458: Name (DRVA, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.VLON)

dsdt.dsl 101921: Name (DRVA, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.VMD0.VLOF)

dsdt.dsl 104771: If ((Arg0 == ToUUID ("0f3d57aa-6046-47b2-8a9a-88f1021d3865") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 104837: Method (SATD, 4, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 105149: Method (BST1, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LPCB.H_EC.BST1)

dsdt.dsl 105151: Name (PKG1, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.H_EC.BST1)

dsdt.dsl 105161: Method (BST2, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LPCB.H_EC.BST2)

dsdt.dsl 105163: Name (PKG2, Package (0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.H_EC.BST2)

dsdt.dsl 105218: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.I2C1.PDEV._CRS)

dsdt.dsl 105220: Name (SBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.I2C1.PDEV._CRS)

dsdt.dsl 105576: Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings
Remark 2120 - ^ Control Method should be made Serialized due to creation of named objects within (\_SB.PC00.LPCB.CWDT._CRS)

dsdt.dsl 105578: Name (RBUF, ResourceTemplate ()
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.CWDT._CRS)

dsdt.dsl 105596: Device (_SB.TPM)
Warning 3141 - ^ Missing dependency (Device has a _SRS, missing a _PRS, required)

dsdt.dsl 105596: Device (_SB.TPM)
Remark 2141 - ^ Missing dependency (Device has a _SRS, no corresponding _DIS)

dsdt.dsl 105817: Method (STRT, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg2)

dsdt.dsl 105819: OperationRegion (TPMR, SystemMemory, FTPM, 0x1000)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM.STRT)

dsdt.dsl 105828: Name (TIMR, Zero)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM.STRT)

dsdt.dsl 105872: Method (CRYF, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg2)

dsdt.dsl 105886: Name (TPMV, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM.CRYF)

dsdt.dsl 105971: Name (PPI1, Package (0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM._DSM)

dsdt.dsl 105985: Name (PPI2, Package (0x03)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.TPM._DSM)

dsdt.dsl 106032: ElseIf ((Arg0 == ToUUID ("376054ed-cc13-4675-901c-4756d7f2d45d") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 106059: If ((Arg0 == ToUUID ("cf8e16a5-c1e8-4e25-b712-4f54a96702c8") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 106064: If ((Arg0 == ToUUID ("6bbf6cab-5463-4714-b7cd-f0203c0368d4") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 106114: OperationRegion (ECR1, SystemIO, 0x66, One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.IBFX)

dsdt.dsl 106131: OperationRegion (ECR1, SystemIO, 0x66, One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.OBFX)

dsdt.dsl 106152: Method (EPTS, 1, NotSerialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 106156: Method (EWAK, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 106158: OperationRegion (ECR2, SystemIO, 0x66, One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.EWAK)

dsdt.dsl 106164: OperationRegion (ECR3, SystemIO, 0x62, One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.LPCB.EWAK)

dsdt.dsl 106210: Method (_REG, 2, NotSerialized) // _REG: Region Availability
Warning 3079 - ^ _REG has no corresponding Operation Region

dsdt.dsl 106269: Method (WMBC, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 106271: Switch (Arg1)
Warning 3124 - ^ Switch expression is not a static Integer/Buffer/String data type, defaulting to Integer

dsdt.dsl 106474: OperationRegion (SBTB, SystemMemory, Local1, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\ABAW.SBUD)

dsdt.dsl 106489: OperationRegion (GBTB, SystemMemory, Local1, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\ABAW.GBUD)

dsdt.dsl 106584: CreateDWordField (Arg0, 0x04, AEBX)
Remark 2089 - Object is not referenced ^ (Name [AEBX] is within a method [SMSR])

dsdt.dsl 106694: Method (WMBC, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 106696: Switch (Arg1)
Warning 3124 - ^ Switch expression is not a static Integer/Buffer/String data type, defaulting to Integer

dsdt.dsl 107732: Method (WMII, 0, Serialized)
Warning 3115 - ^ Not all control paths return a value (\RMTW.WMII)

dsdt.dsl 107749: Method (LERR, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 107755: Method (GBOD, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 108082: Method (AAPD, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 108090: CreateDWordField (Arg0, 0x04, CPAR)
Remark 2089 - Object is not referenced ^ (Name [CPAR] is within a method [DEVS])

dsdt.dsl 108091: Switch (DVID)
Warning 3124 - ^ Switch expression is not a static Integer/Buffer/String data type, defaulting to Integer

dsdt.dsl 108108: Switch (DVID)
Warning 3124 - ^ Switch expression is not a static Integer/Buffer/String data type, defaulting to Integer

dsdt.dsl 108129: Method (WMBD, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 108132: Switch (Arg1)
Warning 3124 - ^ Switch expression is not a static Integer/Buffer/String data type, defaulting to Integer

dsdt.dsl 108282: OperationRegion (TMIO, SystemIO, W_PT, One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RIOB)

dsdt.dsl 108302: OperationRegion (TMIO, SystemIO, W_PT, One)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WIOB)

dsdt.dsl 108320: OperationRegion (TMIO, SystemIO, W_PT, 0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RIOW)

dsdt.dsl 108340: OperationRegion (TMIO, SystemIO, W_PT, 0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WIOW)

dsdt.dsl 108358: OperationRegion (TMIO, SystemIO, W_PT, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RIOD)

dsdt.dsl 108378: OperationRegion (TMIO, SystemIO, W_PT, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WIOD)

dsdt.dsl 108397: OperationRegion (TMMM, SystemMemory, ToInteger (W_MM), 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RMEM)

dsdt.dsl 108448: OperationRegion (TMMM, SystemMemory, W_MM, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WMEM)

dsdt.dsl 108510: OperationRegion (PCFG, SystemMemory, Local0, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RPCI)

dsdt.dsl 108573: OperationRegion (PCFG, SystemMemory, Local0, 0x04)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WPCI)

dsdt.dsl 108624: OperationRegion (TMIO, SystemIO, W_PT, 0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RIDX)

dsdt.dsl 108647: OperationRegion (TMIO, SystemIO, W_PT, 0x02)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WIDX)

dsdt.dsl 108717: Method (RDEC, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 108720: Return (Ones)
Warning 3134 - Statement is unreachable ^

dsdt.dsl 108723: Method (WREC, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 108726: Return (Ones)
Warning 3134 - Statement is unreachable ^

dsdt.dsl 108788: OperationRegion (SHWM, SystemIO, IOHW, 0x0A)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RHWM)

dsdt.dsl 108796: IndexField (HIDX, HDAT, ByteAcc, Lock, Preserve)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.RHWM)

dsdt.dsl 108824: OperationRegion (SHWM, SystemIO, IOHW, 0x0A)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WHWM)

dsdt.dsl 108832: IndexField (HIDX, HDAT, ByteAcc, Lock, Preserve)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.WHWM)

dsdt.dsl 109029: OperationRegion (SHWM, SystemIO, IOHW, 0x0A)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.BRHM)

dsdt.dsl 109037: IndexField (HIDX, HDAT, ByteAcc, Lock, Preserve)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.BRHM)

dsdt.dsl 109082: OperationRegion (SHWM, SystemIO, IOHW, 0x0A)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.BWHM)

dsdt.dsl 109090: IndexField (HIDX, HDAT, ByteAcc, Lock, Preserve)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\RMTW.BWHM)

dsdt.dsl 109123: Method (BREC, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109126: Return (Ones)
Warning 3134 - Statement is unreachable ^

dsdt.dsl 109129: Method (BWEC, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109132: Return (Ones)
Warning 3134 - Statement is unreachable ^

dsdt.dsl 109135: Method (RSMB, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109140: Method (WSMB, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109145: Method (RSMW, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109150: Method (WSMW, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109155: Method (RSMK, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109160: Method (WSMK, 1, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109245: Method (WMNB, 3, Serialized)
Remark 2146 - ^ Method Argument is never used (Arg0)

dsdt.dsl 109387: Switch (Local0)
Warning 3124 - ^ Switch expression is not a static Integer/Buffer/String data type, defaulting to Integer

dsdt.dsl 109452: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
Warning 3115 - ^ Not all control paths return a value (\_SB.PC00.PEG1.PEGP._DSM)

dsdt.dsl 109452: Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
Warning 3107 - ^ Reserved method must return a value (Integer/String/Buffer/Package/Reference required for _DSM)

dsdt.dsl 109454: If (CMPB (Arg0, ToUUID ("d4a50b75-65c7-46f7-bfb7-41514cea0244") /* Unknown UUID */))
Remark 2184 - Unknown UUID string ^

dsdt.dsl 109457: Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler, x=0-9, A-Z
Remark 2089 - Object is not referenced ^ (Name [_T_0] is within a method [_DSM])

dsdt.dsl 109457: Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler, x=0-9, A-Z
Remark 2011 - ^ Use of compiler reserved name (_T_0)

dsdt.dsl 109458: Name (NBSH, Buffer (0xA2)
Remark 2173 - ^ Creation of named objects within a method is highly inefficient, use globals or method local variables instead (\_SB.PC00.PEG1.PEGP._DSM)

ASL Input: dsdt.dsl - 3937856 bytes 75641 keywords 0 source lines
AML Output: dsdt.aml - 526856 bytes 68013 opcodes 7628 named objects

Compilation successful. 0 Errors, 188 Warnings, 1386 Remarks, 714 Optimizations

It actually works the recompiling without that codeline but I highly doubt it will work properly

Any tips oldschool or fixed dsdt.aml?
 
Any tips oldschool or fixed dsdt.aml?
yes, don't use DSDT! :)

last updated 6 years ago:
using refs.txt may help, but probably won't!

but it will still be of no use as it has not been updated for so long
 
Back
Top