a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync/* $Id$ */
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync/** @file
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * VBox - Page Manager / Monitor, Shadow+Guest Paging Template.
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync */
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync/*
c58f1213e628a545081c70e26c6b67a841cff880vboxsync * Copyright (C) 2006-2010 Oracle Corporation
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync *
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * available from http://www.virtualbox.org. This file is free software;
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * you can redistribute it and/or modify it under the terms of the GNU
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * General Public License (GPL) as published by the Free Software
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync */
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync/*******************************************************************************
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync* Internal Functions *
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync*******************************************************************************/
590bfe12ce22cd3716448fbb9f4dc51664bfe5e2vboxsyncRT_C_DECLS_BEGIN
792f0e0af4b49d8e5e11e5aeb5d318b55a1d312avboxsyncPGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, bool *pfLockTaken);
590bfe12ce22cd3716448fbb9f4dc51664bfe5e2vboxsyncRT_C_DECLS_END
a69fd920e88fde6534e1a0ba77371be958a64b36vboxsync