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.alldomusa.eu.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 |
|
---|