Searched refs:PSW_Q (Results 1 – 6 of 6) sorted by relevance
8 #define PSW_Q 0x00000008 macro19 #define PSW_SM_Q PSW_Q /* Enable Interrupt State Collection */58 #define KERNEL_PSW (WIDE_PSW | PSW_C | PSW_Q | PSW_P | PSW_D)59 #define REAL_MODE_PSW (WIDE_PSW | PSW_Q)61 #define USER_PSW (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
106 #define PSW_Q 0x00000008 macro128 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)134 #define PSW_SM_Q PSW_Q /* Enable Interrupt State Collection */
131 if (old_psw & PSW_Q) { in hppa_cpu_do_interrupt()
154 psw_c[14] = (psw & PSW_Q ? 'Q' : '-'); in hppa_cpu_dump_state()
361 if (env->psw & PSW_Q) { in hppa_set_ior_and_isr()
659 cpu[i]->env.psw = PSW_Q; in hppa_machine_reset()