ACPI!ACPIInitialize函数分析之nt!ACPILoadFindRSDT

ACPI!ACPIInitialize函数分析之nt!ACPILoadFindRSDT

1: kd> kc

00 ACPI!ACPIInitialize

01 ACPI!ACPIInitStartACPI

02 ACPI!ACPIRootIrpStartDevice

03 ACPI!ACPIDispatchIrp

04 nt!IofCallDriver

05 nt!IopSynchronousCall

06 nt!IopStartDevice

07 nt!PipProcessStartPhase1

08 nt!PipProcessDevNodeTree

09 nt!PipDeviceActionWorker

0a nt!PipRequestDeviceAction

0b nt!IopInitializeBootDrivers

0c nt!IoInitSystem

0d nt!Phase1Initialization

0e nt!PspSystemThreadStartup

0f nt!KiThreadStartup

1: kd> kv

ChildEBP RetAddr Args to Child

00 f789a248 f740899d 89db4020 89db4ea0 00000000 ACPI!ACPIInitialize (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\busdrv\acpi\driver\shared\acpiinit.c @ 82]

01 f789a27c f744f51e 89db4020 00000000 f744f3ea ACPI!ACPIInitStartACPI+0x6f (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\busdrv\acpi\driver\nt\init.c @ 1211]

02 f789a2a8 f740410e 89db4020 89df3400 89db4020 ACPI!ACPIRootIrpStartDevice+0x134 (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\busdrv\acpi\driver\nt\root.c @ 1340]

03 f789a2dc 80a2675c 89db4020 89df3460 89df3518 ACPI!ACPIDispatchIrp+0x19e (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\busdrv\acpi\driver\nt\dispatch.c @ 690]

04 f789a2f8 80c95e00 f789a36c 89db5008 89db5cb8 nt!IofCallDriver+0x62 (FPO: [Non-Fpo]) (CONV: fastcall) [d:\srv03rtm\base\ntos\io\iomgr\iosubs.c @ 2237]

05 f789a328 80c95f56 00000000 f789a348 00000000 nt!IopSynchronousCall+0x1aa (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpirp.c @ 258]

06 f789a36c 80c8f415 89db5cb8 00000001 00000000 nt!IopStartDevice+0x78 (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpirp.c @ 334]

07 f789a388 80c94d55 89db5cb8 00000000 00000000 nt!PipProcessStartPhase1+0x9d (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpenum.c @ 5014]

08 f789a5d4 80a2dde9 89db9ac0 00000000 89df9300 nt!PipProcessDevNodeTree+0x1c7 (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpenum.c @ 4648]

09 f789a618 80a2e161 00000000 00000000 800837c8 nt!PipDeviceActionWorker+0xcd (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpenum.c @ 710]

0a f789a630 80e69358 00000000 00000005 00000000 nt!PipRequestDeviceAction+0x139 (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpenum.c @ 598]

0b f789a694 80e655c7 80077000 f789a7dc 00034000 nt!IopInitializeBootDrivers+0x392 (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\pnpmgr\pnpinit.c @ 1440]

0c f789a838 80e632fd 80077000 00000000 89dd4020 nt!IoInitSystem+0x70b (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\io\iomgr\ioinit.c @ 665]

0d f789adac 80d391f0 80077000 00000000 00000000 nt!Phase1Initialization+0x9b3 (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\init\init.c @ 2221]

0e f789addc 80b00d52 80e6294a 80077000 00000000 nt!PspSystemThreadStartup+0x2e (FPO: [Non-Fpo]) (CONV: stdcall) [d:\srv03rtm\base\ntos\ps\create.c @ 2213]

0f 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16 [d:\srv03rtm\base\ntos\ke\i386\threadbg.asm @ 81]

1: kd> dv

Context = 0x89db4020

rootSystemDescTable = 0x00000008

//

// Get the linear address of the RSDT of NULL if ACPI is not present on

// the System

//

rootSystemDescTable = ACPILoadFindRSDT();

1: kd> p

ACPIInitalize: ACPI RSDT found at F7A522B4

1: kd> dv rootSystemDescTable

rootSystemDescTable = 0xf7a522b4

1: kd> dx -id 0,0,ffffffff89dd5240 -r1 ((ACPI!_RSDT_32 *)0xf7a522b4)

((ACPI!_RSDT_32 *)0xf7a522b4) : 0xf7a522b4 [Type: _RSDT_32 *]

