Functions | Variables
intel_x64::msrs::ia32_debugctl::bts Namespace Reference

Functions

auto get () noexcept
 
void set (bool val) noexcept
 

Variables

constexpr const auto mask = 0x0000000000000080UL
 
constexpr const auto from = 7
 
constexpr const auto name = "bts"
 

Function Documentation

◆ get()

auto intel_x64::msrs::ia32_debugctl::bts::get ( )
inlinenoexcept

Definition at line 282 of file msrs_intel_x64.h.

◆ set()

void intel_x64::msrs::ia32_debugctl::bts::set ( bool  val)
inlinenoexcept

Definition at line 285 of file msrs_intel_x64.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::msrs::ia32_debugctl::bts::mask = 0x0000000000000080UL

Definition at line 278 of file msrs_intel_x64.h.

◆ from

constexpr const auto intel_x64::msrs::ia32_debugctl::bts::from = 7

Definition at line 279 of file msrs_intel_x64.h.

◆ name

constexpr const auto intel_x64::msrs::ia32_debugctl::bts::name = "bts"

Definition at line 280 of file msrs_intel_x64.h.