Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dcpu.h107 #define PSW_Q 0x00000008 macro
129 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
135 #define PSW_SM_Q PSW_Q /* Enable Interrupt State Collection */
H A Dint_helper.c132 if (old_psw & PSW_Q) { in hppa_cpu_do_interrupt()
H A Dhelper.c174 psw_c[14] = (psw & PSW_Q ? 'Q' : '-'); in hppa_cpu_dump_state()
H A Dmem_helper.c364 if (env->psw & PSW_Q) { in hppa_set_ior_and_isr()
/qemu/hw/hppa/
H A Dmachine.c658 cpu[i]->env.psw = PSW_Q; in hppa_machine_reset()