Functions | Variables
x64::msrs::ia32_pat::pa2 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 = 0x0000000000070000UL
 
constexpr const auto from = 16
 
constexpr const auto name = "pa2"
 

Function Documentation

◆ get() [1/2]

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

Definition at line 99 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::pa2::get ( val)
noexcept

Definition at line 103 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::pa2::set ( val)
noexcept

Definition at line 107 of file msrs_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::msrs::ia32_pat::pa2::mask = 0x0000000000070000UL

Definition at line 95 of file msrs_x64.h.

◆ from

constexpr const auto x64::msrs::ia32_pat::pa2::from = 16

Definition at line 96 of file msrs_x64.h.

◆ name

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

Definition at line 97 of file msrs_x64.h.