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

Functions

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

Variables

constexpr const auto mask = 0x0000000000100000UL
 
constexpr const auto from = 20
 
constexpr const auto name = "smep_enable_bit"
 

Function Documentation

◆ get()

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

Definition at line 472 of file crs_intel_x64.h.

◆ set()

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

Definition at line 475 of file crs_intel_x64.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::cr4::smep_enable_bit::mask = 0x0000000000100000UL

Definition at line 468 of file crs_intel_x64.h.

◆ from

constexpr const auto intel_x64::cr4::smep_enable_bit::from = 20

Definition at line 469 of file crs_intel_x64.h.

◆ name

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

Definition at line 470 of file crs_intel_x64.h.