VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/linux/combined-agnostic2.c

Last change on this file was 100307, checked in by vboxsync, 11 months ago

Runtime,Additions,HostDrivers: Provide API to query the host page size and associated parameters for architectures where the used page size can vary (like on linux.arm64 depending on the kernel config), bugref:10476

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1/* $Id: combined-agnostic2.c 100307 2023-06-28 10:17:34Z vboxsync $ */
2/** @file
3 * SUPDrv - Combine a bunch of OS agnostic sources into one compile unit.
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 * The contents of this file may alternatively be used under the terms
26 * of the Common Development and Distribution License Version 1.0
27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28 * in the VirtualBox distribution, in which case the provisions of the
29 * CDDL are applicable instead of those of the GPL.
30 *
31 * You may elect to license modified versions of this file under the
32 * terms and conditions of either the GPL or the CDDL or both.
33 *
34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35 */
36
37#define LOG_GROUP LOG_GROUP_DEFAULT
38#include "internal/iprt.h"
39#include <VBox/log.h>
40
41#undef LOG_GROUP
42#include "common/string/RTStrCat.c"
43#undef LOG_GROUP
44#include "common/string/RTStrCopy.c"
45#undef LOG_GROUP
46#include "common/string/RTStrCopyEx.c"
47#undef LOG_GROUP
48#include "common/string/RTStrCopyP.c"
49#undef LOG_GROUP
50#include "common/string/RTStrEnd.c"
51#undef LOG_GROUP
52#include "common/string/RTStrNCmp.c"
53#undef LOG_GROUP
54#include "common/string/RTStrNLen.c"
55#undef LOG_GROUP
56#include "common/string/stringalloc.c"
57#undef LOG_GROUP
58#include "common/string/strformat.c"
59#undef LOG_GROUP
60#include "common/string/RTStrFormat.c"
61#undef LOG_GROUP
62#include "common/string/strformatnum.c"
63#undef LOG_GROUP
64#include "common/string/strformattype.c"
65#undef LOG_GROUP
66#include "common/string/strprintf.c"
67#undef LOG_GROUP
68#include "common/string/strprintf-ellipsis.c"
69#undef LOG_GROUP
70#include "common/string/strprintf2.c"
71#undef LOG_GROUP
72#include "common/string/strprintf2-ellipsis.c"
73#undef LOG_GROUP
74#include "common/string/strtonum.c"
75#undef LOG_GROUP
76#include "common/table/avlpv.c"
77#undef LOG_GROUP
78#include "common/time/time.c"
79#undef LOG_GROUP
80#include "generic/RTAssertShouldPanic-generic.c"
81#undef LOG_GROUP
82#include "generic/RTLogWriteStdErr-stub-generic.c"
83#undef LOG_GROUP
84#include "generic/RTLogWriteStdOut-stub-generic.c"
85#undef LOG_GROUP
86#include "generic/RTLogWriteUser-generic.c"
87#undef LOG_GROUP
88#include "generic/RTMpGetArraySize-generic.c"
89#undef LOG_GROUP
90#include "generic/RTMpGetCoreCount-generic.c"
91#undef LOG_GROUP
92#include "generic/RTSemEventWait-2-ex-generic.c"
93#undef LOG_GROUP
94#include "generic/RTSemEventWaitNoResume-2-ex-generic.c"
95#undef LOG_GROUP
96#include "generic/RTSemEventMultiWait-2-ex-generic.c"
97#undef LOG_GROUP
98#include "generic/RTSemEventMultiWaitNoResume-2-ex-generic.c"
99#undef LOG_GROUP
100#include "generic/RTTimerCreate-generic.c"
101#undef LOG_GROUP
102#include "generic/errvars-generic.c"
103#undef LOG_GROUP
104#include "generic/mppresent-generic.c"
105#undef LOG_GROUP
106#include "generic/system-page-size-generic.c"
107#undef LOG_GROUP
108#include "generic/uuid-generic.c"
109#undef LOG_GROUP
110#include "VBox/log-vbox.c"
111#undef LOG_GROUP
112#include "VBox/RTLogWriteVmm-amd64-x86.c"
113
114#ifdef RT_ARCH_AMD64
115# undef LOG_GROUP
116# include "common/alloc/heapsimple.c"
117#endif
118
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use