Subversion Repositories Kolibri OS

Rev

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