Versions in this module Expand all Collapse all v0 v0.0.1 Nov 1, 2018 Changes in this version + func ReadMSR(cpu int, msr int64) (uint64, error) + func ReadMSRWithLocation(cpu int, msr int64, fmtStr string) (uint64, error) + func WriteMSR(cpu int, msr int64, value uint64) error + func WriteMSRWithLocation(cpu int, msr int64, value uint64, fmtStr string) error + type MSRDev struct + func MSR(cpu int) (MSRDev, error) + func MSRWithLocation(cpu int, fmtString string) (MSRDev, error) + func (d MSRDev) Close() error + func (d MSRDev) Read(msr int64) (uint64, error) + func (d MSRDev) Write(regno int64, value uint64) error