__mtmsrd 232 arch/powerpc/include/asm/hw_irq.h #define __hard_irq_enable() __mtmsrd(MSR_EE|MSR_RI, 1) __mtmsrd 233 arch/powerpc/include/asm/hw_irq.h #define __hard_irq_disable() __mtmsrd(MSR_RI, 1) __mtmsrd 1347 arch/powerpc/include/asm/reg.h #define mtmsr(v) __mtmsrd((v), 0)