Lines Matching full:msa
705 /* MIPS SIMD Architecture (MSA) registers */ in kvm_mips_get_reg()
709 /* Can't access MSA registers in FR=0 mode */ in kvm_mips_get_reg()
839 /* MIPS SIMD Architecture (MSA) registers */ in kvm_mips_set_reg()
1058 * We don't support MSA vector partitioning yet: in kvm_vm_ioctl_check_extension()
1339 * If FPU / MSA are enabled (i.e. the guest's FPU / MSA context in __kvm_mips_handle_exit()
1343 * vector, as it may well cause an [MSA] FP exception if there in __kvm_mips_handle_exit()
1380 * If MSA state is already live, it is undefined how it interacts with in kvm_own_fpu()
1382 * exceptions trying to save the MSA state later when CU=1 && FR=1, so in kvm_own_fpu()
1413 /* Enable MSA for guest and restore context */
1430 * interacts with MSA state, so play it safe and save it first. in kvm_own_msa()
1444 /* Enable MSA for guest */ in kvm_own_msa()
1451 * Guest FPU state already loaded, only restore upper MSA state in kvm_own_msa()
1458 /* Neither FPU or MSA already active, restore full MSA state */ in kvm_own_msa()
1475 /* Drop FPU & MSA without saving it */
1492 /* Save and disable FPU & MSA */
1496 * With T&E, FPU & MSA get disabled in root context (hardware) when it in kvm_lose_fpu()
1507 /* Disable MSA & FPU */ in kvm_lose_fpu()