mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:55:41 +00:00
- New asm definitions for future use.
svn path=/trunk/; revision=20777
This commit is contained in:
parent
4b2b551c62
commit
d5debcbcd9
1 changed files with 13 additions and 0 deletions
|
@ -85,8 +85,12 @@ Author:
|
|||
#define KTHREAD_WAIT_IRQL 0x4E
|
||||
#define KTHREAD_SERVICE_TABLE 0x118
|
||||
#define KTHREAD_PREVIOUS_MODE 0xD7
|
||||
#define KTHREAD_COMBINED_APC_DISABLE 0x70
|
||||
#define KTHREAD_LARGE_STACK 0x107
|
||||
#define KTHREAD_TRAP_FRAME 0x110
|
||||
#define KTHREAD_CALLBACK_STACK 0x114
|
||||
#define KTHREAD_APC_STATE_INDEX 0x11C
|
||||
#define KTHREAD_STACK_BASE 0x158
|
||||
|
||||
//
|
||||
// KPROCESS Offsets
|
||||
|
@ -310,6 +314,15 @@ Author:
|
|||
#define CR0_CD 0x40000000
|
||||
#define CR0_PG 0x80000000
|
||||
|
||||
//
|
||||
// Usermode callout frame definitions
|
||||
//
|
||||
#define CBSTACK_STACK 0x0
|
||||
#define CBSTACK_TRAP_FRAME 0x4
|
||||
#define CBSTACK_CALLBACK_STACK 0x8
|
||||
#define CBSTACK_RESULT 0x20
|
||||
#define CBSTACK_RESULT_LENGTH 0x24
|
||||
|
||||
//
|
||||
// Generic Definitions
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue