VBoxDTraceR0A.asm revision 0f35a0af8419a03d0f456ff4de479bb547425635
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; $Id$
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync;; @file
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; VBoxDTraceR0 - Assembly Hacks.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync;
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; Contributed by: bird
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync;
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync;
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; Copyright (C) 2012-2015 Oracle Corporation
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync;
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; This file is part of VirtualBox Open Source Edition (OSE), as
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; available from http://www.virtualbox.org. This file is free software;
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; you can redistribute it and/or modify it under the terms of the Common
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; Development and Distribution License Version 1.0 (CDDL) only, as it
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; VirtualBox OSE is distributed in the hope that it will be useful, but
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync; WITHOUT ANY WARRANTY of any kind.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync;
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync%include "iprt/asmdefs.mac"
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncBEGINCODE
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncextern NAME(dtrace_probe)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncGLOBALNAME dtrace_probe6
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync jmp NAME(dtrace_probe)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync