Functions | Variables
intel_x64::msrs::ia32_feature_control::senter_local_function_enables Namespace Reference

Functions

auto get () 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 = 0x0000000000007F00UL
 
constexpr const auto from = 8
 
constexpr const auto name = "senter_local_function_enables"
 

Function Documentation

◆ get()

auto intel_x64::msrs::ia32_feature_control::senter_local_function_enables::get ( )
inlinenoexcept

Definition at line 104 of file msrs_intel_x64.h.

◆ set()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void intel_x64::msrs::ia32_feature_control::senter_local_function_enables::set ( val)
noexcept

Definition at line 108 of file msrs_intel_x64.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::msrs::ia32_feature_control::senter_local_function_enables::mask = 0x0000000000007F00UL

Definition at line 100 of file msrs_intel_x64.h.

◆ from

constexpr const auto intel_x64::msrs::ia32_feature_control::senter_local_function_enables::from = 8

Definition at line 101 of file msrs_intel_x64.h.

◆ name

constexpr const auto intel_x64::msrs::ia32_feature_control::senter_local_function_enables::name = "senter_local_function_enables"

Definition at line 102 of file msrs_intel_x64.h.