Last change
on this file since 107044 was 106946, checked in by vboxsync, 11 days ago |
VBoxDTrace,VMM,IPRT: Made the ring-0 component of the DTrace extension pack compile on win.arm64. [scm fix] jiraref:VBP-1447
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
621 bytes
|
Line | |
---|
1 | /* $Id: VBoxDTraceR0A-arm64.S 106946 2024-11-12 02:42:33Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * VBoxDTraceR0.
|
---|
4 | *
|
---|
5 | * Contributed by: bird
|
---|
6 | */
|
---|
7 |
|
---|
8 | /*
|
---|
9 | * Copyright (C) 2012-2024 Oracle and/or its affiliates.
|
---|
10 | *
|
---|
11 | * This file is part of VirtualBox base platform packages, as
|
---|
12 | * available from http://www.virtualbox.org.
|
---|
13 | *
|
---|
14 | * The contents of this file are subject to the terms of the Common
|
---|
15 | * Development and Distribution License Version 1.0 (CDDL) only, as it
|
---|
16 | * comes in the "COPYING.CDDL" file of the VirtualBox distribution.
|
---|
17 | *
|
---|
18 | * SPDX-License-Identifier: CDDL-1.0
|
---|
19 | */
|
---|
20 |
|
---|
21 | #include "iprt/asmdefs-arm.h"
|
---|
22 |
|
---|
23 | BEGINCODE
|
---|
24 |
|
---|
25 | BEGINPROC dtrace_probe6
|
---|
26 | b NAME(dtrace_probe)
|
---|
27 | ENDPROC dtrace_probe6
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.