Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / arch / powerpc / kvm / e500_mmu_host.h
blobd8178cc86b307c426d60029871cb0eb76b24302e
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved.
4 */
6 #ifndef KVM_E500_MMU_HOST_H
7 #define KVM_E500_MMU_HOST_H
9 void inval_gtlbe_on_host(struct kvmppc_vcpu_e500 *vcpu_e500, int tlbsel,
10 int esel);
12 int e500_mmu_host_init(struct kvmppc_vcpu_e500 *vcpu_e500);
13 void e500_mmu_host_uninit(struct kvmppc_vcpu_e500 *vcpu_e500);
15 #endif /* KVM_E500_MMU_HOST_H */