Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Alexander Graf | b71c9e2 | 2013-01-11 15:22:45 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. |
Alexander Graf | b71c9e2 | 2013-01-11 15:22:45 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef KVM_E500_MMU_HOST_H |
| 7 | #define KVM_E500_MMU_HOST_H |
| 8 | |
| 9 | void inval_gtlbe_on_host(struct kvmppc_vcpu_e500 *vcpu_e500, int tlbsel, |
| 10 | int esel); |
| 11 | |
Alexander Graf | b71c9e2 | 2013-01-11 15:22:45 +0100 | [diff] [blame] | 12 | int e500_mmu_host_init(struct kvmppc_vcpu_e500 *vcpu_e500); |
| 13 | void e500_mmu_host_uninit(struct kvmppc_vcpu_e500 *vcpu_e500); |
| 14 | |
| 15 | #endif /* KVM_E500_MMU_HOST_H */ |