+0x000\] Header \[Type: _DESCRIPTION_HEADER

+0x024\] Tables \[Type: unsigned long \[1\]

1: kd> dx -id 0,0,ffffffff89dd5240 -r1 (*((ACPI!_DESCRIPTION_HEADER *)0xf7a522b4))

(*((ACPI!_DESCRIPTION_HEADER *)0xf7a522b4)) [Type: _DESCRIPTION_HEADER]

+0x000\] Signature : 0x54445352 \[Type: unsigned long

+0x004\] Length : 0x48 \[Type: unsigned long

+0x008\] Revision : 0x1 \[Type: unsigned char

+0x009\] Checksum : 0xf8 \[Type: unsigned char

+0x00a\] OEMID \[Type: unsigned char \[6\]

+0x010\] OEMTableID \[Type: unsigned char \[8\]

+0x018\] OEMRevision : 0x6040000 \[Type: unsigned long

+0x01c\] CreatorID \[Type: unsigned char \[4\]

+0x020\] CreatorRev : 0x0 \[Type: unsigned long

1: kd> dx -id 0,0,ffffffff89dd5240 -r1 (*((ACPI!unsigned long (*)[1])0xf7a522d8))

(*((ACPI!unsigned long (*)[1])0xf7a522d8)) [Type: unsigned long [1]]

0\] : 0x7fefef67 \[Type: unsigned long

//

// Initialize most of the remaining fields in the AcpiInformation structure.

// This function will return FALSE in case of a problem finding the required

// tables

//

status = ACPILoadProcessRSDT();

if ( !NT_SUCCESS(status) ) {

1: kd> p

eax=89df7138 ebx=00000000 ecx=f7a522b4 edx=00000000 esi=80ae2bca edi=89df71b8

eip=f745439c esp=f789a238 ebp=f789a248 iopl=0 nv up ei ng nz ac pe nc

cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000296

ACPI!ACPIInitialize+0x1d4:

f745439c e8c5100000 call ACPI!ACPILoadProcessRSDT (f7455466)

1: kd> p

ACPILoadProcessRSDT: RSDT contains 9 tables

ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\FACP\INTEL_\440BX___

OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034

ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034)

ACPILoadProcessFACS: FACS located at 0xf7a57fc0

ACPILoadProcessFACS: Initial GlobalLock state: 0x 0

ACPILoadProcessFADT: PM1a_BLK located at port 00001000

ACPILoadProcessFADT: PM1b_BLK located at port 00000000

ACPILoadProcessFADT: PM1a_CTRL_BLK located at port 00001004

ACPILoadProcessFADT: PM1b_CTRL_BLK located at port 00000000

ACPILoadProcessFADT: PM2_CTRL_BLK located at port 00000000

ACPILoadProcessFADT: PM_TMR located at port 00001008

ACPILoadProcessFADT: GP0_BLK located at port 0000100C length 0x00000004

ACPILoadProcessFADT: GP1_BLK located at port 00000000 length 0x00000000

ACPILoadProcessFADT: GP1_Base_Index = 0xffff

ACPIWriteGpeEnableRegister: Writing GPE Enable register 0 = 0

ACPIWriteGpeEnableRegister: Writing GPE Enable register 1 = 0

ACPILoadProcessFADT: Power Button in Fixed Feature Space

ACPILoadProcessFADT: Sleep Button not fixed event or not present

ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\DSDT\PTLTD_\Custom__

OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034

ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034)

ACPILoadProcessRSDT: Unrecognized table signature 0x43494c53

ACPILoadProcessRSDT: Unrecognized table signature 0x4d44534d

ACPILoadProcessRSDT: Unrecognized table signature 0x544f4f42

ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\APIC\PTLTD_\ APIC_

OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034

ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034)

ACPILoadProcessRSDT: Unrecognized table signature 0x4746434d

ACPILoadProcessRSDT: Unrecognized table signature 0x54415253

ACPILoadProcessRSDT: Unrecognized table signature 0x54455048

ACPILoadProcessRSDT: Unrecognized table signature 0x54454157

ReadAMLRegistryEntry: opening key: \Registry\Machine\System\CurrentControlSet\Services\ACPI\Parameters\SSDT\MSFT\simulatr

OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034

ReadAMLRegistryEntry: failed to open AML registry entry (rc=c0000034)

DumpAcpiTables: Writing DSDT/FACS/FADT/RSDT to registry

eax=00000000 ebx=00000000 ecx=e71d5f45 edx=80a3d105 esi=80ae2bca edi=89df71b8

eip=f74543a1 esp=f789a238 ebp=f789a248 iopl=0 nv up ei pl zr na pe nc

cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000246

ACPI!ACPIInitialize+0x1d9:

f74543a1 3bc3 cmp eax,ebx

//

// At this point, we can load all of the DDBs. We need to load all of

// these tables *before* we try to enable any GPEs or Interrupt Vectors

//

status = ACPIInitializeDDBs();

