Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_PPC_KVM_TYPES_H
3#define _ASM_PPC_KVM_TYPES_H
4
5#if IS_MODULE(CONFIG_KVM_BOOK3S_64_PR) && IS_MODULE(CONFIG_KVM_BOOK3S_64_HV)
6#define KVM_SUB_MODULES kvm-pr,kvm-hv
7#elif IS_MODULE(CONFIG_KVM_BOOK3S_64_PR)
8#define KVM_SUB_MODULES kvm-pr
9#elif IS_MODULE(CONFIG_KVM_BOOK3S_64_HV)
10#define KVM_SUB_MODULES kvm-hv
11#else
12#undef KVM_SUB_MODULES
13#endif
14
15#endif
16

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/arch/powerpc/include/asm/kvm_types.h