VirtualBox

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

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

More VMCS access caching work.

File size: 1.3 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;Maximum number of cached entries.
22%define VMCSCACHE_MAX_ENTRY 256
23
24; Structure for storing read and write VMCS actions.
25struc VMCSCACHE
26 .Write.cValidEntries resd 1
27 .Write.uAlignment resd 3
28 .Write.aField resd VMCSCACHE_MAX_ENTRY
29 .Write.aFieldVal resq VMCSCACHE_MAX_ENTRY
30 .Read.cValidEntries resd 1
31 .Read.uAlignment resd 3
32 .Read.aField resd VMCSCACHE_MAX_ENTRY
33 .Read.aFieldVal resq VMCSCACHE_MAX_ENTRY
34endstruc
35
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