Namespaces | Typedefs | Functions
x64::msrs Namespace Reference

Namespaces

 ia32_pat
 

Typedefs

using field_type = uint32_t
 
using value_type = uint64_t
 

Functions

template<class A >
auto get (A addr) noexcept
 
template<class A , class T >
void set (A addr, T val) noexcept
 

Typedef Documentation

◆ field_type

using x64::msrs::field_type = typedef uint32_t

Definition at line 39 of file msrs_x64.h.

◆ value_type

using x64::msrs::value_type = typedef uint64_t

Definition at line 40 of file msrs_x64.h.

Function Documentation

◆ get()

template<class A >
auto x64::msrs::get ( addr)
inlinenoexcept

Definition at line 42 of file msrs_x64.h.

◆ set()

template<class A , class T >
void x64::msrs::set ( addr,
val 
)
noexcept

Definition at line 45 of file msrs_x64.h.