VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-big.mac@ 103025

Last change on this file since 103025 was 98103, checked in by vboxsync, 23 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1; $Id: env-bs2-r0-big.mac 98103 2023-01-17 14:15:46Z vboxsync $
2;; @file
3; Instruction Test Environment - Big Boot Sector Type 2, Ring-0.
4;
5
6;
7; Copyright (C) 2006-2023 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 ___env_bs2_r0_big_mac
29%define ___env_bs2_r0_big_mac
30
31;
32; Include the BS2 API for BIG images.
33;
34%include "bootsector2-api.mac"
35
36
37;; Call RTTestISub like function.
38%define VBINSTST_CALL_FN_SUB_TEST call [TMPL_NM_CMN(g_pfnTestSub) xWrtRIP]
39
40;; Call RTTestIFailure like function with simple message.
41%define VBINSTST_CALL_FN_FAILURE call [TMPL_NM_CMN(g_pfnTestFailedF) xWrtRIP]
42
43;; Call RTTestIFailure like function with format message + 1 arg.
44%define VBINSTST_CALL_FN_FAILURE_1 call [TMPL_NM_CMN(g_pfnTestFailedF) xWrtRIP]
45
46;; Call RTTestIFailure like function with format message + 2 args.
47%define VBINSTST_CALL_FN_FAILURE_2 call [TMPL_NM_CMN(g_pfnTestFailedF) xWrtRIP]
48
49;; Call RTTestIFailure like function with format message + 3 args.
50%define VBINSTST_CALL_FN_FAILURE_3 call [TMPL_NM_CMN(g_pfnTestFailedF) xWrtRIP]
51
52;; Call RTTestIFailure like function with format message + 4 args.
53%define VBINSTST_CALL_FN_FAILURE_4 call [TMPL_NM_CMN(g_pfnTestFailedF) xWrtRIP]
54
55;; The image base label (used by the trap macros).
56%define VBINSTST_IMAGE_BASE_LABLE bs2_big_image_start
57
58;; Wrapper for calling TestInstallTrapRecs (used by the trap macros).
59%define VBINSTST_CALL_TEST_INSTALL_TRAP_RECS call [TMPL_NM_CMN(g_pfnTestInstallTrapRecs) xWrtRIP]
60
61;
62; Include the common bits (contains code using above macros)
63;
64%include "env-bs2-r0-common.mac"
65
66%endif
67
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