ReactOS
0.4.16-dev-942-g91fadeb
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
ke.h
Go to the documentation of this file.
1
$if
(
_WDMDDK_
)
4
/* Interrupt request levels */
5
#define PASSIVE_LEVEL 0
6
#define LOW_LEVEL 0
7
#define APC_LEVEL 1
8
#define DISPATCH_LEVEL 2
9
#define CLOCK_LEVEL 13
10
#define IPI_LEVEL 14
11
#define DRS_LEVEL 14
12
#define POWER_LEVEL 14
13
#define PROFILE_LEVEL 15
14
#define HIGH_LEVEL 15
15
16
#define SharedUserData ((KUSER_SHARED_DATA * const)KI_USER_SHARED_DATA)
17
18
#define PAGE_SIZE 0x1000
19
#define PAGE_SHIFT 12L
20
21
#define PAUSE_PROCESSOR YieldProcessor();
22
23
/* FIXME: Based on AMD64 but needed to compile apps */
24
#define KERNEL_STACK_SIZE 12288
25
#define KERNEL_LARGE_STACK_SIZE 61440
26
#define KERNEL_LARGE_STACK_COMMIT KERNEL_STACK_SIZE
27
/* FIXME End */
28
29
#define EXCEPTION_READ_FAULT 0
30
#define EXCEPTION_WRITE_FAULT 1
31
#define EXCEPTION_EXECUTE_FAULT 8
32
33
NTSYSAPI
34
PKTHREAD
35
NTAPI
36
KeGetCurrentThread
(
VOID
);
37
38
#define DbgRaiseAssertionFailure() __break(0xf001)
39
40
$endif
(
_WDMDDK_
)
41
$if
(
_NTDDK_
)
42
43
#define ARM64_MAX_BREAKPOINTS 8
44
#define ARM64_MAX_WATCHPOINTS 2
45
46
typedef
union
NEON128
{
47
struct
{
48
ULONGLONG
Low
;
49
LONGLONG
High
;
50
}
DUMMYSTRUCTNAME
;
51
double
D
[2];
52
float
S
[4];
53
USHORT
H
[8];
54
UCHAR
B
[16];
55
}
NEON128
, *
PNEON128
;
56
typedef
NEON128
NEON128
, *
PNEON128
;
57
58
typedef
struct
_CONTEXT
{
59
60
//
61
// Control flags.
62
//
63
64
ULONG
ContextFlags
;
65
66
//
67
// Integer registers
68
//
69
70
ULONG
Cpsr
;
71
union
{
72
struct
{
73
ULONG64
X0
;
74
ULONG64
X1
;
75
ULONG64
X2
;
76
ULONG64
X3
;
77
ULONG64
X4
;
78
ULONG64
X5
;
79
ULONG64
X6
;
80
ULONG64
X7
;
81
ULONG64
X8
;
82
ULONG64
X9
;
83
ULONG64
X10
;
84
ULONG64
X11
;
85
ULONG64
X12
;
86
ULONG64
X13
;
87
ULONG64
X14
;
88
ULONG64
X15
;
89
ULONG64
X16
;
90
ULONG64
X17
;
91
ULONG64
X18
;
92
ULONG64
X19
;
93
ULONG64
X20
;
94
ULONG64
X21
;
95
ULONG64
X22
;
96
ULONG64
X23
;
97
ULONG64
X24
;
98
ULONG64
X25
;
99
ULONG64
X26
;
100
ULONG64
X27
;
101
ULONG64
X28
;
102
ULONG64
Fp
;
103
ULONG64
Lr
;
104
}
DUMMYSTRUCTNAME
;
105
ULONG64
X
[31];
106
}
DUMMYUNIONNAME
;
107
108
ULONG64
Sp
;
109
ULONG64
Pc
;
110
111
//
112
// Floating Point/NEON Registers
113
//
114
115
NEON128
V
[32];
116
ULONG
Fpcr
;
117
ULONG
Fpsr
;
118
119
//
120
// Debug registers
121
//
122
123
ULONG
Bcr
[
ARM64_MAX_BREAKPOINTS
];
124
ULONG64
Bvr
[
ARM64_MAX_BREAKPOINTS
];
125
ULONG
Wcr
[
ARM64_MAX_WATCHPOINTS
];
126
ULONG64
Wvr
[
ARM64_MAX_WATCHPOINTS
];
127
128
}
CONTEXT
, *
PCONTEXT
;
129
$endif
NTSYSAPI
#define NTSYSAPI
Definition:
ntoskrnl.h:12
D
#define D(d)
Definition:
builtin.c:4557
B
Definition:
ehthrow.cxx:54
X
Definition:
rawriter_test.cpp:12
KeGetCurrentThread
#define KeGetCurrentThread
Definition:
hal.h:55
void
Definition:
nsiface.idl:2307
ULONG64
unsigned __int64 ULONG64
Definition:
imports.h:198
H
#define H
DUMMYSTRUCTNAME
#define DUMMYSTRUCTNAME
Definition:
ntbasedef.h:58
_NTDDK_
#define _NTDDK_
Definition:
ntddk.template.h:26
USHORT
unsigned short USHORT
Definition:
pedump.c:61
$if
$if(_WDMDDK_) typedef struct _KFLOATING_SAVE
Definition:
ke.h:1
CONTEXT
CONTEXT
Definition:
ke.h:288
NEON128
NEON128 NEON128
Definition:
ke.h:56
ARM64_MAX_WATCHPOINTS
#define ARM64_MAX_WATCHPOINTS
ARM64_MAX_BREAKPOINTS
#define ARM64_MAX_BREAKPOINTS
PCONTEXT
struct _CONTEXT * PCONTEXT
$endif
$endif(_WDMDDK_) $if(_NTDDK_) typedef struct _NEON128
Definition:
ke.h:202
NEON128
NEON128
Definition:
ke.h:229
PNEON128
* PNEON128
Definition:
ke.h:229
High
@ High
Definition:
strmini.h:378
Low
@ Low
Definition:
strmini.h:380
S
Definition:
movable.cpp:9
V
Definition:
mfunptr_test.cpp:179
_CONTEXT
Definition:
nt_native.h:1406
_CONTEXT::X27
ULONG64 X27
Definition:
ke.h:100
_CONTEXT::Wcr
ULONG Wcr[ARM_MAX_WATCHPOINTS]
Definition:
ke.h:288
_CONTEXT::Cpsr
ULONG Cpsr
Definition:
ke.h:272
_CONTEXT::Pc
ULONG64 Pc
Definition:
ke.h:109
_CONTEXT::X0
ULONG64 X0
Definition:
ke.h:73
_CONTEXT::X23
ULONG64 X23
Definition:
ke.h:96
_CONTEXT::X4
ULONG64 X4
Definition:
ke.h:77
_CONTEXT::X22
ULONG64 X22
Definition:
ke.h:95
_CONTEXT::X15
ULONG64 X15
Definition:
ke.h:88
_CONTEXT::Wvr
ULONG Wvr[ARM_MAX_WATCHPOINTS]
Definition:
ke.h:287
_CONTEXT::X5
ULONG64 X5
Definition:
ke.h:78
_CONTEXT::X20
ULONG64 X20
Definition:
ke.h:93
_CONTEXT::X10
ULONG64 X10
Definition:
ke.h:83
_CONTEXT::X28
ULONG64 X28
Definition:
ke.h:101
_CONTEXT::X24
ULONG64 X24
Definition:
ke.h:97
_CONTEXT::ContextFlags
ULONG ContextFlags
Definition:
nt_native.h:1426
_CONTEXT::Bcr
ULONG Bcr[ARM_MAX_BREAKPOINTS]
Definition:
ke.h:286
_CONTEXT::X18
ULONG64 X18
Definition:
ke.h:91
_CONTEXT::Lr
ULONG64 Lr
Definition:
ke.h:103
_CONTEXT::X14
ULONG64 X14
Definition:
ke.h:87
_CONTEXT::DUMMYSTRUCTNAME
struct _CONTEXT::@4061::@4062 DUMMYSTRUCTNAME
_CONTEXT::X26
ULONG64 X26
Definition:
ke.h:99
_CONTEXT::X6
ULONG64 X6
Definition:
ke.h:79
_CONTEXT::Fpcr
ULONG Fpcr
Definition:
ke.h:116
_CONTEXT::X13
ULONG64 X13
Definition:
ke.h:86
_CONTEXT::X12
ULONG64 X12
Definition:
ke.h:85
_CONTEXT::X17
ULONG64 X17
Definition:
ke.h:90
_CONTEXT::Fpsr
ULONG Fpsr
Definition:
ke.h:117
_CONTEXT::X1
ULONG64 X1
Definition:
ke.h:74
_CONTEXT::Sp
ULONG64 Sp
Definition:
ke.h:108
_CONTEXT::X9
ULONG64 X9
Definition:
ke.h:82
_CONTEXT::X2
ULONG64 X2
Definition:
ke.h:75
_CONTEXT::X16
ULONG64 X16
Definition:
ke.h:89
_CONTEXT::X25
ULONG64 X25
Definition:
ke.h:98
_CONTEXT::X7
ULONG64 X7
Definition:
ke.h:80
_CONTEXT::Bvr
ULONG Bvr[ARM_MAX_BREAKPOINTS]
Definition:
ke.h:285
_CONTEXT::X3
ULONG64 X3
Definition:
ke.h:76
_CONTEXT::X11
ULONG64 X11
Definition:
ke.h:84
_CONTEXT::X19
ULONG64 X19
Definition:
ke.h:92
_CONTEXT::Fp
ULONG64 Fp
Definition:
ke.h:102
_CONTEXT::X8
ULONG64 X8
Definition:
ke.h:81
_CONTEXT::DUMMYUNIONNAME
union _CONTEXT::@4052 DUMMYUNIONNAME
_CONTEXT::X21
ULONG64 X21
Definition:
ke.h:94
_KTHREAD
Definition:
ketypes.h:1660
LONGLONG
int64_t LONGLONG
Definition:
typedefs.h:68
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
ULONGLONG
uint64_t ULONGLONG
Definition:
typedefs.h:67
_WDMDDK_
#define _WDMDDK_
Definition:
wdm.template.h:26
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
sdk
include
xdk
arm64
ke.h
Generated on Thu Apr 3 2025 06:13:32 for ReactOS by
1.9.6