Searched refs:PSW_Q (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/hppa/include/
H A Dpsl.h95 #define PSW_Q (1 << (31-PSW_Q_POS)) /* Interrupt State Collection Enable */ macro
105 #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)
/netbsd-current/sys/arch/hppa/dev/
H A Dcpu.c290 ci->ci_psw = PSW_I | PSW_Q | PSW_P | PSW_C | PSW_D;
/netbsd-current/sys/arch/hppa/hppa/
H A Dvm_machdep.c140 tf->tf_ipsw = PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I /* | PSW_L */ |
H A Dlocore.S273 ldi PSW_Q|PSW_I, %arg1
504 ldi PSW_Q|PSW_I, %t2
613 ldi PSW_Q, %arg0 /* (!pdc_flag && args[0] == PDC_PIM)? PSW_M:0) */
H A Dmachdep.c454 PSW_Q | /* Interrupt State Collection Enable */

Completed in 146 milliseconds