Home | History | Annotate | Download | only in Register

Lines Matching refs:BIT16

29   STM errors have BIT16 set.

37 #define ERROR_STM_SECURITY_VIOLATION (BIT31 | BIT16 | 0x0001)
38 #define ERROR_STM_CACHE_TYPE_NOT_SUPPORTED (BIT31 | BIT16 | 0x0002)
39 #define ERROR_STM_PAGE_NOT_FOUND (BIT31 | BIT16 | 0x0003)
40 #define ERROR_STM_BAD_CR3 (BIT31 | BIT16 | 0x0004)
41 #define ERROR_STM_PHYSICAL_OVER_4G (BIT31 | BIT16 | 0x0005)
42 #define ERROR_STM_VIRTUAL_SPACE_TOO_SMALL (BIT31 | BIT16 | 0x0006)
43 #define ERROR_STM_UNPROTECTABLE_RESOURCE (BIT31 | BIT16 | 0x0007)
44 #define ERROR_STM_ALREADY_STARTED (BIT31 | BIT16 | 0x0008)
45 #define ERROR_STM_WITHOUT_SMX_UNSUPPORTED (BIT31 | BIT16 | 0x0009)
46 #define ERROR_STM_STOPPED (BIT31 | BIT16 | 0x000A)
47 #define ERROR_STM_BUFFER_TOO_SMALL (BIT31 | BIT16 | 0x000B)
48 #define ERROR_STM_INVALID_VMCS_DATABASE (BIT31 | BIT16 | 0x000C)
49 #define ERROR_STM_MALFORMED_RESOURCE_LIST (BIT31 | BIT16 | 0x000D)
50 #define ERROR_STM_INVALID_PAGECOUNT (BIT31 | BIT16 | 0x000E)
51 #define ERROR_STM_LOG_ALLOCATED (BIT31 | BIT16 | 0x000F)
52 #define ERROR_STM_LOG_NOT_ALLOCATED (BIT31 | BIT16 | 0x0010)
53 #define ERROR_STM_LOG_NOT_STOPPED (BIT31 | BIT16 | 0x0011)
54 #define ERROR_STM_LOG_NOT_STARTED (BIT31 | BIT16 | 0x0012)
55 #define ERROR_STM_RESERVED_BIT_SET (BIT31 | BIT16 | 0x0013)
56 #define ERROR_STM_NO_EVENTS_ENABLED (BIT31 | BIT16 | 0x0014)
57 #define ERROR_STM_OUT_OF_RESOURCES (BIT31 | BIT16 | 0x0015)
58 #define ERROR_STM_FUNCTION_NOT_SUPPORTED (BIT31 | BIT16 | 0x0016)
59 #define ERROR_STM_UNPROTECTABLE (BIT31 | BIT16 | 0x0017)
60 #define ERROR_STM_UNSUPPORTED_MSR_BIT (BIT31 | BIT16 | 0x0018)
61 #define ERROR_STM_UNSPECIFIED (BIT31 | BIT16 | 0xFFFF)
70 #define ERROR_INVALID_API (BIT31 | BIT17 | BIT16 | BIT15 | 0x0001)
71 #define ERROR_INVALID_PARAMETER (BIT31 | BIT17 | BIT16 | BIT15 | 0x0002)