c1f23d63 |
1 | #******************************************************************************\r |
2 | #*\r |
3 | #* Copyright (c) 2007, Intel Corporation \r |
4 | #* All rights reserved. This program and the accompanying materials \r |
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 | #******************************************************************************\r |
13 | \r |
14 | .globl _OrigVector\r |
15 | .globl _InterruptEntryStub\r |
16 | .globl _StubSize\r |
17 | .globl _CommonIdtEntry\r |
18 | .globl _FxStorSupport\r |
19 | \r |
20 | _AppEsp: .long 0x11111111 # ?\r |
21 | _DebugEsp: .long 0x22222222 # ?\r |
22 | _ExtraPush: .long 0x33333333 # ?\r |
23 | _ExceptData: .long 0x44444444 # ?\r |
24 | _Eflags: .long 0x55555555 # ?\r |
25 | _OrigVector: .long 0x66666666 # ?\r |
26 | _StubSize: .long _InterruptEntryStubEnd - _InterruptEntryStub\r |
27 | \r |
28 | .globl _FxStorSupport\r |
29 | _FxStorSupport:\r |
30 | ret \r |
31 | \r |
32 | .globl _GetIdtr\r |
33 | _GetIdtr:\r |
34 | ret \r |
35 | \r |
36 | .globl _WriteInterruptFlag\r |
37 | _WriteInterruptFlag:\r |
38 | ret \r |
39 | \r |
40 | .globl _Vect2Desc\r |
41 | _Vect2Desc:\r |
42 | ret \r |
43 | \r |
44 | .globl _InterruptEntryStub\r |
45 | _InterruptEntryStub:\r |
46 | ret \r |
47 | \r |
48 | .globl _InterruptEntryStubEnd\r |
49 | _InterruptEntryStubEnd:\r |
50 | ret \r |
51 | \r |
52 | .globl _CommonIdtEntry\r |
53 | _CommonIdtEntry:\r |
54 | ret \r |
55 | \r |
56 | PhonyIretd:\r |
57 | iret \r |