1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2020-2023 Loongson Technology Corporation Limited
4 */
5
6#ifndef _ASM_LOONGARCH_KVM_TYPES_H
7#define _ASM_LOONGARCH_KVM_TYPES_H
8
9#define KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE	40
10
11#endif /* _ASM_LOONGARCH_KVM_TYPES_H */
12