Searched refs:MSR_EE (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | interrupts.c | 52 set_msr (get_msr () | MSR_EE); in enable_interrupts() 60 set_msr (msr & ~MSR_EE); in disable_interrupts() 61 return ((msr & MSR_EE) != 0); in disable_interrupts() 71 set_msr (get_msr () | MSR_EE); in interrupt_init()
|
| H A D | kgdb.c | 85 set_msr(msr & ~MSR_EE); /* disable interrupts */ in kgdb_enter()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu.c | 136 msr &= ~( MSR_EE | MSR_IR | MSR_DR); in do_reset() 159 msr &= ~(MSR_ME | MSR_EE | MSR_IR | MSR_DR); in do_reset()
|
| H A D | traps.c | 59 regs->msr, regs->msr&MSR_EE ? 1 : 0, regs->msr&MSR_PR ? 1 : 0, in show_regs()
|
| H A D | start.S | 453 ori r4,r4,MSR_EE
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | traps.c | 62 regs->msr, regs->msr & MSR_EE ? 1 : 0, in show_regs()
|
| H A D | start.S | 281 ori r4,r4,MSR_EE
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | traps.c | 68 regs->msr, regs->msr & MSR_EE ? 1 : 0, in show_regs()
|
| H A D | start.S | 517 ori r4,r4,MSR_EE
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | traps.c | 95 regs->msr, regs->msr&MSR_EE ? 1 : 0, regs->msr&MSR_PR ? 1 : 0, in show_regs()
|
| H A D | start.S | 1318 ori r4,r4,MSR_EE
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | processor.h | 27 #define MSR_EE (1<<15) /* External Interrupt Enable */ macro
|