struct X86MsrIo

Defined at line 19 of file ../../zircon/system/ulib/hwreg/include/hwreg/x86msr.h

This can be passed to ReadFrom and WriteTo methods.

The RegisterAddr object holds the whole MSR number.

Public Methods

template <typename IntType>
void Write (IntType value, uint32_t msr)

Defined at line 21 of file ../../zircon/system/ulib/hwreg/include/hwreg/x86msr.h

template <typename IntType>
IntType Read (uint32_t msr)

Defined at line 34 of file ../../zircon/system/ulib/hwreg/include/hwreg/x86msr.h