Functions | Variables
x64::msrs::ia32_pat::pa4 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 = 0x0000000700000000UL
 
constexpr const auto from = 32
 
constexpr const auto name = "pa4"
 

Function Documentation

◆ get() [1/2]

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

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

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

Definition at line 141 of file msrs_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::msrs::ia32_pat::pa4::mask = 0x0000000700000000UL

Definition at line 129 of file msrs_x64.h.

◆ from

constexpr const auto x64::msrs::ia32_pat::pa4::from = 32

Definition at line 130 of file msrs_x64.h.

◆ name

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

Definition at line 131 of file msrs_x64.h.