Subversion Repositories Kolibri OS

Rev

Rev 6282 | Rev 9057 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1408 serge 1
 
2
    .intel_syntax
3
4
 
2966 Serge 5
    .global _AcpiGetRootPtr
6591 serge 6
    .global _AllocKernelSpace
2966 Serge 7
    .global _AllocPage
1408 serge 8
    .global _AllocPages
9
10
 
1604 serge 11
12
 
4125 Serge 13
    .global _ChangeTask
4928 Serge 14
    .global _CreateEvent
1613 serge 15
    .global _CreateObject
2169 serge 16
    .global _CreateRingBuffer
17
    .global _CreateThread
4110 Serge 18
1613 serge 19
 
1408 serge 20
    .global _DestroyEvent
2966 Serge 21
    .global _DestroyObject
1408 serge 22
23
 
3480 Serge 24
    .global _DiskMediaChanged
25
26
 
1408 serge 27
    .global _FreePage
2966 Serge 28
1408 serge 29
 
6082 serge 30
    .global _GetCpuFreq
3482 Serge 31
    .global _GetDisplay
1408 serge 32
    .global _GetEvent
1613 serge 33
    .global _GetPgAddr
1408 serge 34
    .global _GetPCIList
6102 serge 35
    .global _GetPid
2169 serge 36
    .global _GetService
1408 serge 37
    .global _GetStackBase
3482 Serge 38
    .global _GetTimerTicks
1616 serge 39
    .global _GetWindowRect
2966 Serge 40
1408 serge 41
 
42
    .global _KernelFree
43
44
 
45
46
 
3031 serge 47
48
 
1434 serge 49
    .global _MutexLock
50
    .global _MutexUnlock
51
    .global _InitRwsem
5345 serge 52
    .global _DownRead
53
    .global _DownWrite
54
    .global _UpRead
55
    .global _UpWrite
56
1434 serge 57
 
1408 serge 58
    .global _PciRead16
59
    .global _PciRead32
60
    .global _PciRead8
61
    .global _PciWrite16
62
    .global _PciWrite32
63
    .global _PciWrite8
64
65
 
1613 serge 66
67
 
1408 serge 68
69
 
6282 serge 70
71
 
72
    .global _SetMouseData
1434 serge 73
1872 serge 74
 
1408 serge 75
    .global _SysMsgBoardStr
76
77
 
4125 Serge 78
2966 Serge 79
 
2007 serge 80
    .global _UserFree
3039 serge 81
2007 serge 82
 
1613 serge 83
    .global _WaitEventTimeout
3391 Serge 84
1408 serge 85
 
6591 serge 86
1613 serge 87
 
2966 Serge 88
    .def  _AllocPage;         .scl  2;  .type 32; .endef
1408 serge 89
    .def  _AllocPages;        .scl  2;  .type 32; .endef
90
91
 
1604 serge 92
93
 
4125 Serge 94
    .def  _ChangeTask;        .scl  2;  .type 32; .endef
4928 Serge 95
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
1613 serge 96
    .def  _CreateObject;      .scl  2;  .type 32; .endef
2169 serge 97
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
1408 serge 98
    .def  _CreateThread;      .scl  2;  .type 32; .endef
4110 Serge 99
1408 serge 100
 
101
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
2966 Serge 102
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
1408 serge 103
104
 
3480 Serge 105
    .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
106
107
 
1408 serge 108
    .def  _FreePage;          .scl  2;  .type 32; .endef
2966 Serge 109
1408 serge 110
 
6082 serge 111
112
 
1408 serge 113
3482 Serge 114
 
115
    .def  _GetEvent;          .scl  2;  .type 32; .endef
1613 serge 116
    .def  _GetPCIList;        .scl  2;  .type 32; .endef
6102 serge 117
    .def  _GetPid;            .scl  2;  .type 32; .endef
2169 serge 118
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
1408 serge 119
    .def  _GetService;        .scl  2;  .type 32; .endef
120
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
1616 serge 121
    .def  _GetStackBase;      .scl  2;  .type 32; .endef
1872 serge 122
    .def  _GetWindowRect;     .scl  2;  .type 32; .endef
2966 Serge 123
1408 serge 124
 
125
    .def  _KernelFree;        .scl  2;  .type 32; .endef
126
127
 
128
129
 
3031 serge 130
131
 
1434 serge 132
    .def  _MutexLock;         .scl  2;  .type 32; .endef
133
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
134
135
 
5345 serge 136
    .def _DownRead;           .scl  2;  .type 32; .endef
137
    .def _DownWrite;          .scl  2;  .type 32; .endef
138
    .def _UpRead;             .scl  2;  .type 32; .endef
139
    .def _UpWrite;            .scl  2;  .type 32; .endef
140
141
 
1408 serge 142
    .def  _PciRead16;         .scl  2;  .type 32; .endef
143
    .def  _PciRead32;         .scl  2;  .type 32; .endef
144
    .def  _PciRead8;          .scl  2;  .type 32; .endef
145
    .def  _PciWrite16;        .scl  2;  .type 32; .endef
146
    .def  _PciWrite32;        .scl  2;  .type 32; .endef
147
    .def  _PciWrite8;         .scl  2;  .type 32; .endef
148
149
 
1613 serge 150
151
 
1408 serge 152
153
 
6282 serge 154
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
155
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
156
    .def  _SetScreen;         .scl  2;  .type 32; .endef
1408 serge 157
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
158
159
 
4125 Serge 160
2966 Serge 161
 
2007 serge 162
    .def  _UserFree;          .scl  2;  .type 32; .endef
3039 serge 163
2007 serge 164
 
1613 serge 165
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
3391 Serge 166
1408 serge 167
 
