1 #ifndef _ASM_GENERIC_KVM_PARA_H
2 #define _ASM_GENERIC_KVM_PARA_H
7 * This function is used by architectures that support kvm to avoid issuing
8 * false soft lockup messages.
10 static inline bool kvm_check_and_clear_guest_paused(void)
15 static inline unsigned int kvm_arch_para_features(void)
20 #endif /* _KERNEL__ */