Lines Matching +full:existing +full:- +full:parts
1 // SPDX-License-Identifier: GPL-2.0
23 * such that on entering hyp the relevant parts of current are already
28 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
52 BUG_ON(!current->mm); in kvm_arch_vcpu_load_fp()
76 * responsibility of the code that used FP to save the existing state).
88 * written back if the kernel clobbers them due to kernel-mode NEON
89 * before re-entry into the guest.
102 fp_state.st = &vcpu->arch.ctxt.fp_regs; in kvm_arch_vcpu_ctxsync_fp()
103 fp_state.sve_state = vcpu->arch.sve_state; in kvm_arch_vcpu_ctxsync_fp()
104 fp_state.sve_vl = vcpu->arch.sve_max_vl; in kvm_arch_vcpu_ctxsync_fp()
108 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()