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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/44x/
H A Didle.c36 mtmsr(msr_save|MSR_WE|MSR_EE|MSR_CE|MSR_DE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_booke.h184 EXC_XFER_TEMPLATE(hdlr, n+2, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
194 EXC_XFER_TEMPLATE(hdlr, n+4, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
234 * we reset the MSR_DE in the _exception handler's_ MSR (the debug trap is
238 * the MSR_DE bit set.
267 1: rlwinm r9,r9,0,~MSR_DE; /* clear DE in the CDRR1 value */ \
291 EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
320 1: rlwinm r9,r9,0,~MSR_DE; /* clear DE in the CSRR1 value */ \
344 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, crit_transfer_to_handler, ret_from_crit_exc)
H A Dptrace.c814 regs->msr |= MSR_DE;
831 regs->msr |= MSR_DE;
862 regs->msr &= ~MSR_DE;
979 task->thread.regs->msr &= ~MSR_DE;
1001 task->thread.regs->msr |= MSR_DE;
1101 child->thread.regs->msr |= MSR_DE;
1216 child->thread.regs->msr |= MSR_DE;
1310 child->thread.regs->msr |= MSR_DE;
1389 child->thread.regs->msr &= ~MSR_DE;
H A Dtraps.c1209 regs->msr |= MSR_DE;
1228 regs->msr &= ~MSR_DE;
1239 regs->msr |= MSR_DE;
1250 regs->msr &= ~MSR_DE;
1270 regs->msr |= MSR_DE;
H A Dkgdb.c336 linux_regs->msr |= MSR_DE;
H A Dhead_40x.S216 EXC_XFER_TEMPLATE(hdlr, n+2, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
674 * we reset the MSR_DE in the _exception handler's_ MSR (the debug trap is
678 * the MSR_DE bit set.
704 1: rlwinm r9,r9,0,~MSR_DE /* clear DE in the SRR3 value */
726 (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
H A Dkprobes.c41 #define MSR_SINGLESTEP (MSR_DE)
H A Dprocess.c466 mtmsr(mfmsr() & ~MSR_DE);
562 {MSR_DE, "DE"},
H A Dsignal_32.c1091 new_msr |= MSR_DE;
1097 new_msr &= ~MSR_DE;
H A Dexceptions-64e.S399 rlwinm r11,r11,0,~MSR_DE /* clear DE in the CSRR1 value */
H A Dhead_fsl_booke.S818 ori r13,r13,MSR_DE@l /* Enable Debug Events */
H A Dentry_32.S1122 rlwinm r10,r10,0,~MSR_DE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbooke.c168 msr_mask = MSR_CE|MSR_ME|MSR_DE;
183 msr_mask = MSR_CE|MSR_ME|MSR_DE;
186 allowed = vcpu->arch.msr & MSR_DE;
H A Dbooke_interrupts.S27 #define KVMPPC_MSR_MASK (MSR_CE|MSR_EE|MSR_PR|MSR_DE|MSR_ME|MSR_IS|MSR_DS)
H A Dbook3s.c121 MSR_BE | MSR_DE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg_booke.h32 #define MSR_USER32 MSR_ | MSR_PR | MSR_EE | MSR_DE
33 #define MSR_USER64 MSR_USER32 | MSR_CM | MSR_DE
H A Dreg.h82 #define MSR_DE __MASK(MSR_DE_LG) /* Debug Exception Enable */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c519 if (regs->msr & MSR_DE) {
912 regs->msr |= MSR_DE;

Completed in 261 milliseconds