Variables
x64::memory_type Namespace Reference

Variables

constexpr const auto uncacheable = 0x00000000UL
 
constexpr const auto write_combining = 0x00000001UL
 
constexpr const auto write_through = 0x00000004UL
 
constexpr const auto write_protected = 0x00000005UL
 
constexpr const auto write_back = 0x00000006UL
 
constexpr const auto uncacheable_minus = 0x00000007UL
 

Variable Documentation

◆ uncacheable

constexpr const auto x64::memory_type::uncacheable = 0x00000000UL

Definition at line 42 of file x64.h.

◆ write_combining

constexpr const auto x64::memory_type::write_combining = 0x00000001UL

Definition at line 43 of file x64.h.

◆ write_through

constexpr const auto x64::memory_type::write_through = 0x00000004UL

Definition at line 44 of file x64.h.

◆ write_protected

constexpr const auto x64::memory_type::write_protected = 0x00000005UL

Definition at line 45 of file x64.h.

◆ write_back

constexpr const auto x64::memory_type::write_back = 0x00000006UL

Definition at line 46 of file x64.h.

◆ uncacheable_minus

constexpr const auto x64::memory_type::uncacheable_minus = 0x00000007UL

Definition at line 47 of file x64.h.