Searched refs:lost_ext (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c934 unsigned long lost_ext; local
936 lost_ext = vcpu->arch.guest_owned_ext & ~current->thread.regs->msr;
937 if (!lost_ext)
940 if (lost_ext & MSR_FP) {
948 if (lost_ext & MSR_VEC) {
956 current->thread.regs->msr |= lost_ext;

Completed in 328 milliseconds