Searched refs:KVM_ARM64_FP_HOST (Results 1 – 3 of 3) sorted by relevance
49 KVM_ARM64_FP_HOST); in update_fp_enabled()247 if (vcpu->arch.flags & KVM_ARM64_FP_HOST) { in __hyp_handle_fpsimd()263 vcpu->arch.flags &= ~KVM_ARM64_FP_HOST; in __hyp_handle_fpsimd()
68 vcpu->arch.flags |= KVM_ARM64_FP_HOST; in kvm_arch_vcpu_load_fp()
407 #define KVM_ARM64_FP_HOST (1 << 2) /* host FP regs loaded */ macro