struct NullMsrIo
Defined at line 47 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/bug.h
A trivial MSR I/O provider that can be used in instances in which we do not
wish MSR writes to take effect but still wish to observe the result (e.g., a
dry-run context of sorts).
Public Methods
template <typename IntType>
void Write (IntType value, uint32_t msr)
Defined at line 49 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/bug.h
template <typename IntType>
IntType Read (uint32_t msr)
Defined at line 52 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/bug.h