Searched refs:PSW_I (Results 1 – 7 of 7) sorted by relevance
98 #define PSW_I (1 << (31-PSW_I_POS)) /* External Interrupt, Power Failure macro105 #define RESET_PSW (PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)106 #define PSW_MBS (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
178 __asm volatile("rsm %0, %%r0" :: "i" (PSW_I) : "memory"); in hppa_disable_irq()184 __asm volatile("ssm %0, %%r0" :: "i" (PSW_I) : "memory"); in hppa_enable_irq()
140 tf->tf_ipsw = PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I /* | PSW_L */ | in cpu_lwp_fork()
315 ci->ci_psw |= PSW_I; in hppa_intr_enable()
282 ldi PSW_Q|PSW_I, %arg1513 ldi PSW_Q|PSW_I, %t2
1753 rsm (PSW_R|PSW_I), %t41784 rsm (PSW_R|PSW_I), %t4
424 SANITY((ci->ci_psw & PSW_I) == 0 || tf->tf_eiem != 0); in frame_sanity_check()