if (!NT_SUCCESS(status)) {

0: kd> p

ACPILoadTableCheckSum: Checking table 0xF74D74BE to 0xF74E5CA7

OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034

ACPIWriteGpeEnableRegister: Writing GPE Enable register 0 = 0

ACPIWriteGpeEnableRegister: Writing GPE Enable register 1 = 0

OSNotifyCreate: 89DA3FAC (PCI0) = 00000103

OSNotifyCreate: 89DA61BC (AGP_) = 00000103

OSNotifyCreate: 89DA6278 (ISA_) = 00000103

OSNotifyCreate: 89DA6300 (MBRD) = 00000103

OSNotifyCreate: 89DA65C0 (DMAC) = 00000103

OSNotifyCreate: 89DA66B8 (PIC_) = 00000103

OSNotifyCreate: 89DA67B0 (TIME) = 00000103

OSNotifyCreate: 89DA6898 (RTC_) = 00000103

OSNotifyCreate: 89DA6980 (SPKR) = 00000103

OSNotifyCreate: 89DA6A64 (KBC_) = 00000103

OSNotifyCreate: 89DA6B54 (MOUS) = 00000103

OSNotifyCreate: 89DA6CD4 (LNKA) = 00000103

OSNotifyCreate: 89DA7034 (LNKB) = 00000103

OSNotifyCreate: 89DA7394 (LNKC) = 00000103

OSNotifyCreate: 89DA76F4 (LNKD) = 00000103

OSNotifyCreate: 89DA7C68 (PWR_) = 00000103

OSNotifyCreate: 89DA7F00 (USB_) = 00000103

OSNotifyCreate: 89DA8024 (IDE_) = 00000103

OSNotifyCreate: 89DA8518 (BAT1) = 00000103

OSNotifyCreate: 89DA8804 (BAT2) = 00000103

OSNotifyCreate: 89DA8A70 (ACAD) = 00000103

OSNotifyCreate: 89DA8D34 (SLPB) = 00000103

OSNotifyCreate: 89DA9300 (HPET) = 00000103

OSNotifyCreate: 89DA98E8 (SMC_) = 00000103

OSNotifyCreate: 89DAA038 (COM3) = 00000103

OSNotifyCreate: 89DAA7C0 (COM4) = 00000103

OSNotifyCreate: 89DAAF34 (LP02) = 00000103

OSNotifyCreate: 89DAB624 (LPT3) = 00000103

OSNotifyCreate: 89DAC0C4 (CO02) = 00000103

OSNotifyCreate: 89DAC430 (CO03) = 00000103

OSNotifyCreate: 89DAC768 (CO04) = 00000103

OSNotifyCreate: 89DACAA0 (CO05) = 00000103

OSNotifyCreate: 89DACDD8 (CO06) = 00000103

OSNotifyCreate: 89DAD110 (CO07) = 00000103

OSNotifyCreate: 89DAD448 (CO08) = 00000103

OSNotifyCreate: 89DAD780 (CO09) = 00000103

OSNotifyCreate: 89DADAB8 (CO0A) = 00000103

OSNotifyCreate: 89DADDF0 (CO0B) = 00000103

OSNotifyCreate: 89DAE128 (CO0C) = 00000103

OSNotifyCreate: 89DAE460 (CO0D) = 00000103

OSNotifyCreate: 89DAE798 (CO0E) = 00000103

OSNotifyCreate: 89DAEAD0 (CO0F) = 00000103

OSNotifyCreate: 89DAEE08 (CO10) = 00000103

OSNotifyCreate: 89DAF140 (CO11) = 00000103

OSNotifyCreate: 89DAF478 (CO12) = 00000103

OSNotifyCreate: 89DAF7B0 (CO13) = 00000103

OSNotifyCreate: 89DAFAE8 (CO14) = 00000103

OSNotifyCreate: 89DAFE20 (CO15) = 00000103

OSNotifyCreate: 89DB0158 (CO16) = 00000103

OSNotifyCreate: 89DB0490 (CO17) = 00000103

OSNotifyCreate: 89DB07C8 (CO18) = 00000103

OSNotifyCreate: 89DB0B00 (CO19) = 00000103

OSNotifyCreate: 89DB0E38 (CO1A) = 00000103

OSNotifyCreate: 89DB1170 (CO1B) = 00000103

OSNotifyCreate: 89DB14A8 (CO1C) = 00000103

OSNotifyCreate: 89DB17E0 (CO1D) = 00000103

OSNotifyCreate: 89DB1B18 (CO1E) = 00000103

OSNotifyCreate: 89DB1E50 (CO1F) = 00000103

OSNotifyCreate: 89DB250C (SIO_) = 00000103

OSNotifyCreate: 89DDB314 (LPT_) = 00000103

OSNotifyCreate: 89DDB6B4 (COMA) = 00000103

OSNotifyCreate: 89DDBA58 (COMB) = 00000103

OSNotifyCreate: 89DDBDFC (FDC_) = 00000103

OSNotifyCreate: 89DDC26C (LDEV) = 00000103

OSNotifyCreateProcessor: Processor Object #1: 89ddced4

89D9F2F8 GenuineIntel - x86 Family 6 Model 14- 0 ACPIBuildProcessorExtension: = 00000000

OSNotifyCreate: 89DDCED4 (CP00) = 00000103

OSNotifyCreate: 89DDD8C8 (EXPL) = 00000103

OSNotifyCreate: 89DDDBD4 (DMAR) = 00000103

OSNotifyCreate: 89DDDDBC (VMGC) = 00000103

OSNotifyCreate: 89DDED78 (P2P0) = 00000103

OSNotifyCreate: 89DDF45C (S1F0) = 00000103

OSNotifyCreate: 89DDF860 (S2F0) = 00000103

OSNotifyCreate: 89DDFC38 (S3F0) = 00000103

OSNotifyCreate: 89DE0010 (S4F0) = 00000103

OSNotifyCreate: 89DE03E8 (S5F0) = 00000103

OSNotifyCreate: 89DE07C0 (S6F0) = 00000103

OSNotifyCreate: 89DE0B98 (S7F0) = 00000103

OSNotifyCreate: 89DE0F70 (S8F0) = 00000103

OSNotifyCreate: 89DE1348 (S9F0) = 00000103

OSNotifyCreate: 89DE1720 (S10F) = 00000103

OSNotifyCreate: 89DE1AF8 (S11F) = 00000103

OSNotifyCreate: 89DE1ED0 (S12F) = 00000103

OSNotifyCreate: 89DE22A8 (S13F) = 00000103

OSNotifyCreate: 89DE2680 (S14F) = 00000103

OSNotifyCreate: 89DE2A58 (S15F) = 00000103

OSNotifyCreate: 89DE2E30 (S16F) = 00000103

OSNotifyCreate: 89DE3208 (S17F) = 00000103

OSNotifyCreate: 89DE35E0 (S18F) = 00000103

OSNotifyCreate: 89DE39B8 (S19F) = 00000103

OSNotifyCreate: 89DE3D90 (S20F) = 00000103

OSNotifyCreate: 89DE4168 (S21F) = 00000103

OSNotifyCreate: 89DE4540 (S22F) = 00000103

OSNotifyCreate: 89DE4918 (S23F) = 00000103

OSNotifyCreate: 89DE4CF0 (S24F) = 00000103

OSNotifyCreate: 89DE50C8 (S25F) = 00000103

OSNotifyCreate: 89DE54A0 (S26F) = 00000103

OSNotifyCreate: 89DE5878 (S27F) = 00000103

OSNotifyCreate: 89DE5C50 (S28F) = 00000103

OSNotifyCreate: 89DE6028 (S29F) = 00000103

OSNotifyCreate: 89DE6400 (S30F) = 00000103

OSNotifyCreate: 89DE67D8 (S31F) = 00000103

OSNotifyCreate: 89DE6BB0 (S32F) = 00000103

OSNotifyCreate: 89DE6F88 (P2P1) = 00000103

OSNotifyCreate: 89DE7618 (S1F0) = 00000103

OSNotifyCreate: 89DE79FC (S2F0) = 00000103

OSNotifyCreate: 89DE7DD4 (S3F0) = 00000103

OSNotifyCreate: 89DE818C (S4F0) = 00000103

OSNotifyCreate: 89DE8544 (S5F0) = 00000103

OSNotifyCreate: 89DE88FC (S6F0) = 00000103

OSNotifyCreate: 89DE8CB4 (S7F0) = 00000103

OSNotifyCreate: 89DE906C (S8F0) = 00000103

OSNotifyCreate: 89DE9424 (S9F0) = 00000103

OSNotifyCreate: 89DE97DC (S10F) = 00000103

OSNotifyCreate: 89DE9B94 (S11F) = 00000103

OSNotifyCreate: 89DE9F4C (S12F) = 00000103

OSNotifyCreate: 89DEA304 (S13F) = 00000103

OSNotifyCreate: 89DEA6BC (S14F) = 00000103

OSNotifyCreate: 89DEAA74 (S15F) = 00000103

OSNotifyCreate: 89DEAE2C (S16F) = 00000103

OSNotifyCreate: 89D8D208 (S17F) = 00000103

OSNotifyCreate: 89D8D5C0 (S18F) = 00000103

OSNotifyCreate: 89D8D978 (S19F) = 00000103

OSNotifyCreate: 89D8DD30 (S20F) = 00000103

OSNotifyCreate: 89D8E0E8 (S21F) = 00000103

OSNotifyCreate: 89D8E4A0 (S22F) = 00000103

OSNotifyCreate: 89D8E858 (S23F) = 00000103

OSNotifyCreate: 89D8EC10 (S24F) = 00000103

OSNotifyCreate: 89D8EFC8 (S25F) = 00000103

OSNotifyCreate: 89D8F380 (S26F) = 00000103

OSNotifyCreate: 89D8F738 (S27F) = 00000103

OSNotifyCreate: 89D8FAF0 (S28F) = 00000103

OSNotifyCreate: 89D8FEA8 (S29F) = 00000103

OSNotifyCreate: 89D90260 (S30F) = 00000103

OSNotifyCreate: 89D90618 (S31F) = 00000103

OSNotifyCreate: 89D909D0 (S32F) = 00000103

OSNotifyCreate: 89D90D88 (P2P2) = 00000103

OSNotifyCreate: 89D91418 (S1F0) = 00000103

OSNotifyCreate: 89D9181C (S2F0) = 00000103

OSNotifyCreate: 89D91BCC (S3F0) = 00000103

OSNotifyCreate: 89D91FA4 (S4F0) = 00000103

OSNotifyCreate: 89D9237C (S5F0) = 00000103

OSNotifyCreate: 89D92754 (S6F0) = 00000103

OSNotifyCreate: 89D92B2C (S7F0) = 00000103

OSNotifyCreate: 89D92F04 (S8F0) = 00000103

OSNotifyCreate: 89D932DC (S9F0) = 00000103

OSNotifyCreate: 89D936B4 (S10F) = 00000103

OSNotifyCreate: 89D93A8C (S11F) = 00000103

OSNotifyCreate: 89D93E64 (S12F) = 00000103

OSNotifyCreate: 89D9423C (S13F) = 00000103

OSNotifyCreate: 89D94614 (S14F) = 00000103

OSNotifyCreate: 89D949EC (S15F) = 00000103

OSNotifyCreate: 89D94DC4 (S16F) = 00000103

OSNotifyCreate: 89D9519C (S17F) = 00000103

OSNotifyCreate: 89D95574 (S18F) = 00000103

OSNotifyCreate: 89D9594C (S19F) = 00000103

OSNotifyCreate: 89D95D24 (S20F) = 00000103

OSNotifyCreate: 89D960FC (S21F) = 00000103

OSNotifyCreate: 89D964D4 (S22F) = 00000103

OSNotifyCreate: 89D968AC (S23F) = 00000103

OSNotifyCreate: 89D96C84 (S24F) = 00000103

OSNotifyCreate: 89D9705C (S25F) = 00000103

OSNotifyCreate: 89D97434 (S26F) = 00000103

OSNotifyCreate: 89D9780C (S27F) = 00000103

OSNotifyCreate: 89D97BE4 (S28F) = 00000103

OSNotifyCreate: 89D97FBC (S29F) = 00000103

OSNotifyCreate: 89D98394 (S30F) = 00000103

OSNotifyCreate: 89D9876C (S31F) = 00000103

OSNotifyCreate: 89D98B44 (S32F) = 00000103

OSNotifyCreate: 89D98F1C (P2P3) = 00000103

OSNotifyCreate: 89D995AC (S1F0) = 00000103

OSNotifyCreate: 89D99990 (S2F0) = 00000103

OSNotifyCreate: 89D99D68 (S3F0) = 00000103

OSNotifyCreate: 89D9A120 (S4F0) = 00000103

OSNotifyCreate: 89D9A4D8 (S5F0) = 00000103

OSNotifyCreate: 89D9A890 (S6F0) = 00000103

OSNotifyCreate: 89D9AC48 (S7F0) = 00000103

OSNotifyCreate: 89D9B000 (S8F0) = 00000103

OSNotifyCreate: 89D9B3B8 (S9F0) = 00000103

OSNotifyCreate: 89D9B770 (S10F) = 00000103

OSNotifyCreate: 89D9BB28 (S11F) = 00000103

OSNotifyCreate: 89D9BEE0 (S12F) = 00000103

OSNotifyCreate: 89D9C298 (S13F) = 00000103

OSNotifyCreate: 89D9C650 (S14F) = 00000103

OSNotifyCreate: 89D9CA08 (S15F) = 00000103

OSNotifyCreate: 89D9CDC0 (S16F) = 00000103

OSNotifyCreate: 89D7519C (S17F) = 00000103

OSNotifyCreate: 89D75554 (S18F) = 00000103

OSNotifyCreate: 89D7590C (S19F) = 00000103

OSNotifyCreate: 89D75CC4 (S20F) = 00000103

OSNotifyCreate: 89D7607C (S21F) = 00000103

OSNotifyCreate: 89D76434 (S22F) = 00000103

OSNotifyCreate: 89D767EC (S23F) = 00000103

OSNotifyCreate: 89D76BA4 (S24F) = 00000103

OSNotifyCreate: 89D76F5C (S25F) = 00000103

OSNotifyCreate: 89D77314 (S26F) = 00000103

OSNotifyCreate: 89D776CC (S27F) = 00000103

OSNotifyCreate: 89D77A84 (S28F) = 00000103

OSNotifyCreate: 89D77E3C (S29F) = 00000103

OSNotifyCreate: 89D781F4 (S30F) = 00000103

OSNotifyCreate: 89D785AC (S31F) = 00000103

OSNotifyCreate: 89D78964 (S32F) = 00000103

OSNotifyCreate: 89D78D1C (PE40) = 00000103

OSNotifyCreate: 89D791E8 (S1F0) = 00000103

OSNotifyCreate: 89D795EC (PE50) = 00000103

OSNotifyCreate: 89D79A90 (S1F0) = 00000103

OSNotifyCreate: 89D79EB4 (PE60) = 00000103

OSNotifyCreate: 89D7A358 (S1F0) = 00000103

OSNotifyCreate: 89D7A77C (PE70) = 00000103

OSNotifyCreate: 89D7AC20 (S1F0) = 00000103

OSNotifyCreate: 89D7B044 (PE80) = 00000103

OSNotifyCreate: 89D7B4E8 (S1F0) = 00000103

OSNotifyCreate: 89D7B90C (PE90) = 00000103

OSNotifyCreate: 89D7BDB0 (S1F0) = 00000103

OSNotifyCreate: 89D7C1D4 (PEA0) = 00000103

OSNotifyCreate: 89D7C678 (S1F0) = 00000103

OSNotifyCreate: 89D7CA9C (PEB0) = 00000103

OSNotifyCreate: 89D7CF40 (S1F0) = 00000103

OSNotifyCreate: 89D7D364 (PEC0) = 00000103

OSNotifyCreate: 89D7D808 (S1F0) = 00000103

OSNotifyCreate: 89D7DC2C (PED0) = 00000103

OSNotifyCreate: 89D7E0D0 (S1F0) = 00000103

OSNotifyCreate: 89D7E4F4 (PEE0) = 00000103

OSNotifyCreate: 89D7E998 (S1F0) = 00000103

OSNotifyCreate: 89D7EDBC (PE41) = 00000103

OSNotifyCreate: 89D7F260 (S1F0) = 00000103

OSNotifyCreate: 89D7F684 (PE42) = 00000103

OSNotifyCreate: 89D7FB28 (S1F0) = 00000103

OSNotifyCreate: 89D7FF4C (PE43) = 00000103

OSNotifyCreate: 89D803F0 (S1F0) = 00000103

OSNotifyCreate: 89D80814 (PE44) = 00000103

OSNotifyCreate: 89D80CB8 (S1F0) = 00000103

OSNotifyCreate: 89D810DC (PE45) = 00000103

OSNotifyCreate: 89D81580 (S1F0) = 00000103

OSNotifyCreate: 89D819A4 (PE46) = 00000103

OSNotifyCreate: 89D81E48 (S1F0) = 00000103

OSNotifyCreate: 89D8226C (PE47) = 00000103

OSNotifyCreate: 89D82710 (S1F0) = 00000103

OSNotifyCreate: 89D82B34 (PE51) = 00000103

OSNotifyCreate: 89D82FD8 (S1F0) = 00000103

OSNotifyCreate: 89D833FC (PE52) = 00000103

OSNotifyCreate: 89D838A0 (S1F0) = 00000103

OSNotifyCreate: 89D83CC4 (PE53) = 00000103

OSNotifyCreate: 89D84168 (S1F0) = 00000103

OSNotifyCreate: 89D8458C (PE54) = 00000103

OSNotifyCreate: 89D84A30 (S1F0) = 00000103

OSNotifyCreate: 89D84E54 (PE55) = 00000103

OSNotifyCreate: 89D5D320 (S1F0) = 00000103

OSNotifyCreate: 89D5D744 (PE56) = 00000103

OSNotifyCreate: 89D5DBE8 (S1F0) = 00000103

OSNotifyCreate: 89D5E00C (PE57) = 00000103

OSNotifyCreate: 89D5E4B0 (S1F0) = 00000103

OSNotifyCreate: 89D5E8D4 (PE61) = 00000103

OSNotifyCreate: 89D5ED78 (S1F0) = 00000103

OSNotifyCreate: 89D5F19C (PE62) = 00000103

OSNotifyCreate: 89D5F640 (S1F0) = 00000103

OSNotifyCreate: 89D5FA64 (PE63) = 00000103

OSNotifyCreate: 89D5FF08 (S1F0) = 00000103

OSNotifyCreate: 89D6032C (PE64) = 00000103

OSNotifyCreate: 89D607D0 (S1F0) = 00000103

OSNotifyCreate: 89D60BF4 (PE65) = 00000103

OSNotifyCreate: 89D61098 (S1F0) = 00000103

OSNotifyCreate: 89D614BC (PE66) = 00000103

OSNotifyCreate: 89D61960 (S1F0) = 00000103

OSNotifyCreate: 89D61D84 (PE67) = 00000103

OSNotifyCreate: 89D62228 (S1F0) = 00000103

OSNotifyCreate: 89D6264C (PE71) = 00000103

OSNotifyCreate: 89D62AF0 (S1F0) = 00000103

OSNotifyCreate: 89D62F14 (PE72) = 00000103

OSNotifyCreate: 89D633B8 (S1F0) = 00000103

OSNotifyCreate: 89D637DC (PE73) = 00000103

OSNotifyCreate: 89D63C80 (S1F0) = 00000103

OSNotifyCreate: 89D640A4 (PE74) = 00000103

OSNotifyCreate: 89D64548 (S1F0) = 00000103

OSNotifyCreate: 89D6496C (PE75) = 00000103

OSNotifyCreate: 89D64E10 (S1F0) = 00000103

OSNotifyCreate: 89D65234 (PE76) = 00000103

OSNotifyCreate: 89D656D8 (S1F0) = 00000103

OSNotifyCreate: 89D65AFC (PE77) = 00000103

OSNotifyCreate: 89D65FA0 (S1F0) = 00000103

OSNotifyCreate: 89D663C4 (PE81) = 00000103

OSNotifyCreate: 89D66868 (S1F0) = 00000103

OSNotifyCreate: 89D66C8C (PE82) = 00000103

OSNotifyCreate: 89D67130 (S1F0) = 00000103

OSNotifyCreate: 89D67554 (PE83) = 00000103

OSNotifyCreate: 89D679F8 (S1F0) = 00000103

OSNotifyCreate: 89D67E1C (PE84) = 00000103

OSNotifyCreate: 89D682C0 (S1F0) = 00000103

OSNotifyCreate: 89D686E4 (PE85) = 00000103

OSNotifyCreate: 89D68B88 (S1F0) = 00000103

OSNotifyCreate: 89D68FAC (PE86) = 00000103

OSNotifyCreate: 89D69450 (S1F0) = 00000103

OSNotifyCreate: 89D69874 (PE87) = 00000103

OSNotifyCreate: 89D69D18 (S1F0) = 00000103

OSNotifyCreate: 89D6A13C (PE91) = 00000103

OSNotifyCreate: 89D6A5E0 (S1F0) = 00000103

OSNotifyCreate: 89D6AA04 (PE92) = 00000103

OSNotifyCreate: 89D6AEA8 (S1F0) = 00000103

OSNotifyCreate: 89D6B2CC (PE93) = 00000103

OSNotifyCreate: 89D6B770 (S1F0) = 00000103

OSNotifyCreate: 89D6BB94 (PE94) = 00000103

OSNotifyCreate: 89D6C038 (S1F0) = 00000103

OSNotifyCreate: 89D6C45C (PE95) = 00000103

OSNotifyCreate: 89D6C900 (S1F0) = 00000103

OSNotifyCreate: 89D6CD24 (PE96) = 00000103

OSNotifyCreate: 89D45200 (S1F0) = 00000103

OSNotifyCreate: 89D455E4 (PE97) = 00000103

OSNotifyCreate: 89D45AB0 (S1F0) = 00000103

OSNotifyCreate: 89D45EB4 (PEA1) = 00000103

OSNotifyCreate: 89D46380 (S1F0) = 00000103

OSNotifyCreate: 89D46764 (PEA2) = 00000103

OSNotifyCreate: 89D46C30 (S1F0) = 00000103

OSNotifyCreate: 89D47034 (PEA3) = 00000103

OSNotifyCreate: 89D47500 (S1F0) = 00000103

OSNotifyCreate: 89D478E4 (PEA4) = 00000103

OSNotifyCreate: 89D47DB0 (S1F0) = 00000103

OSNotifyCreate: 89D481B4 (PEA5) = 00000103

OSNotifyCreate: 89D48680 (S1F0) = 00000103

OSNotifyCreate: 89D48A64 (PEA6) = 00000103

OSNotifyCreate: 89D48F30 (S1F0) = 00000103

OSNotifyCreate: 89D49334 (PEA7) = 00000103

OSNotifyCreate: 89D49800 (S1F0) = 00000103

OSNotifyCreate: 89D49BE4 (PEB1) = 00000103

OSNotifyCreate: 89D4A0B0 (S1F0) = 00000103

OSNotifyCreate: 89D4A4B4 (PEB2) = 00000103

OSNotifyCreate: 89D4A980 (S1F0) = 00000103

OSNotifyCreate: 89D4AD64 (PEB3) = 00000103

OSNotifyCreate: 89D4B230 (S1F0) = 00000103

OSNotifyCreate: 89D4B634 (PEB4) = 00000103

OSNotifyCreate: 89D4BB00 (S1F0) = 00000103

OSNotifyCreate: 89D4BEE4 (PEB5) = 00000103

OSNotifyCreate: 89D4C3B0 (S1F0) = 00000103

OSNotifyCreate: 89D4C7B4 (PEB6) = 00000103

OSNotifyCreate: 89D4CC80 (S1F0) = 00000103

OSNotifyCreate: 89D4D064 (PEB7) = 00000103

OSNotifyCreate: 89D4D530 (S1F0) = 00000103

OSNotifyCreate: 89D4D9A0 (LID_) = 00000103

OSNotifyCreate: 89D4DCD8 (NVD_) = 00000103

OSNotifyCreate: 89D4E4FC (NV00) = 00000103

OSNotifyCreate: 89D4E604 (NV01) = 00000103

OSNotifyCreate: 89D4E6F8 (NV02) = 00000103

OSNotifyCreate: 89D4E7EC (NV03) = 00000103

OSNotifyCreate: 89D4E8E0 (NV04) = 00000103

OSNotifyCreate: 89D4E9D4 (NV05) = 00000103

OSNotifyCreate: 89D4EAC8 (NV06) = 00000103

OSNotifyCreate: 89D4EBBC (NV07) = 00000103

OSNotifyCreate: 89D4ECB0 (NV08) = 00000103

OSNotifyCreate: 89D4EDA4 (NV09) = 00000103

OSNotifyCreate: 89D4EE98 (NV10) = 00000103

OSNotifyCreate: 89D4EF8C (NV11) = 00000103

OSNotifyCreate: 89D4F080 (NV12) = 00000103

OSNotifyCreate: 89D4F174 (NV13) = 00000103

OSNotifyCreate: 89D4F268 (NV14) = 00000103

OSNotifyCreate: 89D4F35C (NV15) = 00000103

OSNotifyCreate: 89D4F450 (NV16) = 00000103

OSNotifyCreate: 89D4F544 (NV17) = 00000103

OSNotifyCreate: 89D4F638 (NV18) = 00000103

OSNotifyCreate: 89D4F72C (NV19) = 00000103

OSNotifyCreate: 89D4F820 (NV20) = 00000103

OSNotifyCreate: 89D4F914 (NV21) = 00000103

OSNotifyCreate: 89D4FA08 (NV22) = 00000103

OSNotifyCreate: 89D4FAFC (NV23) = 00000103

OSNotifyCreate: 89D4FBF0 (NV24) = 00000103

OSNotifyCreate: 89D4FCE4 (NV25) = 00000103

OSNotifyCreate: 89D4FDD8 (NV26) = 00000103

OSNotifyCreate: 89D4FECC (NV27) = 00000103

OSNotifyCreate: 89D4FFC0 (NV28) = 00000103

OSNotifyCreate: 89D500B4 (NV29) = 00000103

OSNotifyCreate: 89D501A8 (NV30) = 00000103

OSNotifyCreate: 89D5029C (NV31) = 00000103

OSNotifyCreate: 89D50390 (NV32) = 00000103

OSNotifyCreate: 89D50484 (NV33) = 00000103

OSNotifyCreate: 89D50578 (NV34) = 00000103

OSNotifyCreate: 89D5066C (NV35) = 00000103

OSNotifyCreate: 89D50760 (NV36) = 00000103

OSNotifyCreate: 89D50854 (NV37) = 00000103

OSNotifyCreate: 89D50948 (NV38) = 00000103

OSNotifyCreate: 89D50A3C (NV39) = 00000103

OSNotifyCreate: 89D50B30 (NV40) = 00000103

OSNotifyCreate: 89D50C24 (NV41) = 00000103

OSNotifyCreate: 89D50D18 (NV42) = 00000103

OSNotifyCreate: 89D50E0C (NV43) = 00000103

OSNotifyCreate: 89D50F00 (NV44) = 00000103

OSNotifyCreate: 89D50FF4 (NV45) = 00000103

OSNotifyCreate: 89D510E8 (NV46) = 00000103

OSNotifyCreate: 89D511DC (NV47) = 00000103

OSNotifyCreate: 89D512D0 (NV48) = 00000103

OSNotifyCreate: 89D513C4 (NV49) = 00000103

OSNotifyCreate: 89D514B8 (NV50) = 00000103

OSNotifyCreate: 89D515AC (NV51) = 00000103

OSNotifyCreate: 89D516A0 (NV52) = 00000103

OSNotifyCreate: 89D51794 (NV53) = 00000103

OSNotifyCreate: 89D51888 (NV54) = 00000103

OSNotifyCreate: 89D5197C (NV55) = 00000103

OSNotifyCreate: 89D51A70 (NV56) = 00000103

OSNotifyCreate: 89D51B64 (NV57) = 00000103

OSNotifyCreate: 89D51C58 (NV58) = 00000103

OSNotifyCreate: 89D51D4C (NV59) = 00000103

OSNotifyCreate: 89D51E40 (NV60) = 00000103

OSNotifyCreate: 89D51F34 (NV61) = 00000103

OSNotifyCreate: 89D52028 (NV62) = 00000103

OSNotifyCreate: 89D5211C (NV63) = 00000103

OSNotifyCreateProcessor: Processor Object #2: 89d528f8

89D39C30 GenuineIntel - x86 Family 6 Model 14- 1 ACPIBuildProcessorExtension: = 00000000

OSNotifyCreate: 89D528F8 (CP01) = 00000103

ACPIWmiLogEvent: Disabling WMI loging using global handle. status = c0000008

ACPIGpeInstallRemoveIndex: Setting GPE #9: Byte 0x1 bit 1

ACPIGpeInstallRemoveIndex: Setting GPE #1: Byte 0x0 bit 1

ACPIGpeInstallRemoveIndex: Setting GPE #2: Byte 0x0 bit 2

ACPIGpeInstallRemoveIndex: Setting GPE #3: Byte 0x0 bit 3

ACPIWriteGpeEnableRegister: Writing GPE Enable register 0 = e

ACPIWriteGpeEnableRegister: Writing GPE Enable register 1 = 2

89DB4EA0 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000

89DB4EA0 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103

1: kd> !idt

Dumping IDT: f773d6e0

a30e828800000037: 804ed194 hal!PicSpuriousService37

a30e82880000003d: 804ee7d8 hal!HalpApcInterrupt

a30e828800000041: 804ee618 hal!HalpDispatchInterrupt

a30e828800000050: 804ed26c hal!HalpApicRebootService
a30e8288000000b1: 89d39774 ACPI!ACPIInterruptServiceRoutine (KINTERRUPT 89d39738)

a30e8288000000c1: 804ed408 hal!HalpBroadcastCallService

a30e8288000000d1: 804ecb74 hal!HalpClockInterruptPn

a30e8288000000e1: 804ed83c hal!HalpIpiHandler

a30e8288000000e3: 804ed650 hal!HalpLocalApicErrorService

a30e8288000000fd: 804edde8 hal!HalpProfileInterrupt

a30e8288000000fe: 804edfa0 hal!HalpPerfInterrupt