Skip to content

KP on Xeon X5670 (Westmere) (solved) #29

@Oxdeadc0de

Description

@Oxdeadc0de

Read from Model Specific Registers (logMSRs enabled):
MSR_PKGC3_IRTL
MSR_PKGC6_IRTL
MSR_PKG_C2_RESIDENCY

will cause a general protection exception and instant reboot.
So, if you have Xeon X5670 (or same gen) - just comment out this lines:

IOLOG("MSR_PKGC3_IRTL...................(0x60a) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKGC3_IRTL));
IOLOG("MSR_PKGC6_IRTL...................(0x60b) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKGC6_IRTL));

IOLOG("MSR_PKG_C2_RESIDENCY.............(0x60d) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKG_C2_RESIDENCY));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions