Functions | Variables
x64::msrs::ia32_pat::pa1 Namespace Reference

Functions

auto get () noexcept
 
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
auto get (T val) noexcept
 
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void set (T val) noexcept
 

Variables

constexpr const auto mask = 0x0000000000000700UL
 
constexpr const auto from = 8
 
constexpr const auto name = "pa1"
 

Function Documentation

◆ get() [1/2]

auto x64::msrs::ia32_pat::pa1::get ( )
inlinenoexcept

Definition at line 82 of file msrs_x64.h.

◆ get() [2/2]

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
auto x64::msrs::ia32_pat::pa1::get ( val)
noexcept

Definition at line 86 of file msrs_x64.h.

◆ set()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void x64::msrs::ia32_pat::pa1::set ( val)
noexcept

Definition at line 90 of file msrs_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::msrs::ia32_pat::pa1::mask = 0x0000000000000700UL

Definition at line 78 of file msrs_x64.h.

◆ from

constexpr const auto x64::msrs::ia32_pat::pa1::from = 8

Definition at line 79 of file msrs_x64.h.

◆ name

constexpr const auto x64::msrs::ia32_pat::pa1::name = "pa1"

Definition at line 80 of file msrs_x64.h.