Functions | Variables
x64::segment_register::ldtr::rpl 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 = 0x00000003U
 
constexpr const auto from = 0
 
constexpr const auto name = "rpl"
 

Function Documentation

◆ get()

auto x64::segment_register::ldtr::rpl::get ( )
inlinenoexcept

Definition at line 365 of file srs_x64.h.

◆ set()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void x64::segment_register::ldtr::rpl::set ( val)
noexcept

Definition at line 369 of file srs_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::segment_register::ldtr::rpl::mask = 0x00000003U

Definition at line 361 of file srs_x64.h.

◆ from

constexpr const auto x64::segment_register::ldtr::rpl::from = 0

Definition at line 362 of file srs_x64.h.

◆ name

constexpr const auto x64::segment_register::ldtr::rpl::name = "rpl"

Definition at line 363 of file srs_x64.h.