- Timestamp:
- Feb 19, 2001, 6:53:53 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/OS2KVM.h
r5095 r5183 1 /* $Id: OS2KVM.h,v 1.1 0 2001-02-11 15:02:27bird Exp $1 /* $Id: OS2KVM.h,v 1.11 2001-02-19 05:53:53 bird Exp $ 2 2 * 3 3 * OS/2 kernel VM functions. … … 100 100 #define VMA_ARENAPRIVATE 0x02000000UL /* (VPMVMAC_ARENAPRV) Private Arena */ 101 101 #define VMA_ARENAHEAP 0x06000000UL /* Heap Arena */ 102 #define VMA_ARENAHIGHA 0x00008000UL /* High shared arena (Warp >= fp13) */102 #define VMA_ARENAHIGHA 0x00008000UL /* High shared arena (Warp >= fp13) - flag! Use together with VMA_ARENASHARED or VMA_ARENAPRIVATE */ 103 103 #define VMA_ARENAHIGH (options.ulBuild >= AURORAGA ? VMA_ARENAHIGHA : 0UL) 104 104 #define VMA_ARENAMASKW 0x06000000UL /* Warp < fp13 Arena Mask */ … … 117 117 118 118 /* 119 * VMAlloc flFlags2 guessings 119 * VMAlloc flFlags2 guessings - These are flags to the Selector Manager. 120 * Now prefixed SELAF - SELectorAllocFlags. 120 121 */ 121 122 #if 0 /*???*/ 122 123 #define VDHAM_FIXED 0x0000UL 123 124 #define VDHAM_SWAPPABLE 0x0001UL 124 #define VPMVMFM_VDM 0x00000004UL 125 #define VPMVMFM_VDM 0x00000004UL/* Request on behalf of VDM */ 125 126 #endif 126 127 #define VMAF2_WRITE 0x00000002UL /* PAG_WRITE */ 127 #define SELAF_SELMAP 0x0400 128 #define SELAF_WRITE 0x0002 /* Writable selector. (PAG_WRITE) */ 129 #define SELAF_DPL0 0x0000 /* Descriptor privilege level - Ring 0 */ 130 #define SELAF_DPL1 0x0020 /* Descriptor privilege level - Ring 1 */ 131 #define SELAF_DPL2 0x0040 /* Descriptor privilege level - Ring 2 */ 132 #define SELAF_DPL3 0x0060 /* Descriptor privilege level - Ring 3 */ 128 133 129 134
Note:
See TracChangeset
for help on using the changeset viewer.