Searched refs:lost_ext (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c940 unsigned long lost_ext; local
942 lost_ext = vcpu->arch.guest_owned_ext & ~current->thread.regs->msr;
943 if (!lost_ext)
946 if (lost_ext & MSR_FP) {
954 if (lost_ext & MSR_VEC) {
962 current->thread.regs->msr |= lost_ext;

Completed in 90 milliseconds