1 #ifndef KVM__KVM_ARCH_H 2 #define KVM__KVM_ARCH_H 3 4 #include <linux/sizes.h> 5 6 #define kvm__arch_get_kern_offset(...) 0x8000 7 8 struct kvm; kvm__arch_enable_mte(struct kvm * kvm)9static inline void kvm__arch_enable_mte(struct kvm *kvm) {} 10 11 #define MAX_PAGE_SIZE SZ_4K 12 13 #include "arm-common/kvm-arch.h" 14 15 #endif /* KVM__KVM_ARCH_H */ 16