Functions | Variables
intel_x64::cr4::machine_check_enable Namespace Reference

Functions

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

Variables

constexpr const auto mask = 0x0000000000000040UL
 
constexpr const auto from = 6
 
constexpr const auto name = "machine_check_enable"
 

Function Documentation

◆ get()

auto intel_x64::cr4::machine_check_enable::get ( )
inlinenoexcept

Definition at line 342 of file crs_intel_x64.h.

◆ set()

void intel_x64::cr4::machine_check_enable::set ( bool  val)
inlinenoexcept

Definition at line 345 of file crs_intel_x64.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::cr4::machine_check_enable::mask = 0x0000000000000040UL

Definition at line 338 of file crs_intel_x64.h.

◆ from

constexpr const auto intel_x64::cr4::machine_check_enable::from = 6

Definition at line 339 of file crs_intel_x64.h.

◆ name

constexpr const auto intel_x64::cr4::machine_check_enable::name = "machine_check_enable"

Definition at line 340 of file crs_intel_x64.h.