VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-code-undef.h@ 97320

Last change on this file since 97320 was 97320, checked in by vboxsync, 2 years ago

ValKit/bs3kit: Added a Bs3SelSetup32BitCode function for quickly setting up a 32-bit code segment.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
1/* $Id: bs3kit-mangling-code-undef.h 97320 2022-10-27 12:45:25Z vboxsync $ */
2/** @file
3 * BS3Kit - Undefining function mangling - automatically generated by the bs3kit-mangling-code-undef.h makefile rule.
4 */
5
6/*
7 * Copyright (C) 2007-2022 Oracle and/or its affiliates.
8 *
9 * This file is part of VirtualBox base platform packages, as
10 * available from https://www.virtualbox.org.
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation, in version 3 of the
15 * License.
16 *
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, see <https://www.gnu.org/licenses>.
24 *
25 * The contents of this file may alternatively be used under the terms
26 * of the Common Development and Distribution License Version 1.0
27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28 * in the VirtualBox distribution, in which case the provisions of the
29 * CDDL are applicable instead of those of the GPL.
30 *
31 * You may elect to license modified versions of this file under the
32 * terms and conditions of either the GPL or the CDDL or both.
33 *
34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35 */
36
37#undef Bs3A20Disable
38#undef Bs3A20DisableViaKbd
39#undef Bs3A20DisableViaPortA
40#undef Bs3A20Enable
41#undef Bs3A20EnableViaKbd
42#undef Bs3A20EnableViaPortA
43#undef Bs3ExtCtxAlloc
44#undef Bs3ExtCtxCopy
45#undef Bs3ExtCtxFree
46#undef Bs3ExtCtxGetAbridgedFtw
47#undef Bs3ExtCtxGetFcw
48#undef Bs3ExtCtxGetFsw
49#undef Bs3ExtCtxGetMm
50#undef Bs3ExtCtxGetMxCsr
51#undef Bs3ExtCtxGetMxCsrMask
52#undef Bs3ExtCtxGetSize
53#undef Bs3ExtCtxGetXmm
54#undef Bs3ExtCtxGetYmm
55#undef Bs3ExtCtxInit
56#undef Bs3ExtCtxRestore
57#undef Bs3ExtCtxRestoreEx
58#undef Bs3ExtCtxSave
59#undef Bs3ExtCtxSaveEx
60#undef Bs3ExtCtxSetAbridgedFtw
61#undef Bs3ExtCtxSetFcw
62#undef Bs3ExtCtxSetFsw
63#undef Bs3ExtCtxSetMm
64#undef Bs3ExtCtxSetMxCsr
65#undef Bs3ExtCtxSetMxCsrMask
66#undef Bs3ExtCtxSetXmm
67#undef Bs3ExtCtxSetYmm
68#undef Bs3GetCpuVendor
69#undef Bs3GetModeName
70#undef Bs3GetModeNameShortLower
71#undef Bs3KbdRead
72#undef Bs3KbdWait
73#undef Bs3KbdWrite
74#undef Bs3MemAlloc
75#undef Bs3MemAllocZ
76#undef Bs3MemChr
77#undef Bs3MemCmp
78#undef Bs3MemCpy
79#undef Bs3MemFree
80#undef Bs3MemGuardedTestPageAlloc
81#undef Bs3MemGuardedTestPageAllocEx
82#undef Bs3MemGuardedTestPageFree
83#undef Bs3MemMove
84#undef Bs3MemPCpy
85#undef Bs3MemPrintInfo
86#undef Bs3MemSet
87#undef Bs3MemZero
88#undef Bs3PagingAlias
89#undef bs3PagingGetLegacyPte
90#undef bs3PagingGetPaePte
91#undef Bs3PagingGetPte
92#undef Bs3PagingInitRootForLM
93#undef Bs3PagingInitRootForPAE
94#undef Bs3PagingInitRootForPP
95#undef Bs3PagingMapRamAbove4GForLM
96#undef Bs3PagingProtect
97#undef Bs3PagingProtectPtr
98#undef Bs3PagingQueryAddressInfo
99#undef Bs3PagingSetupCanonicalTraps
100#undef Bs3PagingUnalias
101#undef Bs3Panic
102#undef Bs3PicMaskAll
103#undef Bs3PicSetup
104#undef Bs3PicUpdateMask
105#undef Bs3PitDisable
106#undef Bs3PitSetupAndEnablePeriodTimer
107#undef Bs3PrintChr
108#undef Bs3Printf
109#undef Bs3PrintfV
110#undef Bs3PrintStr
111#undef Bs3PrintStrN
112#undef Bs3PrintU32
113#undef Bs3PrintX32
114#undef Bs3RegCtxConvertToRingX
115#undef Bs3RegCtxConvertV86ToRm
116#undef Bs3RegCtxPrint
117#undef Bs3RegCtxRestore
118#undef Bs3RegCtxSave
119#undef Bs3RegCtxSaveEx
120#undef Bs3RegCtxSaveForMode
121#undef Bs3RegCtxSetGpr
122#undef Bs3RegCtxSetGrpDsFromCurPtr
123#undef Bs3RegCtxSetGrpSegFromCurPtr
124#undef Bs3RegCtxSetGrpSegFromFlat
125#undef Bs3RegCtxSetRipCsFromCurPtr
126#undef Bs3RegCtxSetRipCsFromFlat
127#undef Bs3RegCtxSetRipCsFromLnkPtr
128#undef Bs3RegGetCr0
129#undef Bs3RegGetCr2
130#undef Bs3RegGetCr3
131#undef Bs3RegGetCr4
132#undef Bs3RegGetDr0
133#undef Bs3RegGetDr1
134#undef Bs3RegGetDr2
135#undef Bs3RegGetDr3
136#undef Bs3RegGetDr6
137#undef Bs3RegGetDr7
138#undef Bs3RegGetDrX
139#undef Bs3RegGetLdtr
140#undef Bs3RegGetTr
141#undef Bs3RegGetXcr0
142#undef Bs3RegSetCr0
143#undef Bs3RegSetCr2
144#undef Bs3RegSetCr3
145#undef Bs3RegSetCr4
146#undef Bs3RegSetDr0
147#undef Bs3RegSetDr1
148#undef Bs3RegSetDr2
149#undef Bs3RegSetDr3
150#undef Bs3RegSetDr6
151#undef Bs3RegSetDr7
152#undef Bs3RegSetDrX
153#undef Bs3RegSetLdtr
154#undef Bs3RegSetTr
155#undef Bs3RegSetXcr0
156#undef Bs3SelFar32ToFlat32
157#undef Bs3SelFar32ToFlat32NoClobber
158#undef Bs3SelFlatCodeToProtFar16
159#undef Bs3SelFlatCodeToRealMode
160#undef Bs3SelFlatDataToProtFar16
161#undef Bs3SelFlatDataToRealMode
162#undef Bs3SelLnkPtrToCurPtr
163#undef Bs3SelProtFar16DataToFlat
164#undef Bs3SelProtFar16DataToRealMode
165#undef Bs3SelProtFar32ToFlat32
166#undef Bs3SelProtModeCodeToRealMode
167#undef Bs3SelRealModeCodeToFlat
168#undef Bs3SelRealModeCodeToProtMode
169#undef Bs3SelRealModeDataToFlat
170#undef Bs3SelRealModeDataToProtFar16
171#undef Bs3SelSetup16BitCode
172#undef Bs3SelSetup16BitData
173#undef Bs3SelSetup32BitCode
174#undef Bs3Shutdown
175#undef Bs3SlabAlloc
176#undef Bs3SlabAllocEx
177#undef Bs3SlabFree
178#undef Bs3SlabInit
179#undef Bs3SlabListAdd
180#undef Bs3SlabListAlloc
181#undef Bs3SlabListAllocEx
182#undef Bs3SlabListFree
183#undef Bs3SlabListInit
184#undef Bs3StrCpy
185#undef Bs3StrFormatV
186#undef Bs3StrLen
187#undef Bs3StrNLen
188#undef Bs3StrPrintf
189#undef Bs3StrPrintfV
190#undef Bs3SwitchFromV86To16BitAndCallC
191#undef Bs3TestCheckExtCtx
192#undef Bs3TestCheckRegCtxEx
193#undef Bs3TestFailed
194#undef Bs3TestFailedF
195#undef Bs3TestFailedV
196#undef Bs3TestHostPrintf
197#undef Bs3TestHostPrintfV
198#undef Bs3TestInit
199#undef Bs3TestNow
200#undef Bs3TestPrintf
201#undef Bs3TestPrintfV
202#undef Bs3TestQueryCfgBool
203#undef Bs3TestQueryCfgU32
204#undef Bs3TestQueryCfgU8
205#undef Bs3TestSkipped
206#undef Bs3TestSkippedF
207#undef Bs3TestSkippedV
208#undef Bs3TestSub
209#undef Bs3TestSubDone
210#undef Bs3TestSubErrorCount
211#undef Bs3TestSubF
212#undef Bs3TestSubV
213#undef Bs3TestTerm
214#undef Bs3TestValue
215#undef Bs3Trap16Init
216#undef Bs3Trap16InitEx
217#undef Bs3Trap16SetGate
218#undef Bs3Trap32Init
219#undef Bs3Trap32SetGate
220#undef Bs3Trap64Init
221#undef Bs3Trap64SetGate
222#undef Bs3TrapDefaultHandler
223#undef Bs3TrapPrintFrame
224#undef Bs3TrapReInit
225#undef Bs3TrapRmV86Init
226#undef Bs3TrapRmV86InitEx
227#undef Bs3TrapRmV86SetGate
228#undef Bs3TrapSetDpl
229#undef Bs3TrapSetHandler
230#undef Bs3TrapSetHandlerEx
231#undef Bs3TrapSetJmpAndRestore
232#undef Bs3TrapSetJmpAndRestoreInRm
233#undef Bs3TrapSetJmpAndRestoreWithExtCtxAndRm
234#undef Bs3TrapSetJmpAndRestoreWithExtCtx
235#undef Bs3TrapSetJmpAndRestoreWithRm
236#undef Bs3TrapSetJmp
237#undef Bs3TrapUnsetJmp
238#undef Bs3UInt32Div
239#undef Bs3UInt64Div
240#undef Bs3UtilSetFullGdtr
241#undef Bs3UtilSetFullIdtr
242#ifndef BS3_CMN_ONLY
243# undef Bs3BiosInt15h88
244# undef Bs3BiosInt15hE820
245# undef Bs3CpuDetect
246# undef Bs3SwitchTo32BitAndCallC
247# undef Bs3TestDoModes
248# undef Bs3TestDoModesByMax
249# undef Bs3TestDoModesByOne
250# undef Bs3TrapInit
251#endif /* !BS3_CMN_ONLY */
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