summaryrefslogtreecommitdiffstats
path: root/include/VBox/VMMDevTesting.mac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:49:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:49:04 +0000
commit16f504a9dca3fe3b70568f67b7d41241ae485288 (patch)
treec60f36ada0496ba928b7161059ba5ab1ab224f9d /include/VBox/VMMDevTesting.mac
parentInitial commit. (diff)
downloadvirtualbox-16f504a9dca3fe3b70568f67b7d41241ae485288.tar.xz
virtualbox-16f504a9dca3fe3b70568f67b7d41241ae485288.zip
Adding upstream version 7.0.6-dfsg.upstream/7.0.6-dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/VBox/VMMDevTesting.mac')
-rw-r--r--include/VBox/VMMDevTesting.mac148
1 files changed, 148 insertions, 0 deletions
diff --git a/include/VBox/VMMDevTesting.mac b/include/VBox/VMMDevTesting.mac
new file mode 100644
index 00000000..79434866
--- /dev/null
+++ b/include/VBox/VMMDevTesting.mac
@@ -0,0 +1,148 @@
+; $Id: VMMDevTesting.mac $ ;/
+;; @file
+; VMMDev - Testing Extensions.
+; Automatically generated by various.sed. DO NOT EDIT!
+
+;
+; Copyright (C) 2010-2022 Oracle and/or its affiliates.
+;
+; This file is part of VirtualBox base platform packages, as
+; available from https://www.virtualbox.org.
+;
+; This program is free software; you can redistribute it and/or
+; modify it under the terms of the GNU General Public License
+; as published by the Free Software Foundation, in version 3 of the
+; License.
+;
+; This program is distributed in the hope that it will be useful, but
+; WITHOUT ANY WARRANTY; without even the implied warranty of
+; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+; General Public License for more details.
+;
+; You should have received a copy of the GNU General Public License
+; along with this program; if not, see <https://www.gnu.org/licenses>.
+;
+; The contents of this file may alternatively be used under the terms
+; of the Common Development and Distribution License Version 1.0
+; (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
+; in the VirtualBox distribution, in which case the provisions of the
+; CDDL are applicable instead of those of the GPL.
+;
+; You may elect to license modified versions of this file under the
+; terms and conditions of either the GPL or the CDDL or both.
+;
+; SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
+;
+
+%ifndef VBOX_INCLUDED_VMMDevTesting_h
+%define VBOX_INCLUDED_VMMDevTesting_h
+%ifndef RT_WITHOUT_PRAGMA_ONCE
+%endif
+%define VMMDEV_TESTING_MMIO_BASE 0x000df000
+%define VMMDEV_TESTING_MMIO_SIZE 0x00001000
+%define VMMDEV_TESTING_MMIO_OFF_NOP (0x000)
+%define VMMDEV_TESTING_MMIO_OFF_NOP_R3 (0x008)
+%define VMMDEV_TESTING_MMIO_OFF_READBACK (0x040)
+%define VMMDEV_TESTING_MMIO_OFF_READBACK_R3 (0x080)
+%define VMMDEV_TESTING_READBACK_SIZE (0x40)
+%define VMMDEV_TESTING_MMIO_NOP (VMMDEV_TESTING_MMIO_BASE + VMMDEV_TESTING_MMIO_OFF_NOP)
+%define VMMDEV_TESTING_MMIO_NOP_R3 (VMMDEV_TESTING_MMIO_BASE + VMMDEV_TESTING_MMIO_OFF_NOP_R3)
+%define VMMDEV_TESTING_MMIO_READBACK (VMMDEV_TESTING_MMIO_BASE + VMMDEV_TESTING_MMIO_OFF_READBACK)
+%define VMMDEV_TESTING_MMIO_READBACK_R3 (VMMDEV_TESTING_MMIO_BASE + VMMDEV_TESTING_MMIO_OFF_READBACK_R3)
+%define VMMDEV_TESTING_MMIO_RM_SEL 0xdf00
+%define VMMDEV_TESTING_MMIO_RM_OFF(val) ((val) - VMMDEV_TESTING_MMIO_BASE)
+%define VMMDEV_TESTING_MMIO_RM_OFF2(off) (off)
+%define VMMDEV_TESTING_IOPORT_BASE 0x0510
+%define VMMDEV_TESTING_IOPORT_COUNT 0x0010
+%define VMMDEV_TESTING_IOPORT_NOP (VMMDEV_TESTING_IOPORT_BASE + 0)
+%define VMMDEV_TESTING_IOPORT_TS_LOW (VMMDEV_TESTING_IOPORT_BASE + 1)
+%define VMMDEV_TESTING_IOPORT_TS_HIGH (VMMDEV_TESTING_IOPORT_BASE + 2)
+%define VMMDEV_TESTING_IOPORT_CMD (VMMDEV_TESTING_IOPORT_BASE + 3)
+%define VMMDEV_TESTING_IOPORT_DATA (VMMDEV_TESTING_IOPORT_BASE + 4)
+%define VMMDEV_TESTING_IOPORT_NOP_R3 (VMMDEV_TESTING_IOPORT_BASE + 5)
+%define VMMDEV_TESTING_IOPORT_LOCKED_LO (VMMDEV_TESTING_IOPORT_BASE + 6)
+%define VMMDEV_TESTING_IOPORT_LOCKED_HI (VMMDEV_TESTING_IOPORT_BASE + 7)
+%define VMMDEV_TESTING_CMD_INIT 0xcab1e000
+%define VMMDEV_TESTING_CMD_TERM 0xcab1e001
+%define VMMDEV_TESTING_CMD_SUB_NEW 0xcab1e002
+%define VMMDEV_TESTING_CMD_SUB_DONE 0xcab1e003
+%define VMMDEV_TESTING_CMD_FAILED 0xcab1e004
+%define VMMDEV_TESTING_CMD_VALUE 0xcab1e005
+%define VMMDEV_TESTING_CMD_SKIPPED 0xcab1e006
+%define VMMDEV_TESTING_CMD_VALUE_REG 0xcab1e007
+%define VMMDEV_TESTING_CMD_PRINT 0xcab1e008
+%define VMMDEV_TESTING_CMD_QUERY_CFG 0xcab1e009
+%define VMMDEV_TESTING_CMD_MAGIC 0xcab1e000
+%define VMMDEV_TESTING_CMD_MAGIC_MASK 0xffffff00
+%define VMMDEV_TESTING_CMD_MAGIC_HI_WORD 0xcab10000
+%define VMMDEV_TESTING_UNIT_PCT 0x01
+%define VMMDEV_TESTING_UNIT_BYTES 0x02
+%define VMMDEV_TESTING_UNIT_BYTES_PER_SEC 0x03
+%define VMMDEV_TESTING_UNIT_KILOBYTES 0x04
+%define VMMDEV_TESTING_UNIT_KILOBYTES_PER_SEC 0x05
+%define VMMDEV_TESTING_UNIT_MEGABYTES 0x06
+%define VMMDEV_TESTING_UNIT_MEGABYTES_PER_SEC 0x07
+%define VMMDEV_TESTING_UNIT_PACKETS 0x08
+%define VMMDEV_TESTING_UNIT_PACKETS_PER_SEC 0x09
+%define VMMDEV_TESTING_UNIT_FRAMES 0x0a
+%define VMMDEV_TESTING_UNIT_FRAMES_PER_SEC 0x0b
+%define VMMDEV_TESTING_UNIT_OCCURRENCES 0x0c
+%define VMMDEV_TESTING_UNIT_OCCURRENCES_PER_SEC 0x0d
+%define VMMDEV_TESTING_UNIT_CALLS 0x0e
+%define VMMDEV_TESTING_UNIT_CALLS_PER_SEC 0x0f
+%define VMMDEV_TESTING_UNIT_ROUND_TRIP 0x10
+%define VMMDEV_TESTING_UNIT_SECS 0x11
+%define VMMDEV_TESTING_UNIT_MS 0x12
+%define VMMDEV_TESTING_UNIT_NS 0x13
+%define VMMDEV_TESTING_UNIT_NS_PER_CALL 0x14
+%define VMMDEV_TESTING_UNIT_NS_PER_FRAME 0x15
+%define VMMDEV_TESTING_UNIT_NS_PER_OCCURRENCE 0x16
+%define VMMDEV_TESTING_UNIT_NS_PER_PACKET 0x17
+%define VMMDEV_TESTING_UNIT_NS_PER_ROUND_TRIP 0x18
+%define VMMDEV_TESTING_UNIT_INSTRS 0x19
+%define VMMDEV_TESTING_UNIT_INSTRS_PER_SEC 0x1a
+%define VMMDEV_TESTING_UNIT_NONE 0x1b
+%define VMMDEV_TESTING_UNIT_PP1K 0x1c
+%define VMMDEV_TESTING_UNIT_PP10K 0x1d
+%define VMMDEV_TESTING_UNIT_PPM 0x1e
+%define VMMDEV_TESTING_UNIT_PPB 0x1f
+%define VMMDEV_TESTING_UNIT_TICKS 0x20
+%define VMMDEV_TESTING_UNIT_TICKS_PER_CALL 0x21
+%define VMMDEV_TESTING_UNIT_TICKS_PER_OCCURENCE 0x22
+%define VMMDEV_TESTING_UNIT_PAGES 0x23
+%define VMMDEV_TESTING_UNIT_PAGES_PER_SEC 0x24
+%define VMMDEV_TESTING_UNIT_TICKS_PER_PAGE 0x25
+%define VMMDEV_TESTING_UNIT_NS_PER_PAGE 0x26
+%define VMMDEV_TESTING_UNIT_PS 0x27
+%define VMMDEV_TESTING_UNIT_PS_PER_CALL 0x28
+%define VMMDEV_TESTING_UNIT_PS_PER_FRAME 0x29
+%define VMMDEV_TESTING_UNIT_PS_PER_OCCURRENCE 0x2a
+%define VMMDEV_TESTING_UNIT_PS_PER_PACKET 0x2b
+%define VMMDEV_TESTING_UNIT_PS_PER_ROUND_TRIP 0x2c
+%define VMMDEV_TESTING_UNIT_PS_PER_PAGE 0x2d
+%define VMMDEV_TESTING_NOP_RET 0x64726962
+%define VMMDEV_TESTING_LOCKED_LO_HOLD_MASK 0x0000ffff
+%define VMMDEV_TESTING_LOCKED_LO_WAIT_MASK 0xffff0000
+%define VMMDEV_TESTING_LOCKED_LO_WAIT_SHIFT 16
+%define VMMDEV_TESTING_LOCKED_HI_TICKS_MASK 0x000fffff
+%define VMMDEV_TESTING_LOCKED_HI_MBZ_MASK 0x03f00000
+%define VMMDEV_TESTING_LOCKED_HI_THREAD_SHARED 0x04000000
+%define VMMDEV_TESTING_LOCKED_HI_EMT_SHARED 0x08000000
+%define VMMDEV_TESTING_LOCKED_HI_TYPE_RW 0x10000000
+%define VMMDEV_TESTING_LOCKED_HI_BUSY_SUCCESS 0x20000000
+%define VMMDEV_TESTING_LOCKED_HI_POKE 0x40000000
+%define VMMDEV_TESTING_LOCKED_HI_ENABLED 0x80000000
+%define VMMDEV_TESTING_CFG_DWORD0 0x0000
+%define VMMDEV_TESTING_CFG_DWORD1 0x0001
+%define VMMDEV_TESTING_CFG_DWORD2 0x0002
+%define VMMDEV_TESTING_CFG_DWORD3 0x0003
+%define VMMDEV_TESTING_CFG_DWORD4 0x0004
+%define VMMDEV_TESTING_CFG_DWORD5 0x0005
+%define VMMDEV_TESTING_CFG_DWORD6 0x0006
+%define VMMDEV_TESTING_CFG_DWORD7 0x0007
+%define VMMDEV_TESTING_CFG_DWORD8 0x0008
+%define VMMDEV_TESTING_CFG_DWORD9 0x0009
+%define VMMDEV_TESTING_CFG_IS_NEM_LINUX 0x0100
+%define VMMDEV_TESTING_CFG_IS_NEM_WINDOWS 0x0101
+%define VMMDEV_TESTING_CFG_IS_NEM_DARWIN 0x0102
+%endif