Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h8 #define PSW_Q 0x00000008 macro
19 #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)
/openbmc/qemu/target/hppa/
H A Dcpu.h106 #define PSW_Q 0x00000008 macro
128 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
134 #define PSW_SM_Q PSW_Q /* Enable Interrupt State Collection */
H A Dint_helper.c131 if (old_psw & PSW_Q) { in hppa_cpu_do_interrupt()
H A Dhelper.c154 psw_c[14] = (psw & PSW_Q ? 'Q' : '-'); in hppa_cpu_dump_state()
H A Dmem_helper.c361 if (env->psw & PSW_Q) { in hppa_set_ior_and_isr()
/openbmc/qemu/hw/hppa/
H A Dmachine.c659 cpu[i]->env.psw = PSW_Q; in hppa_machine_reset()