Functions | Variables
intel_x64::cr0::write_protect Namespace Reference

Functions

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

Variables

constexpr const auto mask = 0x0000000000010000UL
 
constexpr const auto from = 16
 
constexpr const auto name = "write_protect"
 

Function Documentation

◆ get()

auto intel_x64::cr0::write_protect::get ( )
inlinenoexcept

Definition at line 138 of file crs_intel_x64.h.

◆ set()

void intel_x64::cr0::write_protect::set ( bool  val)
inlinenoexcept

Definition at line 141 of file crs_intel_x64.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::cr0::write_protect::mask = 0x0000000000010000UL

Definition at line 134 of file crs_intel_x64.h.

◆ from

constexpr const auto intel_x64::cr0::write_protect::from = 16

Definition at line 135 of file crs_intel_x64.h.

◆ name

constexpr const auto intel_x64::cr0::write_protect::name = "write_protect"

Definition at line 136 of file crs_intel_x64.h.