]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/arm/include/asm/kvm_host.h
KVM: arm/arm64: mask/unmask daif around VHE guests
[mirror_ubuntu-bionic-kernel.git] / arch / arm / include / asm / kvm_host.h
index fdd9da1555bea7199375403b7edf733ed9a979f4..9d43d9d27884b87ee27990ccbec1a8b189450ff0 100644 (file)
@@ -301,6 +301,9 @@ int kvm_arm_vcpu_arch_has_attr(struct kvm_vcpu *vcpu,
 /* All host FP/SIMD state is restored on guest exit, so nothing to save: */
 static inline void kvm_fpsimd_flush_cpu_state(void) {}
 
+static inline void kvm_arm_vhe_guest_enter(void) {}
+static inline void kvm_arm_vhe_guest_exit(void) {}
+
 static inline bool kvm_arm_harden_branch_predictor(void)
 {
        /* No way to detect it yet, pretend it is not there. */