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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dfpu.S59 ori r5,r5,MSR_FP
87 li r10,MSR_FP|MSR_FE0|MSR_FE1
96 ori r9,r9,MSR_FP /* enable FP for current */
102 ori r12,r12,MSR_FP
126 ori r5,r5,MSR_FP
147 li r3,MSR_FP|MSR_FE0|MSR_FE1
H A Dprocess.c83 if (tsk->thread.regs->msr & MSR_FP) {
105 if (current->thread.regs && (current->thread.regs->msr & MSR_FP))
389 if (prev->thread.regs && (prev->thread.regs->msr & MSR_FP))
557 {MSR_FP, "FP"},
880 if (regs != NULL && (regs->msr & MSR_FP) != 0)
H A Dvector.S148 andi. r5,r12,MSR_FP
257 ori r11,r10,MSR_FP
H A Dsignal_64.c205 regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX);
H A Dentry_64.S391 li r0, MSR_FP
782 ori r9,r9,MSR_IR|MSR_DR|MSR_FE0|MSR_FE1|MSR_FP|MSR_RI
H A Dcpu_setup_6xx.S265 ori r11,r10,MSR_FP
H A Dsignal_32.c576 regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1);
H A Dentry_32.S650 li r0,MSR_FP /* Disable floating-point */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Dldstfp.S82 ori r7,r6,MSR_FP
109 ori r7,r6,MSR_FP
136 ori r7,r6,MSR_FP
163 ori r7,r6,MSR_FP
H A Dsstep.c1398 if (!(regs->msr & MSR_FP))
1406 if (!(regs->msr & MSR_FP))
1414 if (!(regs->msr & MSR_FP))
1422 if (!(regs->msr & MSR_FP))
1539 if (!(regs->msr & MSR_FP))
1547 if (!(regs->msr & MSR_FP))
1555 if (!(regs->msr & MSR_FP))
1563 if (!(regs->msr & MSR_FP))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s.c103 kvmppc_giveup_ext(vcpu, MSR_FP);
159 if (vcpu->arch.msr & MSR_FP)
160 kvmppc_handle_ext(vcpu, BOOK3S_INTERRUPT_FP_UNAVAIL, MSR_FP);
657 case MSR_FP:
753 case MSR_FP:
961 case BOOK3S_INTERRUPT_FP_UNAVAIL: ext_msr = MSR_FP; break;
1308 if (current->thread.regs->msr & MSR_FP)
1339 if (vcpu->arch.msr & MSR_FP)
1340 kvmppc_handle_ext(vcpu, BOOK3S_INTERRUPT_FP_UNAVAIL, MSR_FP);
1349 kvmppc_giveup_ext(vcpu, MSR_FP);
[all...]
H A Dbook3s_emulate.c373 kvmppc_giveup_ext(vcpu, MSR_FP);
H A Dbook3s_paired_singles.c661 if (!(vcpu->arch.msr & MSR_FP)) {
666 kvmppc_giveup_ext(vcpu, MSR_FP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg.h77 #define MSR_FP __MASK(MSR_FP_LG) /* Floating Point enable */ macro

Completed in 89 milliseconds