MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / wrmsr

Method wrmsr

Python-Bridge/Python-Bridge.py:141–142  ·  view source on GitHub ↗
(self, index, value)

Source from the content-addressed store, hash-verified

139 return status, value
140
141 def wrmsr(self, index, value):
142 return self.__kb.KbWriteMsr(c_uint(index), c_uint64(value))
143
144 def cpuid(self, function_id_eax):
145 info = self.CpuidInfo()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected