VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase/tstMicro.mac

Last change on this file was 106061, checked in by vboxsync, 2 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.4 KB
Line 
1; $Id: tstMicro.mac 106061 2024-09-16 14:03:52Z vboxsync $
2;; @file
3; Micro Testcase, profiling special CPU operations.
4;
5
6;
7; Copyright (C) 2006-2024 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; SPDX-License-Identifier: GPL-3.0-only
26;
27
28%ifndef __tstMicro_mac__
29%define __tstMicro_mac__
30
31
32struc TSTMICRO
33 .RCPtr resd 1
34 .RCPtrStack resd 1
35 .u64TSCR0Start resq 1
36 .u64TSCRxStart resq 1
37 .u64TSCR0Enter resq 1
38 .u64TSCR0Exit resq 1
39 .u64TSCRxEnd resq 1
40 .u64TSCR0End resq 1
41 .cHits resd 1
42 .offEIPAdd resd 1
43 .u32CR2 resd 1
44 .u32ErrCd resd 1
45 .u32EIP resd 1
46 .OriginalIDTR resb 6
47endstruc
48
49
50%endif
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