VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-data.h@ 60600

Last change on this file since 60600 was 60557, checked in by vboxsync, 9 years ago

bs3kit: move real mode version of Bs3TestDoModes out of the default 16-bit code segment.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 18.0 KB
Line 
1/* $Id: bs3kit-mangling-data.h 60557 2016-04-19 03:01:35Z vboxsync $ */
2/** @file
3 * BS3Kit - Symbol mangling.
4 */
5
6/*
7 * Copyright (C) 2007-2016 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 *
17 * The contents of this file may alternatively be used under the terms
18 * of the Common Development and Distribution License Version 1.0
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20 * VirtualBox OSE distribution, in which case the provisions of the
21 * CDDL are applicable instead of those of the GPL.
22 *
23 * You may elect to license modified versions of this file under the
24 * terms and conditions of either the GPL or the CDDL or both.
25 */
26
27
28/*
29 * First part is only applied once. It concerns itself with data symbols.
30 */
31#ifndef ___bs3kit_mangling_data_h
32#define ___bs3kit_mangling_data_h
33
34#if ARCH_BITS == 64
35
36# define Bs3Gdt BS3_DATA_NM(Bs3Gdt)
37# define Bs3Gdt_Ldt BS3_DATA_NM(Bs3Gdt_Ldt)
38# define Bs3Gdte_Tss16 BS3_DATA_NM(Bs3Gdte_Tss16)
39# define Bs3Gdte_Tss16DoubleFault BS3_DATA_NM(Bs3Gdte_Tss16DoubleFault)
40# define Bs3Gdte_Tss16Spare0 BS3_DATA_NM(Bs3Gdte_Tss16Spare0)
41# define Bs3Gdte_Tss16Spare1 BS3_DATA_NM(Bs3Gdte_Tss16Spare1)
42# define Bs3Gdte_Tss32 BS3_DATA_NM(Bs3Gdte_Tss32)
43# define Bs3Gdte_Tss32DoubleFault BS3_DATA_NM(Bs3Gdte_Tss32DoubleFault)
44# define Bs3Gdte_Tss32Spare0 BS3_DATA_NM(Bs3Gdte_Tss32Spare0)
45# define Bs3Gdte_Tss32Spare1 BS3_DATA_NM(Bs3Gdte_Tss32Spare1)
46# define Bs3Gdte_Tss32IobpIntRedirBm BS3_DATA_NM(Bs3Gdte_Tss32IobpIntRedirBm)
47# define Bs3Gdte_Tss32IntRedirBm BS3_DATA_NM(Bs3Gdte_Tss32IntRedirBm)
48# define Bs3Gdte_Tss64 BS3_DATA_NM(Bs3Gdte_Tss64)
49# define Bs3Gdte_Tss64Spare0 BS3_DATA_NM(Bs3Gdte_Tss64Spare0)
50# define Bs3Gdte_Tss64Spare1 BS3_DATA_NM(Bs3Gdte_Tss64Spare1)
51# define Bs3Gdte_Tss64Iobp BS3_DATA_NM(Bs3Gdte_Tss64Iobp)
52# define Bs3Gdte_RMTEXT16_CS BS3_DATA_NM(Bs3Gdte_RMTEXT16_CS)
53# define Bs3Gdte_X0TEXT16_CS BS3_DATA_NM(Bs3Gdte_X0TEXT16_CS)
54# define Bs3Gdte_X1TEXT16_CS BS3_DATA_NM(Bs3Gdte_X1TEXT16_CS)
55# define Bs3Gdte_R0_MMIO16 BS3_DATA_NM(Bs3Gdte_R0_MMIO16)
56
57# define Bs3Gdte_R0_First BS3_DATA_NM(Bs3Gdte_R0_First)
58# define Bs3Gdte_R0_CS16 BS3_DATA_NM(Bs3Gdte_R0_CS16)
59# define Bs3Gdte_R0_DS16 BS3_DATA_NM(Bs3Gdte_R0_DS16)
60# define Bs3Gdte_R0_SS16 BS3_DATA_NM(Bs3Gdte_R0_SS16)
61# define Bs3Gdte_R0_CS32 BS3_DATA_NM(Bs3Gdte_R0_CS32)
62# define Bs3Gdte_R0_DS32 BS3_DATA_NM(Bs3Gdte_R0_DS32)
63# define Bs3Gdte_R0_SS32 BS3_DATA_NM(Bs3Gdte_R0_SS32)
64# define Bs3Gdte_R0_CS64 BS3_DATA_NM(Bs3Gdte_R0_CS64)
65# define Bs3Gdte_R0_DS64 BS3_DATA_NM(Bs3Gdte_R0_DS64)
66# define Bs3Gdte_R0_CS16_EO BS3_DATA_NM(Bs3Gdte_R0_CS16_EO)
67# define Bs3Gdte_R0_CS16_CNF BS3_DATA_NM(Bs3Gdte_R0_CS16_CNF)
68# define Bs3Gdte_R0_CS16_CND_EO BS3_DATA_NM(Bs3Gdte_R0_CS16_CND_EO)
69# define Bs3Gdte_R0_CS32_EO BS3_DATA_NM(Bs3Gdte_R0_CS32_EO)
70# define Bs3Gdte_R0_CS32_CNF BS3_DATA_NM(Bs3Gdte_R0_CS32_CNF)
71# define Bs3Gdte_R0_CS32_CNF_EO BS3_DATA_NM(Bs3Gdte_R0_CS32_CNF_EO)
72# define Bs3Gdte_R0_CS64_EO BS3_DATA_NM(Bs3Gdte_R0_CS64_EO)
73# define Bs3Gdte_R0_CS64_CNF BS3_DATA_NM(Bs3Gdte_R0_CS64_CNF)
74# define Bs3Gdte_R0_CS64_CNF_EO BS3_DATA_NM(Bs3Gdte_R0_CS64_CNF_EO)
75
76# define Bs3Gdte_R1_First BS3_DATA_NM(Bs3Gdte_R1_First)
77# define Bs3Gdte_R1_CS16 BS3_DATA_NM(Bs3Gdte_R1_CS16)
78# define Bs3Gdte_R1_DS16 BS3_DATA_NM(Bs3Gdte_R1_DS16)
79# define Bs3Gdte_R1_SS16 BS3_DATA_NM(Bs3Gdte_R1_SS16)
80# define Bs3Gdte_R1_CS32 BS3_DATA_NM(Bs3Gdte_R1_CS32)
81# define Bs3Gdte_R1_DS32 BS3_DATA_NM(Bs3Gdte_R1_DS32)
82# define Bs3Gdte_R1_SS32 BS3_DATA_NM(Bs3Gdte_R1_SS32)
83# define Bs3Gdte_R1_CS64 BS3_DATA_NM(Bs3Gdte_R1_CS64)
84# define Bs3Gdte_R1_DS64 BS3_DATA_NM(Bs3Gdte_R1_DS64)
85# define Bs3Gdte_R1_CS16_EO BS3_DATA_NM(Bs3Gdte_R1_CS16_EO)
86# define Bs3Gdte_R1_CS16_CNF BS3_DATA_NM(Bs3Gdte_R1_CS16_CNF)
87# define Bs3Gdte_R1_CS16_CND_EO BS3_DATA_NM(Bs3Gdte_R1_CS16_CND_EO)
88# define Bs3Gdte_R1_CS32_EO BS3_DATA_NM(Bs3Gdte_R1_CS32_EO)
89# define Bs3Gdte_R1_CS32_CNF BS3_DATA_NM(Bs3Gdte_R1_CS32_CNF)
90# define Bs3Gdte_R1_CS32_CNF_EO BS3_DATA_NM(Bs3Gdte_R1_CS32_CNF_EO)
91# define Bs3Gdte_R1_CS64_EO BS3_DATA_NM(Bs3Gdte_R1_CS64_EO)
92# define Bs3Gdte_R1_CS64_CNF BS3_DATA_NM(Bs3Gdte_R1_CS64_CNF)
93# define Bs3Gdte_R1_CS64_CNF_EO BS3_DATA_NM(Bs3Gdte_R1_CS64_CNF_EO)
94
95# define Bs3Gdte_R2_First BS3_DATA_NM(Bs3Gdte_R2_First)
96# define Bs3Gdte_R2_CS16 BS3_DATA_NM(Bs3Gdte_R2_CS16)
97# define Bs3Gdte_R2_DS16 BS3_DATA_NM(Bs3Gdte_R2_DS16)
98# define Bs3Gdte_R2_SS16 BS3_DATA_NM(Bs3Gdte_R2_SS16)
99# define Bs3Gdte_R2_CS32 BS3_DATA_NM(Bs3Gdte_R2_CS32)
100# define Bs3Gdte_R2_DS32 BS3_DATA_NM(Bs3Gdte_R2_DS32)
101# define Bs3Gdte_R2_SS32 BS3_DATA_NM(Bs3Gdte_R2_SS32)
102# define Bs3Gdte_R2_CS64 BS3_DATA_NM(Bs3Gdte_R2_CS64)
103# define Bs3Gdte_R2_DS64 BS3_DATA_NM(Bs3Gdte_R2_DS64)
104# define Bs3Gdte_R2_CS16_EO BS3_DATA_NM(Bs3Gdte_R2_CS16_EO)
105# define Bs3Gdte_R2_CS16_CNF BS3_DATA_NM(Bs3Gdte_R2_CS16_CNF)
106# define Bs3Gdte_R2_CS16_CND_EO BS3_DATA_NM(Bs3Gdte_R2_CS16_CND_EO)
107# define Bs3Gdte_R2_CS32_EO BS3_DATA_NM(Bs3Gdte_R2_CS32_EO)
108# define Bs3Gdte_R2_CS32_CNF BS3_DATA_NM(Bs3Gdte_R2_CS32_CNF)
109# define Bs3Gdte_R2_CS32_CNF_EO BS3_DATA_NM(Bs3Gdte_R2_CS32_CNF_EO)
110# define Bs3Gdte_R2_CS64_EO BS3_DATA_NM(Bs3Gdte_R2_CS64_EO)
111# define Bs3Gdte_R2_CS64_CNF BS3_DATA_NM(Bs3Gdte_R2_CS64_CNF)
112# define Bs3Gdte_R2_CS64_CNF_EO BS3_DATA_NM(Bs3Gdte_R2_CS64_CNF_EO)
113
114# define Bs3Gdte_R3_First BS3_DATA_NM(Bs3Gdte_R3_First)
115# define Bs3Gdte_R3_CS16 BS3_DATA_NM(Bs3Gdte_R3_CS16)
116# define Bs3Gdte_R3_DS16 BS3_DATA_NM(Bs3Gdte_R3_DS16)
117# define Bs3Gdte_R3_SS16 BS3_DATA_NM(Bs3Gdte_R3_SS16)
118# define Bs3Gdte_R3_CS32 BS3_DATA_NM(Bs3Gdte_R3_CS32)
119# define Bs3Gdte_R3_DS32 BS3_DATA_NM(Bs3Gdte_R3_DS32)
120# define Bs3Gdte_R3_SS32 BS3_DATA_NM(Bs3Gdte_R3_SS32)
121# define Bs3Gdte_R3_CS64 BS3_DATA_NM(Bs3Gdte_R3_CS64)
122# define Bs3Gdte_R3_DS64 BS3_DATA_NM(Bs3Gdte_R3_DS64)
123# define Bs3Gdte_R3_CS16_EO BS3_DATA_NM(Bs3Gdte_R3_CS16_EO)
124# define Bs3Gdte_R3_CS16_CNF BS3_DATA_NM(Bs3Gdte_R3_CS16_CNF)
125# define Bs3Gdte_R3_CS16_CND_EO BS3_DATA_NM(Bs3Gdte_R3_CS16_CND_EO)
126# define Bs3Gdte_R3_CS32_EO BS3_DATA_NM(Bs3Gdte_R3_CS32_EO)
127# define Bs3Gdte_R3_CS32_CNF BS3_DATA_NM(Bs3Gdte_R3_CS32_CNF)
128# define Bs3Gdte_R3_CS32_CNF_EO BS3_DATA_NM(Bs3Gdte_R3_CS32_CNF_EO)
129# define Bs3Gdte_R3_CS64_EO BS3_DATA_NM(Bs3Gdte_R3_CS64_EO)
130# define Bs3Gdte_R3_CS64_CNF BS3_DATA_NM(Bs3Gdte_R3_CS64_CNF)
131# define Bs3Gdte_R3_CS64_CNF_EO BS3_DATA_NM(Bs3Gdte_R3_CS64_CNF_EO)
132
133# define Bs3GdteSpare00 BS3_DATA_NM(Bs3GdteSpare00)
134# define Bs3GdteSpare01 BS3_DATA_NM(Bs3GdteSpare01)
135# define Bs3GdteSpare02 BS3_DATA_NM(Bs3GdteSpare02)
136# define Bs3GdteSpare03 BS3_DATA_NM(Bs3GdteSpare03)
137# define Bs3GdteSpare04 BS3_DATA_NM(Bs3GdteSpare04)
138# define Bs3GdteSpare05 BS3_DATA_NM(Bs3GdteSpare05)
139# define Bs3GdteSpare06 BS3_DATA_NM(Bs3GdteSpare06)
140# define Bs3GdteSpare07 BS3_DATA_NM(Bs3GdteSpare07)
141# define Bs3GdteSpare08 BS3_DATA_NM(Bs3GdteSpare08)
142# define Bs3GdteSpare09 BS3_DATA_NM(Bs3GdteSpare09)
143# define Bs3GdteSpare0a BS3_DATA_NM(Bs3GdteSpare0a)
144# define Bs3GdteSpare0b BS3_DATA_NM(Bs3GdteSpare0b)
145# define Bs3GdteSpare0c BS3_DATA_NM(Bs3GdteSpare0c)
146# define Bs3GdteSpare0d BS3_DATA_NM(Bs3GdteSpare0d)
147# define Bs3GdteSpare0e BS3_DATA_NM(Bs3GdteSpare0e)
148# define Bs3GdteSpare0f BS3_DATA_NM(Bs3GdteSpare0f)
149# define Bs3GdteSpare10 BS3_DATA_NM(Bs3GdteSpare10)
150# define Bs3GdteSpare11 BS3_DATA_NM(Bs3GdteSpare11)
151# define Bs3GdteSpare12 BS3_DATA_NM(Bs3GdteSpare12)
152# define Bs3GdteSpare13 BS3_DATA_NM(Bs3GdteSpare13)
153# define Bs3GdteSpare14 BS3_DATA_NM(Bs3GdteSpare14)
154# define Bs3GdteSpare15 BS3_DATA_NM(Bs3GdteSpare15)
155# define Bs3GdteSpare16 BS3_DATA_NM(Bs3GdteSpare16)
156# define Bs3GdteSpare17 BS3_DATA_NM(Bs3GdteSpare17)
157# define Bs3GdteSpare18 BS3_DATA_NM(Bs3GdteSpare18)
158# define Bs3GdteSpare19 BS3_DATA_NM(Bs3GdteSpare19)
159# define Bs3GdteSpare1a BS3_DATA_NM(Bs3GdteSpare1a)
160# define Bs3GdteSpare1b BS3_DATA_NM(Bs3GdteSpare1b)
161# define Bs3GdteSpare1c BS3_DATA_NM(Bs3GdteSpare1c)
162# define Bs3GdteSpare1d BS3_DATA_NM(Bs3GdteSpare1d)
163# define Bs3GdteSpare1e BS3_DATA_NM(Bs3GdteSpare1e)
164# define Bs3GdteSpare1f BS3_DATA_NM(Bs3GdteSpare1f)
165
166# define Bs3GdteTiled BS3_DATA_NM(Bs3GdteTiled)
167# define Bs3GdteFreePart1 BS3_DATA_NM(Bs3GdteFreePart1)
168# define Bs3Gdte_CODE16 BS3_DATA_NM(Bs3Gdte_CODE16)
169# define Bs3GdteFreePart2 BS3_DATA_NM(Bs3GdteFreePart2)
170# define Bs3Gdte_SYSTEM16 BS3_DATA_NM(Bs3Gdte_SYSTEM16)
171# define Bs3GdteFreePart3 BS3_DATA_NM(Bs3GdteFreePart3)
172# define Bs3Gdte_DATA16 BS3_DATA_NM(Bs3Gdte_DATA16)
173
174# define Bs3GdteFreePart4 BS3_DATA_NM(Bs3GdteFreePart4)
175# define Bs3GdtePreTestPage08 BS3_DATA_NM(Bs3GdtePreTestPage08)
176# define Bs3GdtePreTestPage07 BS3_DATA_NM(Bs3GdtePreTestPage07)
177# define Bs3GdtePreTestPage06 BS3_DATA_NM(Bs3GdtePreTestPage06)
178# define Bs3GdtePreTestPage05 BS3_DATA_NM(Bs3GdtePreTestPage05)
179# define Bs3GdtePreTestPage04 BS3_DATA_NM(Bs3GdtePreTestPage04)
180# define Bs3GdtePreTestPage03 BS3_DATA_NM(Bs3GdtePreTestPage03)
181# define Bs3GdtePreTestPage02 BS3_DATA_NM(Bs3GdtePreTestPage02)
182# define Bs3GdtePreTestPage01 BS3_DATA_NM(Bs3GdtePreTestPage01)
183# define Bs3GdteTestPage BS3_DATA_NM(Bs3GdteTestPage)
184# define Bs3GdteTestPage00 BS3_DATA_NM(Bs3GdteTestPage00)
185# define Bs3GdteTestPage01 BS3_DATA_NM(Bs3GdteTestPage01)
186# define Bs3GdteTestPage02 BS3_DATA_NM(Bs3GdteTestPage02)
187# define Bs3GdteTestPage03 BS3_DATA_NM(Bs3GdteTestPage03)
188# define Bs3GdteTestPage04 BS3_DATA_NM(Bs3GdteTestPage04)
189# define Bs3GdteTestPage05 BS3_DATA_NM(Bs3GdteTestPage05)
190# define Bs3GdteTestPage06 BS3_DATA_NM(Bs3GdteTestPage06)
191# define Bs3GdteTestPage07 BS3_DATA_NM(Bs3GdteTestPage07)
192
193# define Bs3GdtEnd BS3_DATA_NM(Bs3GdtEnd)
194
195# define Bs3Tss16 BS3_DATA_NM(Bs3Tss16)
196# define Bs3Tss16DoubleFault BS3_DATA_NM(Bs3Tss16DoubleFault)
197# define Bs3Tss16Spare0 BS3_DATA_NM(Bs3Tss16Spare0)
198# define Bs3Tss16Spare1 BS3_DATA_NM(Bs3Tss16Spare1)
199# define Bs3Tss32 BS3_DATA_NM(Bs3Tss32)
200# define Bs3Tss32DoubleFault BS3_DATA_NM(Bs3Tss32DoubleFault)
201# define Bs3Tss32Spare0 BS3_DATA_NM(Bs3Tss32Spare0)
202# define Bs3Tss32Spare1 BS3_DATA_NM(Bs3Tss32Spare1)
203# define Bs3Tss64 BS3_DATA_NM(Bs3Tss64)
204# define Bs3Tss64Spare0 BS3_DATA_NM(Bs3Tss64Spare0)
205# define Bs3Tss64Spare1 BS3_DATA_NM(Bs3Tss64Spare1)
206# define Bs3Tss64WithIopb BS3_DATA_NM(Bs3Tss64WithIopb)
207# define Bs3Tss32WithIopb BS3_DATA_NM(Bs3Tss32WithIopb)
208# define Bs3SharedIntRedirBm BS3_DATA_NM(Bs3SharedIntRedirBm)
209# define Bs3SharedIobp BS3_DATA_NM(Bs3SharedIobp)
210# define Bs3SharedIobpEnd BS3_DATA_NM(Bs3SharedIobpEnd)
211# define Bs3Idt16 BS3_DATA_NM(Bs3Idt16)
212# define Bs3Idt32 BS3_DATA_NM(Bs3Idt32)
213# define Bs3Idt64 BS3_DATA_NM(Bs3Idt64)
214# define Bs3Lidt_Idt16 BS3_DATA_NM(Bs3Lidt_Idt16)
215# define Bs3Lidt_Idt32 BS3_DATA_NM(Bs3Lidt_Idt32)
216# define Bs3Lidt_Idt64 BS3_DATA_NM(Bs3Lidt_Idt64)
217# define Bs3Lidt_Ivt BS3_DATA_NM(Bs3Lidt_Ivt)
218# define Bs3Lgdt_Gdt BS3_DATA_NM(Bs3Lgdt_Gdt)
219# define Bs3Ldt BS3_DATA_NM(Bs3Ldt)
220# define Bs3LdtEnd BS3_DATA_NM(Bs3LdtEnd)
221
222# define Bs3Text16_StartOfSegment BS3_DATA_NM(Bs3Text16_StartOfSegment)
223# define Bs3Text16_EndOfSegment BS3_DATA_NM(Bs3Text16_EndOfSegment)
224# define Bs3Text16_Size BS3_DATA_NM(Bs3Text16_Size)
225
226# define Bs3System16_StartOfSegment BS3_DATA_NM(Bs3System16_StartOfSegment)
227# define Bs3System16_EndOfSegment BS3_DATA_NM(Bs3System16_EndOfSegment)
228
229# define Bs3Data16_StartOfSegment BS3_DATA_NM(Bs3Data16_StartOfSegment)
230# define Bs3Data16_EndOfSegment BS3_DATA_NM(Bs3Data16_EndOfSegment)
231
232# define Bs3RmText16_StartOfSegment BS3_DATA_NM(Bs3RmText16_StartOfSegment)
233# define Bs3RmText16_EndOfSegment BS3_DATA_NM(Bs3RmText16_EndOfSegment)
234# define Bs3RmText16_Size BS3_DATA_NM(Bs3RmText16_Size)
235# define Bs3RmText16_FlatAddr BS3_DATA_NM(Bs3RmText16_FlatAddr)
236
237# define Bs3X0Text16_StartOfSegment BS3_DATA_NM(Bs3X0Text16_StartOfSegment)
238# define Bs3X0Text16_EndOfSegment BS3_DATA_NM(Bs3X0Text16_EndOfSegment)
239# define Bs3X0Text16_Size BS3_DATA_NM(Bs3X0Text16_Size)
240# define Bs3X0Text16_FlatAddr BS3_DATA_NM(Bs3X0Text16_FlatAddr)
241
242# define Bs3X1Text16_StartOfSegment BS3_DATA_NM(Bs3X1Text16_StartOfSegment)
243# define Bs3X1Text16_EndOfSegment BS3_DATA_NM(Bs3X1Text16_EndOfSegment)
244# define Bs3X1Text16_Size BS3_DATA_NM(Bs3X1Text16_Size)
245# define Bs3X1Text16_FlatAddr BS3_DATA_NM(Bs3X1Text16_FlatAddr)
246
247# define Bs3Text32_StartOfSegment BS3_DATA_NM(Bs3Text32_StartOfSegment)
248# define Bs3Text32_EndOfSegment BS3_DATA_NM(Bs3Text32_EndOfSegment)
249
250# define Bs3Data32_StartOfSegment BS3_DATA_NM(Bs3Data32_StartOfSegment)
251# define Bs3Data32_EndOfSegment BS3_DATA_NM(Bs3Data32_EndOfSegment)
252
253# define Bs3Text64_StartOfSegment BS3_DATA_NM(Bs3Text64_StartOfSegment)
254# define Bs3Text64_EndOfSegment BS3_DATA_NM(Bs3Text64_EndOfSegment)
255
256# define Bs3Data64_StartOfSegment BS3_DATA_NM(Bs3Data64_StartOfSegment)
257# define Bs3Data64_EndOfSegment BS3_DATA_NM(Bs3Data64_EndOfSegment)
258
259# define Bs3Data16Thru64Text32And64_TotalSize BS3_DATA_NM(Bs3Data16Thru64Text32And64_TotalSize)
260# define Bs3TotalImageSize BS3_DATA_NM(Bs3TotalImageSize)
261
262# define g_achBs3HexDigits BS3_DATA_NM(g_achBs3HexDigits)
263# define g_achBs3HexDigitsUpper BS3_DATA_NM(g_achBs3HexDigitsUpper)
264# define g_bBs3CurrentMode BS3_DATA_NM(g_bBs3CurrentMode)
265# define g_uBs3TrapEipHint BS3_DATA_NM(g_uBs3TrapEipHint)
266# define g_aBs3RmIvtOriginal BS3_DATA_NM(g_aBs3RmIvtOriginal)
267
268# define g_usBs3TestStep BS3_DATA_NM(g_usBs3TestStep)
269# define g_usBs3TestStep BS3_DATA_NM(g_usBs3TestStep)
270# define g_Bs3Trap16GenericEntriesFlatAddr BS3_DATA_NM(g_Bs3Trap16GenericEntriesFlatAddr)
271# define g_Bs3Trap32GenericEntriesFlatAddr BS3_DATA_NM(g_Bs3Trap32GenericEntriesFlatAddr)
272# define g_Bs3Trap64GenericEntriesFlatAddr BS3_DATA_NM(g_Bs3Trap64GenericEntriesFlatAddr)
273
274# define g_uBs3CpuDetected BS3_DATA_NM(g_uBs3CpuDetected)
275
276#endif /* ARCH_BITS == 64 */
277#endif /* !___bs3kit_mangling_data_h */
278
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette