Searched refs:VMMSWITCHERDEF (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMSwitcher/
H A DAMD64Stub.asm89 istruc VMMSWITCHERDEF
90 at VMMSWITCHERDEF.pvCode, RTCCPTR_DEF NAME(Start)
91 at VMMSWITCHERDEF.pvFixups, RTCCPTR_DEF NAME(Fixups)
92 at VMMSWITCHERDEF.pszDesc, RTCCPTR_DEF NAME(Description)
93 at VMMSWITCHERDEF.pfnRelocate, RTCCPTR_DEF 0
94 at VMMSWITCHERDEF.enmType, dd VMMSWITCHER_AMD64_STUB
95 at VMMSWITCHERDEF.cbCode, dd NAME(End) - NAME(Start)
96 at VMMSWITCHERDEF.offR0ToRawMode, dd NAME(vmmR0ToRawMode) - NAME(Start)
97 at VMMSWITCHERDEF.offRCToHost, dd NAME(vmmRCToHost) - NAME(Start)
98 at VMMSWITCHERDEF
[all...]
H A DX86Stub.asm85 istruc VMMSWITCHERDEF
86 at VMMSWITCHERDEF.pvCode, RTCCPTR_DEF NAME(Start)
87 at VMMSWITCHERDEF.pvFixups, RTCCPTR_DEF NAME(Fixups)
88 at VMMSWITCHERDEF.pszDesc, RTCCPTR_DEF NAME(Description)
89 at VMMSWITCHERDEF.pfnRelocate, RTCCPTR_DEF 0
90 at VMMSWITCHERDEF.enmType, dd VMMSWITCHER_X86_STUB
91 at VMMSWITCHERDEF.cbCode, dd NAME(End) - NAME(Start)
92 at VMMSWITCHERDEF.offR0ToRawMode, dd NAME(vmmR0ToRawMode) - NAME(Start)
93 at VMMSWITCHERDEF.offRCToHost, dd NAME(vmmRCToHost) - NAME(Start)
94 at VMMSWITCHERDEF
[all...]
/vbox/src/VBox/VMM/include/
H A DVMMSwitcher.h65 typedef struct VMMSWITCHERDEF *PVMMSWITCHERDEF;
86 typedef struct VMMSWITCHERDEF struct
126 } VMMSWITCHERDEF; typedef in typeref:struct:VMMSWITCHERDEF
130 extern VMMSWITCHERDEF vmmR3SwitcherX86Stub_Def;
131 extern VMMSWITCHERDEF vmmR3Switcher32BitTo32Bit_Def;
132 extern VMMSWITCHERDEF vmmR3Switcher32BitToPAE_Def;
133 extern VMMSWITCHERDEF vmmR3Switcher32BitToAMD64_Def;
134 extern VMMSWITCHERDEF vmmR3SwitcherPAETo32Bit_Def;
135 extern VMMSWITCHERDEF vmmR3SwitcherPAEToPAE_Def;
136 extern VMMSWITCHERDEF vmmR3SwitcherPAEToAMD64_De
[all...]

Completed in 1062 milliseconds