Searched refs:PSL_CE (Results 1 – 3 of 3) sorted by relevance
61 #define PSL_CE 0x00020000UL /* Critical interrupt enable */ macro
214 psl_kernset = PSL_CE | PSL_ME | PSL_EE; in booke_cpu_init()424 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE)); in cpu_halt()
245 ASSYM(PSL_CE, PSL_CE);