Variables
x64::access_rights::type Namespace Reference

Variables

constexpr const auto tss_busy = 0x0000000BU
 
constexpr const auto tss_available = 0x00000009U
 
constexpr const auto read_only = 0x00000000U
 
constexpr const auto read_only_accessed = 0x00000001U
 
constexpr const auto read_write = 0x00000002U
 
constexpr const auto read_write_accessed = 0x00000003U
 
constexpr const auto read_only_expand_down = 0x00000004U
 
constexpr const auto read_only_expand_down_accessed = 0x00000005U
 
constexpr const auto read_write_expand_down = 0x00000006U
 
constexpr const auto read_write_expand_down_accessed = 0x00000007U
 
constexpr const auto execute_only = 0x00000008U
 
constexpr const auto execute_only_accessed = 0x00000009U
 
constexpr const auto read_execute = 0x0000000AU
 
constexpr const auto read_execute_accessed = 0x0000000BU
 
constexpr const auto execute_only_conforming = 0x0000000CU
 
constexpr const auto execute_only_conforming_accessed = 0x0000000DU
 
constexpr const auto read_execute_conforming = 0x0000000EU
 
constexpr const auto read_execute_conforming_accessed = 0x0000000FU
 

Variable Documentation

◆ tss_busy

constexpr const auto x64::access_rights::type::tss_busy = 0x0000000BU

Definition at line 54 of file x64.h.

◆ tss_available

constexpr const auto x64::access_rights::type::tss_available = 0x00000009U

Definition at line 55 of file x64.h.

◆ read_only

constexpr const auto x64::access_rights::type::read_only = 0x00000000U

Definition at line 57 of file x64.h.

◆ read_only_accessed

constexpr const auto x64::access_rights::type::read_only_accessed = 0x00000001U

Definition at line 58 of file x64.h.

◆ read_write

constexpr const auto x64::access_rights::type::read_write = 0x00000002U

Definition at line 59 of file x64.h.

◆ read_write_accessed

constexpr const auto x64::access_rights::type::read_write_accessed = 0x00000003U

Definition at line 60 of file x64.h.

◆ read_only_expand_down

constexpr const auto x64::access_rights::type::read_only_expand_down = 0x00000004U

Definition at line 61 of file x64.h.

◆ read_only_expand_down_accessed

constexpr const auto x64::access_rights::type::read_only_expand_down_accessed = 0x00000005U

Definition at line 62 of file x64.h.

◆ read_write_expand_down

constexpr const auto x64::access_rights::type::read_write_expand_down = 0x00000006U

Definition at line 63 of file x64.h.

◆ read_write_expand_down_accessed

constexpr const auto x64::access_rights::type::read_write_expand_down_accessed = 0x00000007U

Definition at line 64 of file x64.h.

◆ execute_only

constexpr const auto x64::access_rights::type::execute_only = 0x00000008U

Definition at line 66 of file x64.h.

◆ execute_only_accessed

constexpr const auto x64::access_rights::type::execute_only_accessed = 0x00000009U

Definition at line 67 of file x64.h.

◆ read_execute

constexpr const auto x64::access_rights::type::read_execute = 0x0000000AU

Definition at line 68 of file x64.h.

◆ read_execute_accessed

constexpr const auto x64::access_rights::type::read_execute_accessed = 0x0000000BU

Definition at line 69 of file x64.h.

◆ execute_only_conforming

constexpr const auto x64::access_rights::type::execute_only_conforming = 0x0000000CU

Definition at line 70 of file x64.h.

◆ execute_only_conforming_accessed

constexpr const auto x64::access_rights::type::execute_only_conforming_accessed = 0x0000000DU

Definition at line 71 of file x64.h.

◆ read_execute_conforming

constexpr const auto x64::access_rights::type::read_execute_conforming = 0x0000000EU

Definition at line 72 of file x64.h.

◆ read_execute_conforming_accessed

constexpr const auto x64::access_rights::type::read_execute_conforming_accessed = 0x0000000FU

Definition at line 73 of file x64.h.