Searched refs:KVM_ARM64_FP_HOST (Results 1 – 3 of 3) sorted by relevance
54 KVM_ARM64_FP_HOST); in update_fp_enabled()209 if (vcpu->arch.flags & KVM_ARM64_FP_HOST) { in kvm_hyp_handle_fpsimd()215 vcpu->arch.flags &= ~KVM_ARM64_FP_HOST; in kvm_hyp_handle_fpsimd()
80 vcpu->arch.flags |= KVM_ARM64_FP_HOST; in kvm_arch_vcpu_load_fp()
413 #define KVM_ARM64_FP_HOST (1 << 2) /* host FP regs loaded */ macro
Completed in 6 milliseconds