Subversion Repositories Kolibri OS

Rev

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