VirtualBox

source: vbox/trunk/include/VBox/hwacc_vmx.h@ 1586

Last change on this file since 1586 was 73, checked in by vboxsync, 18 years ago

Just drop the inline assembly on 64-bit host.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 37.2 KB
Line 
1/** @file
2 * HWACC/VMX - VMX Structures and Definitions.
3 */
4
5/*
6 * Copyright (C) 2006 InnoTek Systemberatung GmbH
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License as published by the Free Software Foundation,
12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13 * distribution. VirtualBox OSE is distributed in the hope that it will
14 * be useful, but WITHOUT ANY WARRANTY of any kind.
15 *
16 * If you received this file as part of a commercial VirtualBox
17 * distribution, then only the terms of your commercial VirtualBox
18 * license agreement apply instead of the previous paragraph.
19 */
20
21#ifndef __VBox_vmx_h__
22#define __VBox_vmx_h__
23
24#include <VBox/types.h>
25#include <VBox/err.h>
26#include <VBox/cpum.h>
27#include <iprt/assert.h>
28#include <iprt/asm.h>
29
30/** @defgroup grp_vmx vmx Types and Definitions
31 * @ingroup grp_hwaccm
32 * @{
33 */
34
35/** VMX Basic Exit Reasons.
36 * @{
37 */
38/* And-mask for setting reserved bits to zero */
39#define VMX_EFLAGS_RESERVED_0 (~0xffc08028)
40/* Or-mask for setting reserved bits to 1 */
41#define VMX_EFLAGS_RESERVED_1 0x00000002
42/** @} */
43
44/** VMX Basic Exit Reasons.
45 * @{
46 */
47/** 0 Exception or non-maskable interrupt (NMI). */
48#define VMX_EXIT_EXCEPTION 0
49/** 1 External interrupt. */
50#define VMX_EXIT_EXTERNAL_IRQ 1
51/** 2 Triple fault. */
52#define VMX_EXIT_TRIPLE_FAULT 2
53/** 3 INIT signal. */
54#define VMX_EXIT_INIT_SIGNAL 3
55/** 4 Start-up IPI (SIPI). */
56#define VMX_EXIT_SIPI 4
57/** 5 I/O system-management interrupt (SMI). */
58#define VMX_EXIT_IO_SMI_IRQ 5
59/** 6 Other SMI. */
60#define VMX_EXIT_SMI_IRQ 6
61/** 7 Interrupt window. */
62#define VMX_EXIT_IRQ_WINDOW 7
63/** 9 Task switch. */
64#define VMX_EXIT_TASK_SWITCH 9
65/** 10 Guest software attempted to execute CPUID. */
66#define VMX_EXIT_CPUID 10
67/** 12 Guest software attempted to execute HLT. */
68#define VMX_EXIT_HLT 12
69/** 13 Guest software attempted to execute INVD. */
70#define VMX_EXIT_INVD 13
71/** 14 Guest software attempted to execute INVPG. */
72#define VMX_EXIT_INVPG 14
73/** 15 Guest software attempted to execute RDPMC. */
74#define VMX_EXIT_RDPMC 15
75/** 16 Guest software attempted to execute RDTSC. */
76#define VMX_EXIT_RDTSC 16
77/** 17 Guest software attempted to execute RSM in SMM. */
78#define VMX_EXIT_RSM 17
79/** 18 Guest software executed VMCALL. */
80#define VMX_EXIT_VMCALL 18
81/** 19 Guest software executed VMCLEAR. */
82#define VMX_EXIT_VMCLEAR 19
83/** 20 Guest software executed VMLAUNCH. */
84#define VMX_EXIT_VMLAUNCH 20
85/** 21 Guest software executed VMPTRLD. */
86#define VMX_EXIT_VMPTRLD 21
87/** 22 Guest software executed VMPTRST. */
88#define VMX_EXIT_VMPTRST 22
89/** 23 Guest software executed VMREAD. */
90#define VMX_EXIT_VMREAD 23
91/** 24 Guest software executed VMRESUME. */
92#define VMX_EXIT_VMRESUME 24
93/** 25 Guest software executed VMWRITE. */
94#define VMX_EXIT_VMWRITE 25
95/** 26 Guest software executed VMXOFF. */
96#define VMX_EXIT_VMXOFF 26
97/** 27 Guest software executed VMXON. */
98#define VMX_EXIT_VMXON 27
99/** 28 Control-register accesses. */
100#define VMX_EXIT_CRX_MOVE 28
101/** 29 Debug-register accesses. */
102#define VMX_EXIT_DRX_MOVE 29
103/** 30 I/O instruction. */
104#define VMX_EXIT_PORT_IO 30
105/** 31 RDMSR. Guest software attempted to execute RDMSR. */
106#define VMX_EXIT_RDMSR 31
107/** 32 WRMSR. Guest software attempted to execute WRMSR. */
108#define VMX_EXIT_WRMSR 32
109/** 33 VM-entry failure due to invalid guest state. */
110#define VMX_EXIT_ERR_INVALID_GUEST_STATE 33
111/** 34 VM-entry failure due to MSR loading. */
112#define VMX_EXIT_ERR_MSR_LOAD 34
113/** 36 Guest software executed MWAIT. */
114#define VMX_EXIT_MWAIT 36
115/** 39 Guest software attempted to execute MONITOR. */
116#define VMX_EXIT_MONITOR 39
117/** 40 Guest software attempted to execute PAUSE. */
118#define VMX_EXIT_PAUSE 40
119/** 41 VM-entry failure due to machine-check. */
120#define VMX_EXIT_ERR_MACHINE_CHECK 41
121/** 43 TPR below threshold. Guest software executed MOV to CR8. */
122#define VMX_EXIT_TPR 43
123
124/** @} */
125
126
127/** VM Instruction Errors
128 * @{
129 */
130/** 1 VMCALL executed in VMX root operation. */
131#define VMX_ERROR_VMCALL 1
132/** 2 VMCLEAR with invalid physical address. */
133#define VMX_ERROR_VMCLEAR_INVALID_PHYS_ADDR 2
134/** 3 VMCLEAR with VMXON pointer. */
135#define VMX_ERROR_VMCLEAR_INVALID_VMXON_PTR 3
136/** 4 VMLAUNCH with non-clear VMCS. */
137#define VMX_ERROR_VMLAUCH_NON_CLEAR_VMCS 4
138/** 5 VMRESUME with non-launched VMCS. */
139#define VMX_ERROR_VMRESUME_NON_LAUNCHED_VMCS 5
140/** 6 VMRESUME with a corrupted VMCS (indicates corruption of the current VMCS). */
141#define VMX_ERROR_VMRESUME_CORRUPTED_VMCS 6
142/** 7 VM entry with invalid control field(s). */
143#define VMX_ERROR_VMENTRY_INVALID_CONTROL_FIELDS 7
144/** 8 VM entry with invalid host-state field(s). */
145#define VMX_ERROR_VMENTRY_INVALID_HOST_STATE 8
146/** 9 VMPTRLD with invalid physical address. */
147#define VMX_ERROR_VMPTRLD_INVALID_PHYS_ADDR 9
148/** 10 VMPTRLD with VMXON pointer. */
149#define VMX_ERROR_VMPTRLD_VMXON_PTR 10
150/** 11 VMPTRLD with incorrect VMCS revision identifier. */
151#define VMX_ERROR_VMPTRLD_WRONG_VMCS_REVISION 11
152/** 12 VMREAD/VMWRITE from/to unsupported VMCS component. */
153#define VMX_ERROR_VMREAD_INVALID_COMPONENT 12
154#define VMX_ERROR_VMWRITE_INVALID_COMPONENT VMX_ERROR_VMREAD_INVALID_COMPONENT
155/** 13 VMWRITE to read-only VMCS component. */
156#define VMX_ERROR_VMWRITE_READONLY_COMPONENT 13
157/** 15 VMXON executed in VMX root operation. */
158#define VMX_ERROR_VMXON_IN_VMX_ROOT_OP 15
159/** 16 VM entry with invalid executive-VMCS pointer. */
160#define VMX_ERROR_VMENTRY_INVALID_VMCS_EXEC_PTR 16
161/** 17 VM entry with non-launched executive VMCS. */
162#define VMX_ERROR_VMENTRY_NON_LAUNCHED_EXEC_VMCS 17
163/** 18 VM entry with executive-VMCS pointer not VMXON pointer. */
164#define VMX_ERROR_VMENTRY_EXEC_VMCS_PTR 18
165/** 19 VMCALL with non-clear VMCS. */
166#define VMX_ERROR_VMCALL_NON_CLEAR_VMCS 19
167/** 20 VMCALL with invalid VM-exit control fields. */
168#define VMX_ERROR_VMCALL_INVALID_VMEXIT_FIELDS 20
169/** 22 VMCALL with incorrect MSEG revision identifier. */
170#define VMX_ERROR_VMCALL_INVALID_MSEG_REVISION 22
171/** 23 VMXOFF under dual-monitor treatment of SMIs and SMM. */
172#define VMX_ERROR_VMXOFF_DUAL_MONITOR 23
173/** 24 VMCALL with invalid SMM-monitor features. */
174#define VMX_ERROR_VMCALL_INVALID_SMM_MONITOR 24
175/** 25 VM entry with invalid VM-execution control fields in executive VMCS. */
176#define VMX_ERROR_VMENTRY_INVALID_VM_EXEC_CTRL 25
177/** 26 VM entry with events blocked by MOV SS. */
178#define VMX_ERROR_VMENTRY_MOV_SS 26
179
180/** @} */
181
182
183/** VMX MSR bit definitions
184 * @{
185 */
186
187/** Basic VMX information.
188 * @{
189 */
190/** VMCS revision identifier used by the processor. */
191#define MSR_IA32_VMX_BASIC_INFO_VMCS_ID(a) (a & 0x7FFFFFFF)
192/** Size of the VMCS. */
193#define MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE(a) ((a >> 31ULL) & 0xFFF)
194/** Width of physical address used for the VMCS.
195 * 0 -> limited to the available amount of physical ram
196 * 1 -> within the first 4 GB
197 */
198#define MSR_IA32_VMX_BASIC_INFO_VMCS_PHYS_WIDTH(a) ((a >> 48ULL) & 1)
199/** Whether the processor supports the dual-monitor treatment of system-management interrupts and system-management code. (always 1) */
200#define MSR_IA32_VMX_BASIC_INFO_VMCS_DUAL_MON(a) ((a >> 49ULL) & 1)
201/** Memory type that must be used for the VMCS. */
202#define MSR_IA32_VMX_BASIC_INFO_VMCS_MEM_TYPE(a) ((a >> 50ULL) & 0xF)
203/** @} */
204
205
206/** Misc VMX info.
207 * @{
208 */
209/** Activity states supported by the implementation. */
210#define MSR_IA32_VMX_MISC_ACTIVITY_STATES(a) ((a >> 6ULL) & 0x7)
211/** Number of CR3 target values supported by the processor. (0-256) */
212#define MSR_IA32_VMX_MISC_CR3_TARGET(a) ((a >> 16ULL) & 0x1FF)
213/** Maximum nr of MSRs in the VMCS. (N+1)*512. */
214#define MSR_IA32_VMX_MISC_MAX_MSR(a) (((a >> 25ULL) & 0x7) + 1) * 512)
215/** MSEG revision identifier used by the processor. */
216#define MSR_IA32_VMX_MISC_MSEG_ID(a) (a >> 32ULL)
217/** @} */
218
219
220/** VMCS enumeration field info
221 * @{
222 */
223/** Highest field index. */
224#define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a) ((a >> 1ULL) & 0x1FF))
225
226/** @} */
227
228/** @} */
229
230
231/** VMCS field encoding
232 * @{
233 */
234
235/* 16 bits guest fields
236 * @{
237 */
238#define VMX_VMCS_GUEST_FIELD_ES 0x800
239#define VMX_VMCS_GUEST_FIELD_CS 0x802
240#define VMX_VMCS_GUEST_FIELD_SS 0x804
241#define VMX_VMCS_GUEST_FIELD_DS 0x806
242#define VMX_VMCS_GUEST_FIELD_FS 0x808
243#define VMX_VMCS_GUEST_FIELD_GS 0x80A
244#define VMX_VMCS_GUEST_FIELD_LDTR 0x80C
245#define VMX_VMCS_GUEST_FIELD_TR 0x80E
246/** @} */
247
248/** 16 bits host fields
249 * @{
250 */
251#define VMX_VMCS_HOST_FIELD_ES 0xC00
252#define VMX_VMCS_HOST_FIELD_CS 0xC02
253#define VMX_VMCS_HOST_FIELD_SS 0xC04
254#define VMX_VMCS_HOST_FIELD_DS 0xC06
255#define VMX_VMCS_HOST_FIELD_FS 0xC08
256#define VMX_VMCS_HOST_FIELD_GS 0xC0A
257#define VMX_VMCS_HOST_FIELD_TR 0xC0C
258/** @} */
259
260/** 64 Bits control fields
261 * @{
262 */
263#define VMX_VMCS_CTRL_IO_BITMAP_A_FULL 0x2000
264#define VMX_VMCS_CTRL_IO_BITMAP_A_HIGH 0x2001
265#define VMX_VMCS_CTRL_IO_BITMAP_B_FULL 0x2002
266#define VMX_VMCS_CTRL_IO_BITMAP_B_HIGH 0x2003
267
268/* Optional */
269#define VMX_VMCS_CTRL_MSR_BITMAP_FULL 0x2004
270#define VMX_VMCS_CTRL_MSR_BITMAP_HIGH 0x2005
271
272#define VMX_VMCS_CTRL_VMEXIT_MSR_STORE_FULL 0x2006
273#define VMX_VMCS_CTRL_VMEXIT_MSR_STORE_HIGH 0x2007
274#define VMX_VMCS_CTRL_VMEXIT_MSR_LOAD_FULL 0x2008
275#define VMX_VMCS_CTRL_VMEXIT_MSR_LOAD_HIGH 0x2009
276
277#define VMX_VMCS_CTRL_VMENTRY_MSR_LOAD_FULL 0x200A
278#define VMX_VMCS_CTRL_VMENTRY_MSR_LOAD_HIGH 0x200B
279
280#define VMX_VMCS_CTRL_EXEC_VMCS_PTR_FULL 0x200C
281#define VMX_VMCS_CTRL_EXEC_VMCS_PTR_HIGH 0x200D
282
283#define VMX_VMCS_CTRL_TSC_OFFSET_FULL 0x2010
284#define VMX_VMCS_CTRL_TSC_OFFSET_HIGH 0x2011
285
286/* Optional */
287#define VMX_VMCS_CTRL_VAPIC_PAGEADDR_FULL 0x2012
288#define VMX_VMCS_CTRL_VAPIC_PAGEADDR_HIGH 0x2013
289/** @} */
290
291
292/** 64 Bits guest fields
293 * @{
294 */
295#define VMX_VMCS_GUEST_LINK_PTR_FULL 0x2800
296#define VMX_VMCS_GUEST_LINK_PTR_HIGH 0x2801
297#define VMX_VMCS_GUEST_DEBUGCTL_FULL 0x2802 /* MSR IA32_DEBUGCTL */
298#define VMX_VMCS_GUEST_DEBUGCTL_HIGH 0x2803 /* MSR IA32_DEBUGCTL */
299/** @} */
300
301
302/** 32 Bits control fields
303 * @{
304 */
305#define VMX_VMCS_CTRL_PIN_EXEC_CONTROLS 0x4000
306#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS 0x4002
307#define VMX_VMCS_CTRL_EXCEPTION_BITMAP 0x4004
308#define VMX_VMCS_CTRL_PAGEFAULT_ERROR_MASK 0x4006
309#define VMX_VMCS_CTRL_PAGEFAULT_ERROR_MATCH 0x4008
310#define VMX_VMCS_CTRL_CR3_TARGET_COUNT 0x400A
311#define VMX_VMCS_CTRL_EXIT_CONTROLS 0x400C
312#define VMX_VMCS_CTRL_EXIT_MSR_STORE_COUNT 0x400E
313#define VMX_VMCS_CTRL_EXIT_MSR_LOAD_COUNT 0x4010
314#define VMX_VMCS_CTRL_ENTRY_CONTROLS 0x4012
315#define VMX_VMCS_CTRL_ENTRY_MSR_LOAD_COUNT 0x4014
316#define VMX_VMCS_CTRL_ENTRY_IRQ_INFO 0x4016
317#define VMX_VMCS_CTRL_ENTRY_EXCEPTION_ERRCODE 0x4018
318#define VMX_VMCS_CTRL_ENTRY_INSTR_LENGTH 0x401A
319/* Optional */
320#define VMX_VMCS_CTRL_TPR_TRESHOLD 0x401C
321/** @} */
322
323
324/** VMX_VMCS_CTRL_PIN_EXEC_CONTROLS
325 * @{
326 */
327/* External interrupts cause VM exits if set; otherwise dispatched through the guest's IDT. */
328#define VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT BIT(0)
329/* Non-maskable interrupts cause VM exits if set; otherwise dispatched through the guest's IDT. */
330#define VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT BIT(3)
331/* All other bits are reserved and must be set according to MSR IA32_VMX_PROCBASED_CTLS. */
332/** @} */
333
334
335/** VMX_VMCS_CTRL_PROC_EXEC_CONTROLS
336 * @{
337 */
338/* VM Exit as soon as RFLAGS.IF=1 and no blocking is active. */
339#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT BIT(2)
340/* Use timestamp counter offset. */
341#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET BIT(3)
342/* VM Exit when executing the HLT instruction. */
343#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT BIT(7)
344/* VM Exit when executing the INVLPG instruction. */
345#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT BIT(9)
346/* VM Exit when executing the MWAIT instruction. */
347#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT BIT(10)
348/* VM Exit when executing the RDPMC instruction. */
349#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT BIT(11)
350/* VM Exit when executing the RDTSC instruction. */
351#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT BIT(12)
352/* VM Exit on CR8 loads. */
353#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT BIT(19)
354/* VM Exit on CR8 stores. */
355#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT BIT(20)
356/* Use TPR shadow. */
357#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW BIT(21)
358/* VM Exit when executing a MOV DRx instruction. */
359#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT BIT(23)
360/* VM Exit when executing IO instructions. */
361#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT BIT(24)
362/* Use IO bitmaps. */
363#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS BIT(25)
364/* Use MSR bitmaps. */
365#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS BIT(28)
366/* VM Exit when executing the MONITOR instruction. */
367#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT BIT(29)
368/* VM Exit when executing the PAUSE instruction. */
369#define VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT BIT(30)
370/** @} */
371
372
373/** VMX_VMCS_CTRL_ENTRY_CONTROLS
374 * @{
375 */
376/** 64 bits guest mode. Must be 0 for CPUs that don't support AMD64. */
377#define VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE BIT(9)
378/** In SMM mode after VM-entry. */
379#define VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM BIT(10)
380/** Disable dual treatment of SMI and SMM; must be zero for VM-entry outside of SMM. */
381#define VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON BIT(11)
382/** @} */
383
384
385/** VMX_VMCS_CTRL_EXIT_CONTROLS
386 * @{
387 */
388/** Return to long mode after a VM-exit. */
389#define VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64 BIT(9)
390/** Acknowledge external interrupts with the irq controller if one caused a VM-exit. */
391#define VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ BIT(15)
392/** @} */
393
394/** 32 Bits read-only fields
395 * @{
396 */
397#define VMX_VMCS_RO_VM_INSTR_ERROR 0x4400
398#define VMX_VMCS_RO_EXIT_REASON 0x4402
399#define VMX_VMCS_RO_EXIT_INTERRUPTION_INFO 0x4404
400#define VMX_VMCS_RO_EXIT_INTERRUPTION_ERRCODE 0x4406
401#define VMX_VMCS_RO_IDT_INFO 0x4408
402#define VMX_VMCS_RO_IDT_ERRCODE 0x440A
403#define VMX_VMCS_RO_EXIT_INSTR_LENGTH 0x440C
404#define VMX_VMCS_RO_EXIT_INSTR_INFO 0x440E
405/** @} */
406
407/** VMX_VMCS_RO_EXIT_INTERRUPTION_INFO
408 * @{
409 */
410#define VMX_EXIT_INTERRUPTION_INFO_VECTOR(a) (a & 0xff)
411#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SHIFT 8
412#define VMX_EXIT_INTERRUPTION_INFO_TYPE(a) ((a >> VMX_EXIT_INTERRUPTION_INFO_TYPE_SHIFT) & 7)
413#define VMX_EXIT_INTERRUPTION_INFO_ERROR_CODE_VALID BIT(11)
414#define VMX_EXIT_INTERRUPTION_INFO_ERROR_CODE_IS_VALID(a) (a & VMX_EXIT_INTERRUPTION_INFO_ERROR_CODE_VALID)
415#define VMX_EXIT_INTERRUPTION_INFO_NMI_UNBLOCK(a) (a & BIT(12))
416#define VMX_EXIT_INTERRUPTION_INFO_VALID_SHIFT 31
417#define VMX_EXIT_INTERRUPTION_INFO_VALID(a) (a & BIT(31))
418/* Construct an irq event injection value from the exit interruption info value (same except that bit 12 is reserved). */
419#define VMX_VMCS_CTRL_ENTRY_IRQ_INFO_FROM_EXIT_INT_INFO(a) (a & ~BIT(12))
420/** @} */
421
422/** VMX_VMCS_RO_EXIT_INTERRUPTION_INFO_TYPE
423 * @{
424 */
425#define VMX_EXIT_INTERRUPTION_INFO_TYPE_EXT 0
426#define VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI 2
427#define VMX_EXIT_INTERRUPTION_INFO_TYPE_HWEXCPT 3
428#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW 4 /* int xx */
429#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SWEXCPT 6
430/** @} */
431
432
433/** 32 Bits guest state fields
434 * @{
435 */
436#define VMX_VMCS_GUEST_ES_LIMIT 0x4800
437#define VMX_VMCS_GUEST_CS_LIMIT 0x4802
438#define VMX_VMCS_GUEST_SS_LIMIT 0x4804
439#define VMX_VMCS_GUEST_DS_LIMIT 0x4806
440#define VMX_VMCS_GUEST_FS_LIMIT 0x4808
441#define VMX_VMCS_GUEST_GS_LIMIT 0x480A
442#define VMX_VMCS_GUEST_LDTR_LIMIT 0x480C
443#define VMX_VMCS_GUEST_TR_LIMIT 0x480E
444#define VMX_VMCS_GUEST_GDTR_LIMIT 0x4810
445#define VMX_VMCS_GUEST_IDTR_LIMIT 0x4812
446#define VMX_VMCS_GUEST_ES_ACCESS_RIGHTS 0x4814
447#define VMX_VMCS_GUEST_CS_ACCESS_RIGHTS 0x4816
448#define VMX_VMCS_GUEST_SS_ACCESS_RIGHTS 0x4818
449#define VMX_VMCS_GUEST_DS_ACCESS_RIGHTS 0x481A
450#define VMX_VMCS_GUEST_FS_ACCESS_RIGHTS 0x481C
451#define VMX_VMCS_GUEST_GS_ACCESS_RIGHTS 0x481E
452#define VMX_VMCS_GUEST_LDTR_ACCESS_RIGHTS 0x4820
453#define VMX_VMCS_GUEST_TR_ACCESS_RIGHTS 0x4822
454#define VMX_VMCS_GUEST_INTERRUPTIBILITY_STATE 0x4824
455#define VMX_VMCS_GUEST_ACTIVITY_STATE 0x4826
456#define VMX_VMCS_GUEST_SYSENTER_CS 0x482A /* MSR IA32_SYSENTER_CS */
457/** @} */
458
459
460/** VMX_VMCS_GUEST_ACTIVITY_STATE
461 * @{
462 */
463/* The logical processor is active. */
464#define VMX_CMS_GUEST_ACTIVITY_ACTIVE 0x0
465/* The logical processor is inactive, because executed a HLT instruction. */
466#define VMX_CMS_GUEST_ACTIVITY_HLT 0x1
467/* The logical processor is inactive, because of a triple fault or other serious error. */
468#define VMX_CMS_GUEST_ACTIVITY_SHUTDOWN 0x2
469/* The logical processor is inactive, because it's waiting for a startup-IPI */
470#define VMX_CMS_GUEST_ACTIVITY_SIPI_WAIT 0x3
471/** @} */
472
473
474/** VMX_VMCS_GUEST_INTERRUPTIBILITY_STATE
475 * @{
476 */
477#define VMX_VMCS_GUEST_INTERRUPTIBILITY_STATE_BLOCK_STI BIT(0)
478#define VMX_VMCS_GUEST_INTERRUPTIBILITY_STATE_BLOCK_MOVSS BIT(1)
479#define VMX_VMCS_GUEST_INTERRUPTIBILITY_STATE_BLOCK_SMI BIT(2)
480#define VMX_VMCS_GUEST_INTERRUPTIBILITY_STATE_BLOCK_NMI BIT(3)
481/** @} */
482
483
484/** 32 Bits host state fields
485 * @{
486 */
487#define VMX_VMCS_HOST_SYSENTER_CS 0x4C00
488/** @} */
489
490/** Natural width control fields
491 * @{
492 */
493#define VMX_VMCS_CTRL_CR0_MASK 0x6000
494#define VMX_VMCS_CTRL_CR4_MASK 0x6002
495#define VMX_VMCS_CTRL_CR0_READ_SHADOW 0x6004
496#define VMX_VMCS_CTRL_CR4_READ_SHADOW 0x6006
497#define VMX_VMCS_CTRL_CR3_TARGET_VAL0 0x6008
498#define VMX_VMCS_CTRL_CR3_TARGET_VAL1 0x600A
499#define VMX_VMCS_CTRL_CR3_TARGET_VAL2 0x600C
500#define VMX_VMCS_CTRL_CR3_TARGET_VAL31 0x600E
501/** @} */
502
503
504/** Natural width read-only data fields
505 * @{
506 */
507#define VMX_VMCS_RO_EXIT_QUALIFICATION 0x6400
508#define VMX_VMCS_RO_IO_RCX 0x6402
509#define VMX_VMCS_RO_IO_RSX 0x6404
510#define VMX_VMCS_RO_IO_RDI 0x6406
511#define VMX_VMCS_RO_IO_RIP 0x6408
512#define VMX_VMCS_GUEST_LINEAR_ADDR 0x640A
513/** @} */
514
515
516/** VMX_VMCS_RO_EXIT_QUALIFICATION
517 * @{
518 */
519
520/** DRx moves
521 * @{
522 */
523/** 0-2: Debug register number */
524#define VMX_EXIT_QUALIFICATION_DRX_REGISTER(a) (a & 7)
525/** 3: Reserved; cleared to 0. */
526#define VMX_EXIT_QUALIFICATION_DRX_RES1(a) ((a >> 3) & 1)
527/** 4: Direction of move (0 = write, 1 = read) */
528#define VMX_EXIT_QUALIFICATION_DRX_DIRECTION(a) ((a >> 4) & 1)
529/** 5-7: Reserved; cleared to 0. */
530#define VMX_EXIT_QUALIFICATION_DRX_RES2(a) ((a >> 5) & 7)
531/** 8-11: General purpose register number. */
532#define VMX_EXIT_QUALIFICATION_DRX_GENREG(a) ((a >> 8) & 0xF)
533/** Rest: reserved. */
534
535/** VMX_EXIT_QUALIFICATION_DRX_DIRECTION
536 * @{
537 */
538#define VMX_EXIT_QUALIFICATION_DRX_DIRECTION_WRITE 0
539#define VMX_EXIT_QUALIFICATION_DRX_DIRECTION_READ 1
540/** @} */
541
542/** @} */
543
544
545/** CRx accesses
546 * @{
547 */
548/** 0-3: Control register number (0 for CLTS & LMSW) */
549#define VMX_EXIT_QUALIFICATION_CRX_REGISTER(a) (a & 0xF)
550/** 4-5: Access type. */
551#define VMX_EXIT_QUALIFICATION_CRX_ACCESS(a) ((a >> 4) & 3)
552/** 6: LMSW operand type */
553#define VMX_EXIT_QUALIFICATION_CRX_LMSW_OP(a) ((a >> 6) & 1)
554/** 7: Reserved; cleared to 0. */
555#define VMX_EXIT_QUALIFICATION_CRX_RES1(a) ((a >> 7) & 1)
556/** 8-11: General purpose register number (0 for CLTS & LMSW). */
557#define VMX_EXIT_QUALIFICATION_CRX_GENREG(a) ((a >> 8) & 0xF)
558/** 12-15: Reserved; cleared to 0. */
559#define VMX_EXIT_QUALIFICATION_CRX_RES2(a) ((a >> 12) & 0xF)
560/** 16-31: LMSW source data (else 0). */
561#define VMX_EXIT_QUALIFICATION_CRX_LMSW_DATA(a) ((a >> 16) & 0xFFFF)
562/** Rest: reserved. */
563
564
565/** VMX_EXIT_QUALIFICATION_CRX_ACCESS
566 * @{
567 */
568#define VMX_EXIT_QUALIFICATION_CRX_ACCESS_WRITE 0
569#define VMX_EXIT_QUALIFICATION_CRX_ACCESS_READ 1
570#define VMX_EXIT_QUALIFICATION_CRX_ACCESS_CLTS 2
571#define VMX_EXIT_QUALIFICATION_CRX_ACCESS_LMSW 3
572/** @} */
573
574/** @} */
575
576
577/** VMX_EXIT_PORT_IO
578 * @{
579 */
580/** 0-2: IO operation width. */
581#define VMX_EXIT_QUALIFICATION_IO_WIDTH(a) (a & 7)
582/** 3: IO operation direction. */
583#define VMX_EXIT_QUALIFICATION_IO_DIRECTION(a) ((a >> 3) & 1)
584/** 4: String IO operation. */
585#define VMX_EXIT_QUALIFICATION_IO_STRING(a) ((a >> 4) & 1)
586/** 5: Repeated IO operation. */
587#define VMX_EXIT_QUALIFICATION_IO_REP(a) ((a >> 5) & 1)
588/** 6: Operand encoding. */
589#define VMX_EXIT_QUALIFICATION_IO_ENCODING(a) ((a >> 6) & 1)
590/** 16-31: IO Port (0-0xffff). */
591#define VMX_EXIT_QUALIFICATION_IO_PORT(a) ((a >> 16) & 0xffff)
592/* Rest reserved. */
593/** @} */
594
595/** VMX_EXIT_QUALIFICATION_IO_DIRECTION
596 * @{
597 */
598#define VMX_EXIT_QUALIFICATION_IO_DIRECTION_OUT 0
599#define VMX_EXIT_QUALIFICATION_IO_DIRECTION_IN 1
600/** @} */
601
602
603/** VMX_EXIT_QUALIFICATION_IO_ENCODING
604 * @{
605 */
606#define VMX_EXIT_QUALIFICATION_IO_ENCODING_DX 0
607#define VMX_EXIT_QUALIFICATION_IO_ENCODING_IMM 1
608/** @} */
609
610/** @} */
611
612/** Natural width guest state fields
613 * @{
614 */
615#define VMX_VMCS_GUEST_CR0 0x6800
616#define VMX_VMCS_GUEST_CR3 0x6802
617#define VMX_VMCS_GUEST_CR4 0x6804
618#define VMX_VMCS_GUEST_ES_BASE 0x6806
619#define VMX_VMCS_GUEST_CS_BASE 0x6808
620#define VMX_VMCS_GUEST_SS_BASE 0x680A
621#define VMX_VMCS_GUEST_DS_BASE 0x680C
622#define VMX_VMCS_GUEST_FS_BASE 0x680E
623#define VMX_VMCS_GUEST_GS_BASE 0x6810
624#define VMX_VMCS_GUEST_LDTR_BASE 0x6812
625#define VMX_VMCS_GUEST_TR_BASE 0x6814
626#define VMX_VMCS_GUEST_GDTR_BASE 0x6816
627#define VMX_VMCS_GUEST_IDTR_BASE 0x6818
628#define VMX_VMCS_GUEST_DR7 0x681A
629#define VMX_VMCS_GUEST_RSP 0x681C
630#define VMX_VMCS_GUEST_RIP 0x681E
631#define VMX_VMCS_GUEST_RFLAGS 0x6820
632#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS 0x6822
633#define VMX_VMCS_GUEST_SYSENTER_ESP 0x6824 /* MSR IA32_SYSENTER_ESP */
634#define VMX_VMCS_GUEST_SYSENTER_EIP 0x6826 /* MSR IA32_SYSENTER_EIP */
635/** @} */
636
637
638/** VMX_VMCS_GUEST_DEBUG_EXCEPTIONS
639 * @{
640 */
641/* Hardware breakpoint 0 was met. */
642#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_B0 BIT(0)
643/* Hardware breakpoint 1 was met. */
644#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_B1 BIT(1)
645/* Hardware breakpoint 2 was met. */
646#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_B2 BIT(2)
647/* Hardware breakpoint 3 was met. */
648#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_B3 BIT(3)
649/* At least one data or IO breakpoint was hit. */
650#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_BREAKPOINT_ENABLED BIT(12)
651/* A debug exception would have been triggered by single-step execution mode. */
652#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_BS BIT(14)
653/* Bits 4-11, 13 and 15-63 are reserved. */
654
655
656
657
658/** @} */
659
660/** Natural width host state fields
661 * @{
662 */
663#define VMX_VMCS_HOST_CR0 0x6C00
664#define VMX_VMCS_HOST_CR3 0x6C02
665#define VMX_VMCS_HOST_CR4 0x6C04
666#define VMX_VMCS_HOST_FS_BASE 0x6C06
667#define VMX_VMCS_HOST_GS_BASE 0x6C08
668#define VMX_VMCS_HOST_TR_BASE 0x6C0A
669#define VMX_VMCS_HOST_GDTR_BASE 0x6C0C
670#define VMX_VMCS_HOST_IDTR_BASE 0x6C0E
671#define VMX_VMCS_HOST_SYSENTER_ESP 0x6C10
672#define VMX_VMCS_HOST_SYSENTER_EIP 0x6C12
673#define VMX_VMCS_HOST_RSP 0x6C14
674#define VMX_VMCS_HOST_RIP 0x6C16
675/** @} */
676
677/** @} */
678
679
680#if RT_INLINE_ASM_GNU_STYLE
681# define __STR(x) #x
682# define STR(x) __STR(x)
683#endif
684
685
686/** @} */
687
688/** @defgroup grp_vmx_asm vmx assembly helpers
689 * @ingroup grp_vmx
690 * @{
691 */
692
693/**
694 * Executes VMXON
695 *
696 * @returns VBox status code
697 * @param pVMXOn Physical address of VMXON structure
698 */
699#if RT_INLINE_ASM_EXTERNAL || HC_ARCH_BITS == 64
700DECLASM(int) VMXEnable(RTHCPHYS pVMXOn);
701#else
702DECLINLINE(int) VMXEnable(RTHCPHYS pVMXOn)
703{
704 int rc = VINF_SUCCESS;
705# if RT_INLINE_ASM_GNU_STYLE
706 __asm__ __volatile__ (
707 "push %3 \n\t"
708 "push %2 \n\t"
709 ".byte 0xF3, 0x0F, 0xC7, 0x34, 0x24 # VMXON [esp] \n\t"
710 "ja 2f \n\t"
711 "je 1f \n\t"
712 "movl $"STR(VERR_VMX_INVALID_VMXON_PTR)", %0 \n\t"
713 "jmp 2f \n\t"
714 "1: \n\t"
715 "movl $"STR(VERR_VMX_GENERIC)", %0 \n\t"
716 "2: \n\t"
717 "add $8, %%esp \n\t"
718 :"=rm"(rc)
719 :"0"(VINF_SUCCESS),
720 "ir"((uint32_t)pVMXOn), /* don't allow direct memory reference here, */
721 "ir"((uint32_t)(pVMXOn >> 32)) /* this would not work with -fomit-frame-pointer */
722 );
723# else
724 __asm
725 {
726 push dword ptr [pVMXOn+4]
727 push dword ptr [pVMXOn]
728 _emit 0xF3
729 _emit 0x0F
730 _emit 0xC7
731 _emit 0x34
732 _emit 0x24 /* VMXON [esp] */
733 jnc vmxon_good
734 mov dword ptr [rc], VERR_VMX_INVALID_VMXON_PTR
735 jmp the_end
736
737vmxon_good:
738 jnz the_end
739 mov dword ptr [rc], VERR_VMX_GENERIC
740the_end:
741 add esp, 8
742 }
743# endif
744 return rc;
745}
746#endif
747
748
749/**
750 * Executes VMXOFF
751 */
752#if RT_INLINE_ASM_EXTERNAL || HC_ARCH_BITS == 64
753DECLASM(void) VMXDisable(void);
754#else
755DECLINLINE(void) VMXDisable(void)
756{
757# if RT_INLINE_ASM_GNU_STYLE
758 __asm__ __volatile__ (
759 ".byte 0x0F, 0x01, 0xC4 # VMXOFF \n\t"
760 );
761# else
762 __asm
763 {
764 _emit 0x0F
765 _emit 0x01
766 _emit 0xC4 /* VMXOFF */
767 }
768# endif
769}
770#endif
771
772
773/**
774 * Executes VMCLEAR
775 *
776 * @returns VBox status code
777 * @param pVMCS Physical address of VM control structure
778 */
779#if RT_INLINE_ASM_EXTERNAL || HC_ARCH_BITS == 64
780DECLASM(int) VMXClearVMCS(RTHCPHYS pVMCS);
781#else
782DECLINLINE(int) VMXClearVMCS(RTHCPHYS pVMCS)
783{
784 int rc = VINF_SUCCESS;
785# if RT_INLINE_ASM_GNU_STYLE
786 __asm__ __volatile__ (
787 "push %3 \n\t"
788 "push %2 \n\t"
789 ".byte 0x66, 0x0F, 0xC7, 0x34, 0x24 # VMCLEAR [esp] \n\t"
790 "jnc 1f \n\t"
791 "movl $"STR(VERR_VMX_INVALID_VMCS_PTR)", %0 \n\t"
792 "1: \n\t"
793 "add $8, %%esp \n\t"
794 :"=rm"(rc)
795 :"0"(VINF_SUCCESS),
796 "ir"((uint32_t)pVMCS), /* don't allow direct memory reference here, */
797 "ir"((uint32_t)(pVMCS >> 32)) /* this would not work with -fomit-frame-pointer */
798 );
799# else
800 __asm
801 {
802 push dword ptr [pVMCS+4]
803 push dword ptr [pVMCS]
804 _emit 0x66
805 _emit 0x0F
806 _emit 0xC7
807 _emit 0x34
808 _emit 0x24 /* VMCLEAR [esp] */
809 jnc success
810 mov dword ptr [rc], VERR_VMX_INVALID_VMCS_PTR
811success:
812 add esp, 8
813 }
814# endif
815 return rc;
816}
817#endif
818
819
820/**
821 * Executes VMPTRLD
822 *
823 * @returns VBox status code
824 * @param pVMCS Physical address of VMCS structure
825 */
826#if RT_INLINE_ASM_EXTERNAL || HC_ARCH_BITS == 64
827DECLASM(int) VMXActivateVMCS(RTHCPHYS pVMCS);
828#else
829DECLINLINE(int) VMXActivateVMCS(RTHCPHYS pVMCS)
830{
831 int rc = VINF_SUCCESS;
832# if RT_INLINE_ASM_GNU_STYLE
833 __asm__ __volatile__ (
834 "push %3 \n\t"
835 "push %2 \n\t"
836 ".byte 0x0F, 0xC7, 0x34, 0x24 # VMPTRLD [esp] \n\t"
837 "jnc 1f \n\t"
838 "movl $"STR(VERR_VMX_INVALID_VMCS_PTR)", %0 \n\t"
839 "1: \n\t"
840 "add $8, %%esp \n\t"
841 :"=rm"(rc)
842 :"0"(VINF_SUCCESS),
843 "ir"((uint32_t)pVMCS), /* don't allow direct memory reference here, */
844 "ir"((uint32_t)(pVMCS >> 32)) /* this will not work with -fomit-frame-pointer */
845 );
846# else
847 __asm
848 {
849 push dword ptr [pVMCS+4]
850 push dword ptr [pVMCS]
851 _emit 0x0F
852 _emit 0xC7
853 _emit 0x34
854 _emit 0x24 /* VMPTRLD [esp] */
855 jnc success
856 mov dword ptr [rc], VERR_VMX_INVALID_VMCS_PTR
857
858success:
859 add esp, 8
860 }
861# endif
862 return rc;
863}
864#endif
865
866
867/**
868 * Executes VMWRITE
869 *
870 * @returns VBox status code
871 * @param idxField VMCS index
872 * @param u64Val 16, 32 or 64 bits value
873 */
874DECLASM(int) VMXWriteVMCS64(uint32_t idxField, uint64_t u64Val);
875
876/**
877 * Executes VMWRITE
878 *
879 * @returns VBox status code
880 * @param idxField VMCS index
881 * @param u32Val 32 bits value
882 */
883#if RT_INLINE_ASM_EXTERNAL || HC_ARCH_BITS == 64
884DECLASM(int) VMXWriteVMCS32(uint32_t idxField, uint32_t u32Val);
885#else
886DECLINLINE(int) VMXWriteVMCS32(uint32_t idxField, uint32_t u32Val)
887{
888 int rc = VINF_SUCCESS;
889# if RT_INLINE_ASM_GNU_STYLE
890 __asm__ __volatile__ (
891 ".byte 0x0F, 0x79, 0xC2 # VMWRITE eax, edx \n\t"
892 "ja 2f \n\t"
893 "je 1f \n\t"
894 "movl $"STR(VERR_VMX_INVALID_VMCS_PTR)", %0 \n\t"
895 "jmp 2f \n\t"
896 "1: \n\t"
897 "movl $"STR(VERR_VMX_INVALID_VMCS_FIELD)", %0 \n\t"
898 "2: \n\t"
899 :"=rm"(rc)
900 :"0"(VINF_SUCCESS),
901 "a"(idxField),
902 "d"(u32Val)
903 );
904# else
905 __asm
906 {
907 push dword ptr [u32Val]
908 mov eax, [idxField]
909 _emit 0x0F
910 _emit 0x79
911 _emit 0x04
912 _emit 0x24 /* VMWRITE eax, [esp] */
913 jnc valid_vmcs
914 mov dword ptr [rc], VERR_VMX_INVALID_VMCS_PTR
915 jmp the_end
916
917valid_vmcs:
918 jnz the_end
919 mov dword ptr [rc], VERR_VMX_INVALID_VMCS_FIELD
920the_end:
921 add esp, 4
922 }
923# endif
924 return rc;
925}
926#endif
927
928#if HC_ARCH_BITS == 64
929#define VMXWriteVMCS VMXWriteVMCS64
930#else
931#define VMXWriteVMCS VMXWriteVMCS32
932#endif /* HC_ARCH_BITS == 64 */
933
934
935/**
936 * Executes VMREAD
937 *
938 * @returns VBox status code
939 * @param idxField VMCS index
940 * @param pData Ptr to store VM field value
941 */
942DECLASM(int) VMXReadVMCS64(uint32_t idxField, uint64_t *pData);
943
944/**
945 * Executes VMREAD
946 *
947 * @returns VBox status code
948 * @param idxField VMCS index
949 * @param pData Ptr to store VM field value
950 */
951#if RT_INLINE_ASM_EXTERNAL || HC_ARCH_BITS == 64
952DECLASM(int) VMXReadVMCS32(uint32_t idxField, uint32_t *pData);
953#else
954DECLINLINE(int) VMXReadVMCS32(uint32_t idxField, uint32_t *pData)
955{
956 int rc = VINF_SUCCESS;
957# if RT_INLINE_ASM_GNU_STYLE
958 __asm__ __volatile__ (
959 "movl $"STR(VINF_SUCCESS)", %0 \n\t"
960 ".byte 0x0F, 0x78, 0xc2 # VMREAD eax, edx \n\t"
961 "ja 2f \n\t"
962 "je 1f \n\t"
963 "movl $"STR(VERR_VMX_INVALID_VMCS_PTR)", %0 \n\t"
964 "jmp 2f \n\t"
965 "1: \n\t"
966 "movl $"STR(VERR_VMX_INVALID_VMCS_FIELD)", %0 \n\t"
967 "2: \n\t"
968 :"=&r"(rc),
969 "=d"(*pData)
970 :"a"(idxField),
971 "d"(0)
972 );
973# else
974 __asm
975 {
976 sub esp, 4
977 mov dword ptr [esp], 0
978 mov eax, [idxField]
979 _emit 0x0F
980 _emit 0x78
981 _emit 0x04
982 _emit 0x24 /* VMREAD eax, [esp] */
983 mov edx, pData
984 pop dword ptr [edx]
985 jnc valid_vmcs
986 mov dword ptr [rc], VERR_VMX_INVALID_VMCS_PTR
987 jmp the_end
988
989valid_vmcs:
990 jnz the_end
991 mov dword ptr [rc], VERR_VMX_INVALID_VMCS_FIELD
992the_end:
993 }
994# endif
995 return rc;
996}
997#endif
998
999#if HC_ARCH_BITS == 64
1000#define VMXReadVMCS VMXReadVMCS64
1001#else
1002#define VMXReadVMCS VMXReadVMCS32
1003#endif /* HC_ARCH_BITS == 64 */
1004
1005/**
1006 * Prepares for and executes VMLAUNCH
1007 *
1008 * @returns VBox status code
1009 * @param pCtx Guest context
1010 */
1011DECLASM(int) VMXStartVM(PCPUMCTX pCtx);
1012
1013/**
1014 * Prepares for and executes VMRESUME
1015 *
1016 * @returns VBox status code
1017 * @param pCtx Guest context
1018 */
1019DECLASM(int) VMXResumeVM(PCPUMCTX pCtx);
1020
1021/**
1022 * Gets the last instruction error value from the current VMCS
1023 *
1024 * @returns error value
1025 */
1026DECLINLINE(uint32_t) VMXGetLastError(void)
1027{
1028#if HC_ARCH_BITS == 64
1029 uint64_t uLastError = 0;
1030 int rc = VMXReadVMCS(VMX_VMCS_RO_VM_INSTR_ERROR, &uLastError);
1031 AssertRC(rc);
1032 return (uint32_t)uLastError;
1033
1034#else /* 32-bit host: */
1035 uint32_t lasterr = 0;
1036 int rc;
1037
1038 rc = VMXReadVMCS32(VMX_VMCS_RO_VM_INSTR_ERROR, &lasterr);
1039 AssertRC(rc);
1040 return lasterr;
1041#endif
1042}
1043
1044/** @} */
1045
1046#endif
1047
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