]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it has.
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / Ia32 / IvtAsm.S
CommitLineData
c2fd60f0 1#------------------------------------------------------------------------------\r
2#\r
01a1c0fc
HT
3# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
c2fd60f0 5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12# Module Name:\r
13#\r
14# IvtAsm.S\r
15#\r
16# Abstract:\r
17#\r
18# Interrupt Vector Table\r
19#\r
20#------------------------------------------------------------------------------\r
21\r
22#\r
23# Interrupt Vector Table\r
24#\r
25\r
4d0ceb8d 26\r
27ASM_GLOBAL ASM_PFX(AsmIdtVector00)\r
28.p2align 3\r
29ASM_PFX(AsmIdtVector00):\r
30 call ASM_PFX(CommonInterruptEntry)\r
31 .short 0x00\r
32 nop\r
33 call ASM_PFX(CommonInterruptEntry)\r
34 .short 0x01\r
35 nop\r
36 call ASM_PFX(CommonInterruptEntry)\r
37 .short 0x02\r
38 nop\r
39 call ASM_PFX(CommonInterruptEntry)\r
40 .short 0x03\r
41 nop\r
42 call ASM_PFX(CommonInterruptEntry)\r
43 .short 0x04\r
44 nop\r
45 call ASM_PFX(CommonInterruptEntry)\r
46 .short 0x05\r
47 nop\r
48 call ASM_PFX(CommonInterruptEntry)\r
49 .short 0x06\r
50 nop\r
51 call ASM_PFX(CommonInterruptEntry)\r
52 .short 0x07\r
53 nop\r
54 call ASM_PFX(CommonInterruptEntry)\r
55 .short 0x08\r
56 nop\r
57 call ASM_PFX(CommonInterruptEntry)\r
58 .short 0x09\r
59 nop\r
60 call ASM_PFX(CommonInterruptEntry)\r
61 .short 0x0a\r
62 nop\r
63 call ASM_PFX(CommonInterruptEntry)\r
64 .short 0x0b\r
65 nop\r
66 call ASM_PFX(CommonInterruptEntry)\r
67 .short 0x0c\r
68 nop\r
69 call ASM_PFX(CommonInterruptEntry)\r
70 .short 0x0d\r
71 nop\r
72 call ASM_PFX(CommonInterruptEntry)\r
73 .short 0x0e\r
74 nop\r
75 call ASM_PFX(CommonInterruptEntry)\r
76 .short 0x0f\r
77 nop\r
78 \r
79 call ASM_PFX(CommonInterruptEntry)\r
80 .short 0x10\r
81 nop\r
82 call ASM_PFX(CommonInterruptEntry)\r
83 .short 0x11\r
84 nop\r
85 call ASM_PFX(CommonInterruptEntry)\r
86 .short 0x12\r
87 nop\r
88 call ASM_PFX(CommonInterruptEntry)\r
89 .short 0x13\r
90 nop\r
91 call ASM_PFX(CommonInterruptEntry)\r
92 .short 0x14\r
93 nop\r
94 call ASM_PFX(CommonInterruptEntry)\r
95 .short 0x15\r
96 nop\r
97 call ASM_PFX(CommonInterruptEntry)\r
98 .short 0x16\r
99 nop\r
100 call ASM_PFX(CommonInterruptEntry)\r
101 .short 0x17\r
102 nop\r
103 call ASM_PFX(CommonInterruptEntry)\r
104 .short 0x18\r
105 nop\r
106 call ASM_PFX(CommonInterruptEntry)\r
107 .short 0x19\r
108 nop\r
109 call ASM_PFX(CommonInterruptEntry)\r
110 .short 0x1a\r
111 nop\r
112 call ASM_PFX(CommonInterruptEntry)\r
113 .short 0x1b\r
114 nop\r
115 call ASM_PFX(CommonInterruptEntry)\r
116 .short 0x1c\r
117 nop\r
118 call ASM_PFX(CommonInterruptEntry)\r
119 .short 0x1d\r
120 nop\r
121 call ASM_PFX(CommonInterruptEntry)\r
122 .short 0x1e\r
123 nop\r
124 call ASM_PFX(CommonInterruptEntry)\r
125 .short 0x1f\r
126 nop\r
127 \r
128 call ASM_PFX(CommonInterruptEntry)\r
129 .short 0x00\r
130 nop\r
131 call ASM_PFX(CommonInterruptEntry)\r
132 .short 0x21\r
133 nop\r
134 call ASM_PFX(CommonInterruptEntry)\r
135 .short 0x22\r
136 nop\r
137 call ASM_PFX(CommonInterruptEntry)\r
138 .short 0x23\r
139 nop\r
140 call ASM_PFX(CommonInterruptEntry)\r
141 .short 0x24\r
142 nop\r
143 call ASM_PFX(CommonInterruptEntry)\r
144 .short 0x25\r
145 nop\r
146 call ASM_PFX(CommonInterruptEntry)\r
147 .short 0x26\r
148 nop\r
149 call ASM_PFX(CommonInterruptEntry)\r
150 .short 0x27\r
151 nop\r
152 call ASM_PFX(CommonInterruptEntry)\r
153 .short 0x28\r
154 nop\r
155 call ASM_PFX(CommonInterruptEntry)\r
156 .short 0x29\r
157 nop\r
158 call ASM_PFX(CommonInterruptEntry)\r
159 .short 0x2a\r
160 nop\r
161 call ASM_PFX(CommonInterruptEntry)\r
162 .short 0x2b\r
163 nop\r
164 call ASM_PFX(CommonInterruptEntry)\r
165 .short 0x2c\r
166 nop\r
167 call ASM_PFX(CommonInterruptEntry)\r
168 .short 0x2d\r
169 nop\r
170 call ASM_PFX(CommonInterruptEntry)\r
171 .short 0x2e\r
172 nop\r
173 call ASM_PFX(CommonInterruptEntry)\r
174 .short 0x2f\r
175 nop\r
176 \r
177 call ASM_PFX(CommonInterruptEntry)\r
178 .short 0x30\r
179 nop\r
180 call ASM_PFX(CommonInterruptEntry)\r
181 .short 0x31\r
182 nop\r
183 call ASM_PFX(CommonInterruptEntry)\r
184 .short 0x32\r
185 nop\r
186 call ASM_PFX(CommonInterruptEntry)\r
187 .short 0x33\r
188 nop\r
189 call ASM_PFX(CommonInterruptEntry)\r
190 .short 0x34\r
191 nop\r
192 call ASM_PFX(CommonInterruptEntry)\r
193 .short 0x35\r
194 nop\r
195 call ASM_PFX(CommonInterruptEntry)\r
196 .short 0x36\r
197 nop\r
198 call ASM_PFX(CommonInterruptEntry)\r
199 .short 0x37\r
200 nop\r
201 call ASM_PFX(CommonInterruptEntry)\r
202 .short 0x38\r
203 nop\r
204 call ASM_PFX(CommonInterruptEntry)\r
205 .short 0x39\r
206 nop\r
207 call ASM_PFX(CommonInterruptEntry)\r
208 .short 0x3a\r
209 nop\r
210 call ASM_PFX(CommonInterruptEntry)\r
211 .short 0x3b\r
212 nop\r
213 call ASM_PFX(CommonInterruptEntry)\r
214 .short 0x3c\r
215 nop\r
216 call ASM_PFX(CommonInterruptEntry)\r
217 .short 0x3d\r
218 nop\r
219 call ASM_PFX(CommonInterruptEntry)\r
220 .short 0x3e\r
221 nop\r
222 call ASM_PFX(CommonInterruptEntry)\r
223 .short 0x3f\r
224 nop\r
225 \r
226 call ASM_PFX(CommonInterruptEntry)\r
227 .short 0x40\r
228 nop\r
229 call ASM_PFX(CommonInterruptEntry)\r
230 .short 0x41\r
231 nop\r
232 call ASM_PFX(CommonInterruptEntry)\r
233 .short 0x42\r
234 nop\r
235 call ASM_PFX(CommonInterruptEntry)\r
236 .short 0x43\r
237 nop\r
238 call ASM_PFX(CommonInterruptEntry)\r
239 .short 0x44\r
240 nop\r
241 call ASM_PFX(CommonInterruptEntry)\r
242 .short 0x45\r
243 nop\r
244 call ASM_PFX(CommonInterruptEntry)\r
245 .short 0x46\r
246 nop\r
247 call ASM_PFX(CommonInterruptEntry)\r
248 .short 0x47\r
249 nop\r
250 call ASM_PFX(CommonInterruptEntry)\r
251 .short 0x48\r
252 nop\r
253 call ASM_PFX(CommonInterruptEntry)\r
254 .short 0x49\r
255 nop\r
256 call ASM_PFX(CommonInterruptEntry)\r
257 .short 0x4a\r
258 nop\r
259 call ASM_PFX(CommonInterruptEntry)\r
260 .short 0x4b\r
261 nop\r
262 call ASM_PFX(CommonInterruptEntry)\r
263 .short 0x4c\r
264 nop\r
265 call ASM_PFX(CommonInterruptEntry)\r
266 .short 0x4d\r
267 nop\r
268 call ASM_PFX(CommonInterruptEntry)\r
269 .short 0x4e\r
270 nop\r
271 call ASM_PFX(CommonInterruptEntry)\r
272 .short 0x4f\r
273 nop\r
274 \r
275 call ASM_PFX(CommonInterruptEntry)\r
276 .short 0x50\r
277 nop\r
278 call ASM_PFX(CommonInterruptEntry)\r
279 .short 0x51\r
280 nop\r
281 call ASM_PFX(CommonInterruptEntry)\r
282 .short 0x52\r
283 nop\r
284 call ASM_PFX(CommonInterruptEntry)\r
285 .short 0x53\r
286 nop\r
287 call ASM_PFX(CommonInterruptEntry)\r
288 .short 0x54\r
289 nop\r
290 call ASM_PFX(CommonInterruptEntry)\r
291 .short 0x55\r
292 nop\r
293 call ASM_PFX(CommonInterruptEntry)\r
294 .short 0x56\r
295 nop\r
296 call ASM_PFX(CommonInterruptEntry)\r
297 .short 0x57\r
298 nop\r
299 call ASM_PFX(CommonInterruptEntry)\r
300 .short 0x58\r
301 nop\r
302 call ASM_PFX(CommonInterruptEntry)\r
303 .short 0x59\r
304 nop\r
305 call ASM_PFX(CommonInterruptEntry)\r
306 .short 0x5a\r
307 nop\r
308 call ASM_PFX(CommonInterruptEntry)\r
309 .short 0x5b\r
310 nop\r
311 call ASM_PFX(CommonInterruptEntry)\r
312 .short 0x5c\r
313 nop\r
314 call ASM_PFX(CommonInterruptEntry)\r
315 .short 0x5d\r
316 nop\r
317 call ASM_PFX(CommonInterruptEntry)\r
318 .short 0x5e\r
319 nop\r
320 call ASM_PFX(CommonInterruptEntry)\r
321 .short 0x5f\r
322 nop\r
323 \r
324 call ASM_PFX(CommonInterruptEntry)\r
325 .short 0x60\r
326 nop\r
327 call ASM_PFX(CommonInterruptEntry)\r
328 .short 0x61\r
329 nop\r
330 call ASM_PFX(CommonInterruptEntry)\r
331 .short 0x62\r
332 nop\r
333 call ASM_PFX(CommonInterruptEntry)\r
334 .short 0x63\r
335 nop\r
336 call ASM_PFX(CommonInterruptEntry)\r
337 .short 0x64\r
338 nop\r
339 call ASM_PFX(CommonInterruptEntry)\r
340 .short 0x65\r
341 nop\r
342 call ASM_PFX(CommonInterruptEntry)\r
343 .short 0x66\r
344 nop\r
345 call ASM_PFX(CommonInterruptEntry)\r
346 .short 0x67\r
347 nop\r
348 call ASM_PFX(CommonInterruptEntry)\r
349 .short 0x68\r
350 nop\r
351 call ASM_PFX(CommonInterruptEntry)\r
352 .short 0x69\r
353 nop\r
354 call ASM_PFX(CommonInterruptEntry)\r
355 .short 0x6a\r
356 nop\r
357 call ASM_PFX(CommonInterruptEntry)\r
358 .short 0x6b\r
359 nop\r
360 call ASM_PFX(CommonInterruptEntry)\r
361 .short 0x6c\r
362 nop\r
363 call ASM_PFX(CommonInterruptEntry)\r
364 .short 0x6d\r
365 nop\r
366 call ASM_PFX(CommonInterruptEntry)\r
367 .short 0x6e\r
368 nop\r
369 call ASM_PFX(CommonInterruptEntry)\r
370 .short 0x6f\r
371 nop\r
372 \r
373 call ASM_PFX(CommonInterruptEntry)\r
374 .short 0x70\r
375 nop\r
376 call ASM_PFX(CommonInterruptEntry)\r
377 .short 0x71\r
378 nop\r
379 call ASM_PFX(CommonInterruptEntry)\r
380 .short 0x72\r
381 nop\r
382 call ASM_PFX(CommonInterruptEntry)\r
383 .short 0x73\r
384 nop\r
385 call ASM_PFX(CommonInterruptEntry)\r
386 .short 0x74\r
387 nop\r
388 call ASM_PFX(CommonInterruptEntry)\r
389 .short 0x75\r
390 nop\r
391 call ASM_PFX(CommonInterruptEntry)\r
392 .short 0x76\r
393 nop\r
394 call ASM_PFX(CommonInterruptEntry)\r
395 .short 0x77\r
396 nop\r
397 call ASM_PFX(CommonInterruptEntry)\r
398 .short 0x78\r
399 nop\r
400 call ASM_PFX(CommonInterruptEntry)\r
401 .short 0x79\r
402 nop\r
403 call ASM_PFX(CommonInterruptEntry)\r
404 .short 0x7a\r
405 nop\r
406 call ASM_PFX(CommonInterruptEntry)\r
407 .short 0x7b\r
408 nop\r
409 call ASM_PFX(CommonInterruptEntry)\r
410 .short 0x7c\r
411 nop\r
412 call ASM_PFX(CommonInterruptEntry)\r
413 .short 0x7d\r
414 nop\r
415 call ASM_PFX(CommonInterruptEntry)\r
416 .short 0x7e\r
417 nop\r
418 call ASM_PFX(CommonInterruptEntry)\r
419 .short 0x7f\r
420 nop\r
421 \r
422 call ASM_PFX(CommonInterruptEntry)\r
423 .short 0x80\r
424 nop\r
425 call ASM_PFX(CommonInterruptEntry)\r
426 .short 0x81\r
427 nop\r
428 call ASM_PFX(CommonInterruptEntry)\r
429 .short 0x82\r
430 nop\r
c2fd60f0 431 call ASM_PFX(CommonInterruptEntry)\r
4d0ceb8d 432 .short 0x83\r
c2fd60f0 433 nop\r
4d0ceb8d 434 call ASM_PFX(CommonInterruptEntry)\r
435 .short 0x84\r
436 nop\r
437 call ASM_PFX(CommonInterruptEntry)\r
438 .short 0x85\r
439 nop\r
440 call ASM_PFX(CommonInterruptEntry)\r
441 .short 0x86\r
442 nop\r
443 call ASM_PFX(CommonInterruptEntry)\r
444 .short 0x87\r
445 nop\r
446 call ASM_PFX(CommonInterruptEntry)\r
447 .short 0x88\r
448 nop\r
449 call ASM_PFX(CommonInterruptEntry)\r
450 .short 0x89\r
451 nop\r
452 call ASM_PFX(CommonInterruptEntry)\r
453 .short 0x8a\r
454 nop\r
455 call ASM_PFX(CommonInterruptEntry)\r
456 .short 0x8b\r
457 nop\r
458 call ASM_PFX(CommonInterruptEntry)\r
459 .short 0x8c\r
460 nop\r
461 call ASM_PFX(CommonInterruptEntry)\r
462 .short 0x8d\r
463 nop\r
464 call ASM_PFX(CommonInterruptEntry)\r
465 .short 0x8e\r
466 nop\r
467 call ASM_PFX(CommonInterruptEntry)\r
468 .short 0x8f\r
469 nop\r
470 \r
471 call ASM_PFX(CommonInterruptEntry)\r
472 .short 0x90\r
473 nop\r
474 call ASM_PFX(CommonInterruptEntry)\r
475 .short 0x91\r
476 nop\r
477 call ASM_PFX(CommonInterruptEntry)\r
478 .short 0x92\r
479 nop\r
480 call ASM_PFX(CommonInterruptEntry)\r
481 .short 0x93\r
482 nop\r
483 call ASM_PFX(CommonInterruptEntry)\r
484 .short 0x94\r
485 nop\r
486 call ASM_PFX(CommonInterruptEntry)\r
487 .short 0x95\r
488 nop\r
489 call ASM_PFX(CommonInterruptEntry)\r
490 .short 0x96\r
491 nop\r
492 call ASM_PFX(CommonInterruptEntry)\r
493 .short 0x97\r
494 nop\r
495 call ASM_PFX(CommonInterruptEntry)\r
496 .short 0x98\r
497 nop\r
498 call ASM_PFX(CommonInterruptEntry)\r
499 .short 0x99\r
500 nop\r
501 call ASM_PFX(CommonInterruptEntry)\r
502 .short 0x9a\r
503 nop\r
504 call ASM_PFX(CommonInterruptEntry)\r
505 .short 0x9b\r
506 nop\r
507 call ASM_PFX(CommonInterruptEntry)\r
508 .short 0x9c\r
509 nop\r
510 call ASM_PFX(CommonInterruptEntry)\r
511 .short 0x9d\r
512 nop\r
513 call ASM_PFX(CommonInterruptEntry)\r
514 .short 0x9e\r
515 nop\r
516 call ASM_PFX(CommonInterruptEntry)\r
517 .short 0x9f\r
518 nop\r
519 \r
520 call ASM_PFX(CommonInterruptEntry)\r
521 .short 0xa0\r
522 nop\r
523 call ASM_PFX(CommonInterruptEntry)\r
524 .short 0xa1\r
525 nop\r
526 call ASM_PFX(CommonInterruptEntry)\r
527 .short 0xa2\r
528 nop\r
529 call ASM_PFX(CommonInterruptEntry)\r
530 .short 0xa3\r
531 nop\r
532 call ASM_PFX(CommonInterruptEntry)\r
533 .short 0xa4\r
534 nop\r
535 call ASM_PFX(CommonInterruptEntry)\r
536 .short 0xa5\r
537 nop\r
538 call ASM_PFX(CommonInterruptEntry)\r
539 .short 0xa6\r
540 nop\r
541 call ASM_PFX(CommonInterruptEntry)\r
542 .short 0xa7\r
543 nop\r
544 call ASM_PFX(CommonInterruptEntry)\r
545 .short 0xa8\r
546 nop\r
547 call ASM_PFX(CommonInterruptEntry)\r
548 .short 0xa9\r
549 nop\r
550 call ASM_PFX(CommonInterruptEntry)\r
551 .short 0xaa\r
552 nop\r
553 call ASM_PFX(CommonInterruptEntry)\r
554 .short 0xab\r
555 nop\r
556 call ASM_PFX(CommonInterruptEntry)\r
557 .short 0xac\r
558 nop\r
559 call ASM_PFX(CommonInterruptEntry)\r
560 .short 0xad\r
561 nop\r
562 call ASM_PFX(CommonInterruptEntry)\r
563 .short 0xae\r
564 nop\r
565 call ASM_PFX(CommonInterruptEntry)\r
566 .short 0xaf\r
567 nop\r
568 \r
569 call ASM_PFX(CommonInterruptEntry)\r
570 .short 0xb0\r
571 nop\r
572 call ASM_PFX(CommonInterruptEntry)\r
573 .short 0xb1\r
574 nop\r
575 call ASM_PFX(CommonInterruptEntry)\r
576 .short 0xb2\r
577 nop\r
578 call ASM_PFX(CommonInterruptEntry)\r
579 .short 0xb3\r
580 nop\r
581 call ASM_PFX(CommonInterruptEntry)\r
582 .short 0xb4\r
583 nop\r
584 call ASM_PFX(CommonInterruptEntry)\r
585 .short 0xb5\r
586 nop\r
587 call ASM_PFX(CommonInterruptEntry)\r
588 .short 0xb6\r
589 nop\r
590 call ASM_PFX(CommonInterruptEntry)\r
591 .short 0xb7\r
592 nop\r
593 call ASM_PFX(CommonInterruptEntry)\r
594 .short 0xb8\r
595 nop\r
596 call ASM_PFX(CommonInterruptEntry)\r
597 .short 0xb9\r
598 nop\r
599 call ASM_PFX(CommonInterruptEntry)\r
600 .short 0xba\r
601 nop\r
602 call ASM_PFX(CommonInterruptEntry)\r
603 .short 0xbb\r
604 nop\r
605 call ASM_PFX(CommonInterruptEntry)\r
606 .short 0xbc\r
607 nop\r
608 call ASM_PFX(CommonInterruptEntry)\r
609 .short 0xbd\r
610 nop\r
611 call ASM_PFX(CommonInterruptEntry)\r
612 .short 0xbe\r
613 nop\r
614 call ASM_PFX(CommonInterruptEntry)\r
615 .short 0xbf\r
616 nop\r
617 \r
618 call ASM_PFX(CommonInterruptEntry)\r
619 .short 0xc0\r
620 nop\r
621 call ASM_PFX(CommonInterruptEntry)\r
622 .short 0xc1\r
623 nop\r
624 call ASM_PFX(CommonInterruptEntry)\r
625 .short 0xc2\r
626 nop\r
627 call ASM_PFX(CommonInterruptEntry)\r
628 .short 0xc3\r
629 nop\r
630 call ASM_PFX(CommonInterruptEntry)\r
631 .short 0xc4\r
632 nop\r
633 call ASM_PFX(CommonInterruptEntry)\r
634 .short 0xc5\r
635 nop\r
636 call ASM_PFX(CommonInterruptEntry)\r
637 .short 0xc6\r
638 nop\r
639 call ASM_PFX(CommonInterruptEntry)\r
640 .short 0xc7\r
641 nop\r
642 call ASM_PFX(CommonInterruptEntry)\r
643 .short 0xc8\r
644 nop\r
645 call ASM_PFX(CommonInterruptEntry)\r
646 .short 0xc9\r
647 nop\r
648 call ASM_PFX(CommonInterruptEntry)\r
649 .short 0xca\r
650 nop\r
651 call ASM_PFX(CommonInterruptEntry)\r
652 .short 0xcb\r
653 nop\r
654 call ASM_PFX(CommonInterruptEntry)\r
655 .short 0xcc\r
656 nop\r
657 call ASM_PFX(CommonInterruptEntry)\r
658 .short 0xcd\r
659 nop\r
660 call ASM_PFX(CommonInterruptEntry)\r
661 .short 0xce\r
662 nop\r
663 call ASM_PFX(CommonInterruptEntry)\r
664 .short 0xcf\r
665 nop\r
666 \r
667 call ASM_PFX(CommonInterruptEntry)\r
668 .short 0xd0\r
669 nop\r
670 call ASM_PFX(CommonInterruptEntry)\r
671 .short 0xd1\r
672 nop\r
673 call ASM_PFX(CommonInterruptEntry)\r
674 .short 0xd2\r
675 nop\r
676 call ASM_PFX(CommonInterruptEntry)\r
677 .short 0xd3\r
678 nop\r
679 call ASM_PFX(CommonInterruptEntry)\r
680 .short 0xd4\r
681 nop\r
682 call ASM_PFX(CommonInterruptEntry)\r
683 .short 0xd5\r
684 nop\r
685 call ASM_PFX(CommonInterruptEntry)\r
686 .short 0xd6\r
687 nop\r
688 call ASM_PFX(CommonInterruptEntry)\r
689 .short 0xd7\r
690 nop\r
691 call ASM_PFX(CommonInterruptEntry)\r
692 .short 0xd8\r
693 nop\r
694 call ASM_PFX(CommonInterruptEntry)\r
695 .short 0xd9\r
696 nop\r
697 call ASM_PFX(CommonInterruptEntry)\r
698 .short 0xda\r
699 nop\r
700 call ASM_PFX(CommonInterruptEntry)\r
701 .short 0xdb\r
702 nop\r
703 call ASM_PFX(CommonInterruptEntry)\r
704 .short 0xdc\r
705 nop\r
706 call ASM_PFX(CommonInterruptEntry)\r
707 .short 0xdd\r
708 nop\r
709 call ASM_PFX(CommonInterruptEntry)\r
710 .short 0xde\r
711 nop\r
712 call ASM_PFX(CommonInterruptEntry)\r
713 .short 0xdf\r
714 nop\r
715 \r
716 call ASM_PFX(CommonInterruptEntry)\r
717 .short 0xe0\r
718 nop\r
719 call ASM_PFX(CommonInterruptEntry)\r
720 .short 0xe1\r
721 nop\r
722 call ASM_PFX(CommonInterruptEntry)\r
723 .short 0xe2\r
724 nop\r
725 call ASM_PFX(CommonInterruptEntry)\r
726 .short 0xe3\r
727 nop\r
728 call ASM_PFX(CommonInterruptEntry)\r
729 .short 0xe4\r
730 nop\r
731 call ASM_PFX(CommonInterruptEntry)\r
732 .short 0xe5\r
733 nop\r
734 call ASM_PFX(CommonInterruptEntry)\r
735 .short 0xe6\r
736 nop\r
737 call ASM_PFX(CommonInterruptEntry)\r
738 .short 0xe7\r
739 nop\r
740 call ASM_PFX(CommonInterruptEntry)\r
741 .short 0xe8\r
742 nop\r
743 call ASM_PFX(CommonInterruptEntry)\r
744 .short 0xe9\r
745 nop\r
746 call ASM_PFX(CommonInterruptEntry)\r
747 .short 0xea\r
748 nop\r
749 call ASM_PFX(CommonInterruptEntry)\r
750 .short 0xeb\r
751 nop\r
752 call ASM_PFX(CommonInterruptEntry)\r
753 .short 0xec\r
754 nop\r
755 call ASM_PFX(CommonInterruptEntry)\r
756 .short 0xed\r
757 nop\r
758 call ASM_PFX(CommonInterruptEntry)\r
759 .short 0xee\r
760 nop\r
761 call ASM_PFX(CommonInterruptEntry)\r
762 .short 0xef\r
763 nop\r
764 \r
765 call ASM_PFX(CommonInterruptEntry)\r
766 .short 0xf0\r
767 nop\r
768 call ASM_PFX(CommonInterruptEntry)\r
769 .short 0xf1\r
770 nop\r
771 call ASM_PFX(CommonInterruptEntry)\r
772 .short 0xf2\r
773 nop\r
774 call ASM_PFX(CommonInterruptEntry)\r
775 .short 0xf3\r
776 nop\r
777 call ASM_PFX(CommonInterruptEntry)\r
778 .short 0xf4\r
779 nop\r
780 call ASM_PFX(CommonInterruptEntry)\r
781 .short 0xf5\r
782 nop\r
783 call ASM_PFX(CommonInterruptEntry)\r
784 .short 0xf6\r
785 nop\r
786 call ASM_PFX(CommonInterruptEntry)\r
787 .short 0xf7\r
788 nop\r
789 call ASM_PFX(CommonInterruptEntry)\r
790 .short 0xf8\r
791 nop\r
792 call ASM_PFX(CommonInterruptEntry)\r
793 .short 0xf9\r
794 nop\r
795 call ASM_PFX(CommonInterruptEntry)\r
796 .short 0xfa\r
797 nop\r
798 call ASM_PFX(CommonInterruptEntry)\r
799 .short 0xfb\r
800 nop\r
801 call ASM_PFX(CommonInterruptEntry)\r
802 .short 0xfc\r
803 nop\r
804 call ASM_PFX(CommonInterruptEntry)\r
805 .short 0xfd\r
806 nop\r
807 call ASM_PFX(CommonInterruptEntry)\r
808 .short 0xfe\r
809 nop\r
810 call ASM_PFX(CommonInterruptEntry)\r
811 .short 0xff\r
812 nop\r
813 \r
c2fd60f0 814ASM_GLOBAL ASM_PFX(AsmCommonIdtEnd)\r
815ASM_PFX(AsmCommonIdtEnd):\r
816 .byte 0\r
817\r
4d0ceb8d 818 \r