Path: blob/master/arch/powerpc/kvm/book3s_exports.c
10817 views
/*1* This program is free software; you can redistribute it and/or modify2* it under the terms of the GNU General Public License, version 2, as3* published by the Free Software Foundation.4*5* This program is distributed in the hope that it will be useful,6* but WITHOUT ANY WARRANTY; without even the implied warranty of7* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the8* GNU General Public License for more details.9*10* You should have received a copy of the GNU General Public License11* along with this program; if not, write to the Free Software12* Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.13*14* Copyright SUSE Linux Products GmbH 200915*16* Authors: Alexander Graf <[email protected]>17*/1819#include <linux/module.h>20#include <asm/kvm_book3s.h>2122EXPORT_SYMBOL_GPL(kvmppc_trampoline_enter);23EXPORT_SYMBOL_GPL(kvmppc_trampoline_lowmem);24EXPORT_SYMBOL_GPL(kvmppc_rmcall);25EXPORT_SYMBOL_GPL(kvmppc_load_up_fpu);26#ifdef CONFIG_ALTIVEC27EXPORT_SYMBOL_GPL(kvmppc_load_up_altivec);28#endif29#ifdef CONFIG_VSX30EXPORT_SYMBOL_GPL(kvmppc_load_up_vsx);31#endif323334