Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h29 #define PSW_C 0x00040000 macro
58 #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)
/openbmc/qemu/target/hppa/
H A Dcpu.h116 #define PSW_C 0x00040000 macro
289 if (env->psw & (ifetch ? PSW_C : PSW_D)) { in cpu_mmu_index()
345 flags |= env->psw & (PSW_W | PSW_C | PSW_D | PSW_P); in cpu_get_tb_cpu_state()
348 *pc = hppa_form_gva_psw(env->psw, (env->psw & PSW_C ? env->iasq_f : 0), in cpu_get_tb_cpu_state()
H A Dint_helper.c125 } else if (old_psw & PSW_C) { in hppa_cpu_do_interrupt()
171 if (old_psw & PSW_C) { in hppa_cpu_do_interrupt()
H A Dhelper.c134 psw_c[9] = (psw & PSW_C ? 'C' : '-'); in hppa_cpu_dump_state()
H A Dtranslate.c2337 if (ctx->tb_flags & PSW_C) { in trans_ixtlbx()
2375 if (ctx->tb_flags & PSW_C) { in do_pxtlb()
2402 if (ctx->tb_flags & PSW_C) { in trans_pxtlbe()
2454 if (ctx->tb_flags & PSW_C) { in trans_ixtlbxf()
2480 if (ctx->tb_flags & PSW_C) { in trans_ixtlbt()
3807 if (ctx->tb_flags & PSW_C) { in trans_b_gate()
/openbmc/qemu/target/rx/
H A Dtranslate.c2039 PSW_C = 0, enumerator
2051 case PSW_C: in clrsetpsw()