6591 serge 168
1613 serge 169
 
2966 Serge 170
_AllocPage:
1408 serge 171
_AllocPages:
172
173
 
1604 serge 174
175
 
4125 Serge 176
_ChangeTask:
4928 Serge 177
_CreateEvent:
1613 serge 178
_CreateObject:
2169 serge 179
_CreateRingBuffer:
1408 serge 180
_CreateThread:
4110 Serge 181
1408 serge 182
 
183
184
 
2966 Serge 185
_DestroyObject:
1408 serge 186
187
 
3480 Serge 188
_DiskMediaChanged:
189
190
 
1408 serge 191
_FreePage:
2966 Serge 192
1408 serge 193
 
6082 serge 194
_GetCpuFreq:
3482 Serge 195
_GetDisplay:
1408 serge 196
_GetEvent:
1613 serge 197
_GetPCIList:
6102 serge 198
_GetPid:
2169 serge 199
_GetPgAddr:
1408 serge 200
_GetService:
201
_GetTimerTicks:
1616 serge 202
_GetStackBase:
1872 serge 203
_GetWindowRect:
2966 Serge 204
1408 serge 205
 
206
_KernelFree:
207
208
 
209
210
 
3031 serge 211
212
 
1434 serge 213
_MutexLock:
214
_MutexUnlock:
215
216
 
5345 serge 217
_DownRead:
218
_DownWrite:
219
_UpRead:
220
_UpWrite:
221
222
 
1408 serge 223
_PciRead16:
224
_PciRead32:
225
_PciRead8:
226
_PciWrite16:
227
_PciWrite32:
228
_PciWrite8:
229
230
 
1613 serge 231
_RegService:
1408 serge 232
233
 
6282 serge 234
_SetKeyboardData:
235
_SetMouseData:
1434 serge 236
_SetScreen:
1408 serge 237
_SysMsgBoardStr:
238
1613 serge 239
 
4125 Serge 240
2966 Serge 241
 
2007 serge 242
_UserFree:
3039 serge 243
_WaitEvent:
1613 serge 244
_WaitEventTimeout:
3391 Serge 245
1613 serge 246
 
1408 serge 247
248
 
2966 Serge 249
1408 serge 250
 
6591 serge 251
        .ascii " -export:AllocKernelSpace"     # stdcall
2966 Serge 252
253
 
1408 serge 254
        .ascii " -export:AllocPages"           # gcc ABI
255
256
 
1604 serge 257
258
 
4125 Serge 259
        .ascii " -export:ChangeTask"           #
4928 Serge 260
        .ascii " -export:CreateEvent"          #
1613 serge 261
        .ascii " -export:CreateObject"         #
2169 serge 262
        .ascii " -export:CreateRingBuffer"     # stdcall
1408 serge 263
        .ascii " -export:CreateThread"         #
4110 Serge 264
1408 serge 265
 
266
        .ascii " -export:DestroyEvent"
2966 Serge 267
        .ascii " -export:DestroyObject"
1408 serge 268
        .ascii " -export:DiskAdd"              # stdcall
3480 Serge 269
        .ascii " -export:DiskMediaChanged"     # stdcall
270
271
 
1408 serge 272
        .ascii " -export:FreePage"             #
2966 Serge 273
1408 serge 274
 
6082 serge 275
        .ascii " -export:GetCpuFreq"           #
3482 Serge 276
        .ascii " -export:GetDisplay"           # stdcall
1408 serge 277
        .ascii " -export:GetEvent"             #
1613 serge 278
        .ascii " -export:GetPCIList"           #
6102 serge 279
        .ascii " -export:GetPid"               #
2169 serge 280
        .ascii " -export:GetPgAddr"            # stdcall
1408 serge 281
        .ascii " -export:GetService"           # stdcall
282
        .ascii " -export:GetTimerTicks"        #
1616 serge 283
        .ascii " -export:GetStackBase"         #
1872 serge 284
        .ascii " -export:GetWindowRect"        # fastcall
2966 Serge 285
1408 serge 286
 
1872 serge 287
 
1408 serge 288
        .ascii " -export:KernelFree"           # stdcall
289
290
 
291
        .ascii " -export:MapPage"              # stdcall
3031 serge 292
1408 serge 293
 
1434 serge 294
        .ascii " -export:MutexLock"            # fastcall
295
        .ascii " -export:MutexUnlock"          # fastcall
296
297
 
5345 serge 298
        .ascii " -export:DownRead"             # fastcall
299
        .ascii " -export:DownWrite"            # fastcall
300
        .ascii " -export:UpRead"               # fastcall
301
        .ascii " -export:UpWrite"              # fastcall
302
303
 
1408 serge 304
        .ascii " -export:PciRead16"            # stdcall
305
        .ascii " -export:PciRead32"            # stdcall
306
        .ascii " -export:PciRead8"             # stdcall
307
        .ascii " -export:PciWrite16"           # stdcall
308
        .ascii " -export:PciWrite32"           # stdcall
309
        .ascii " -export:PciWrite8"            # stdcall
310
311
 
1613 serge 312
313
 
1408 serge 314
315
 
6282 serge 316
        .ascii " -export:SetKeyboardData"      # stdcall
317
        .ascii " -export:SetMouseData"         # stdcall
1434 serge 318
        .ascii " -export:SetScreen"            # stdcall
1408 serge 319
        .ascii " -export:SysMsgBoardStr"       # stdcall
320
321
 
4125 Serge 322
2966 Serge 323
 
2007 serge 324
        .ascii " -export:UserFree"             # stdcall
3039 serge 325
2007 serge 326
 
1613 serge 327
        .ascii " -export:WaitEventTimeout"     # stdcall
3391 Serge 328