summary refs log tree commit diff
path: root/arch/x86/kvm/mmu/tdp_mmu.h
blob: cd4a562a70e9ac85859465c8fd6d964524c0e934 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0

#ifndef __KVM_X86_MMU_TDP_MMU_H
#define __KVM_X86_MMU_TDP_MMU_H

#include <linux/kvm_host.h>

void kvm_mmu_init_tdp_mmu(struct kvm *kvm);
void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm);
#endif /* __KVM_X86_MMU_TDP_MMU_H */