VirtualBox

source: vbox/trunk/src/VBox/VMM/HWACCMInternal.mac@ 15371

Last change on this file since 15371 was 15371, checked in by vboxsync, 16 years ago

More paranoia

File size: 1.7 KB
Line 
1;$Id$
2;; @file
3; HWACCM - Internal header file.
4;
5;
6; Copyright (C) 2006-2007 Sun Microsystems, Inc.
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; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17; Clara, CA 95054 USA or visit http://www.sun.com if you need
18; additional information or have any questions.
19;
20
21%define VMX_USE_CACHED_VMCS_ACCESSES
22
23;Maximum number of cached entries.
24%define VMCSCACHE_MAX_ENTRY 256
25
26; Structure for storing read and write VMCS actions.
27struc VMCSCACHE
28 .Write.cValidEntries resd 1
29 .Write.uAlignment resd 3
30 .Write.aField resd VMCSCACHE_MAX_ENTRY
31 .Write.aFieldVal resq VMCSCACHE_MAX_ENTRY
32 .Read.cValidEntries resd 1
33 .Read.uAlignment resd 3
34 .Read.aField resd VMCSCACHE_MAX_ENTRY
35 .Read.aFieldVal resq VMCSCACHE_MAX_ENTRY
36%ifdef DEBUG
37 .TestIn.pPageCpuPhys resq 1
38 .TestIn.pVMCSPhys resq 1
39 .TestIn.pCache resq 1
40 .TestIn.pCtx resq 1
41 .TestOut.pVMCSPhys resq 1
42 .TestOut.pCache resq 1
43 .TestOut.pCtx resq 1
44%endif
45endstruc
46
Note: See TracBrowser for help on using the repository browser.

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