VirtualBox

source: vbox/trunk/src/VBox/VMM/include/HMInternal.mac@ 43667

Last change on this file since 43667 was 43387, checked in by vboxsync, 12 years ago

VMM: HM cleanup.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1;$Id: HMInternal.mac 43387 2012-09-21 09:40:25Z vboxsync $
2;; @file
3; HM - Internal header file.
4;
5;
6; Copyright (C) 2006-2007 Oracle Corporation
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 (GPL) as published by the Free Software
12; Foundation, in version 2 as it comes in the "COPYING" file of the
13; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16
17%define VMX_USE_CACHED_VMCS_ACCESSES
18%define VBOX_WITH_AUTO_MSR_LOAD_RESTORE
19
20;Maximum number of cached entries.
21%define VMCSCACHE_MAX_ENTRY 128
22
23; Structure for storing read and write VMCS actions.
24struc VMCSCACHE
25%ifdef VBOX_WITH_CRASHDUMP_MAGIC
26 .aMagic resb 16
27 .uMagic resq 1
28 .u64TimeEntry resq 1
29 .u64TimeSwitch resq 1
30 .cResume resq 1
31 .interPD resq 1
32 .pSwitcher resq 1
33 .uPos resd 1
34 .idCpu resd 1
35%endif
36 .cr2 resq 1
37 .Write.cValidEntries resd 1
38 .Write.uAlignment resd 1
39 .Write.aField resd VMCSCACHE_MAX_ENTRY
40 .Write.aFieldVal resq VMCSCACHE_MAX_ENTRY
41 .Read.cValidEntries resd 1
42 .Read.uAlignment resd 1
43 .Read.aField resd VMCSCACHE_MAX_ENTRY
44 .Read.aFieldVal resq VMCSCACHE_MAX_ENTRY
45%ifdef DEBUG
46 .TestIn.HCPhysCpuPage resq 1
47 .TestIn.HCPhysVMCS resq 1
48 .TestIn.pCache resq 1
49 .TestIn.pCtx resq 1
50 .TestOut.HCPhysVMCS resq 1
51 .TestOut.pCache resq 1
52 .TestOut.pCtx resq 1
53 .TestOut.eflags resq 1
54 .TestOut.cr8 resq 1
55 .ScratchPad.param1 resq 1
56 .ScratchPad.param2 resq 1
57 .ScratchPad.param3 resq 1
58 .ScratchPad.param4 resq 1
59%endif
60endstruc
61
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use