Searched refs:PSW_C (Results 1 – 7 of 7) sorted by relevance
29 #define PSW_C 0x00040000 macro58 #define KERNEL_PSW (WIDE_PSW | PSW_C | PSW_Q | PSW_P | PSW_D)61 #define USER_PSW (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
46 return hppa_form_gva_psw(env->psw, (env->psw & PSW_C ? env->iasq_f : 0), in hppa_cpu_get_pc()82 flags |= env->psw & (PSW_W | PSW_C | PSW_D | PSW_P); in cpu_get_tb_cpu_state()136 if (env->psw & (ifetch ? PSW_C : PSW_D)) { in hppa_cpu_mmu_index()
113 if (old_psw & PSW_C) { in hppa_cpu_do_interrupt()165 if (old_psw & PSW_C) { in hppa_cpu_do_interrupt()
149 psw_c[9] = (psw & PSW_C ? 'C' : '-'); in hppa_cpu_dump_state()
114 #define PSW_C 0x00040000 macro
2563 if (ctx->tb_flags & PSW_C) { in trans_ixtlbx()2601 if (ctx->tb_flags & PSW_C) { in do_pxtlb()2628 if (ctx->tb_flags & PSW_C) { in trans_pxtlbe()2680 if (ctx->tb_flags & PSW_C) { in trans_ixtlbxf()2706 if (ctx->tb_flags & PSW_C) { in trans_ixtlbt()3991 } else if (!(ctx->tb_flags & PSW_C)) { in trans_b_gate()
2040 PSW_C = 0, enumerator2052 case PSW_C: in clrsetpsw()