Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dcpu.h105 #define PSW_P 0x00000004 macro
128 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
133 #define PSW_SM_P PSW_P
H A Dcpu.c82 flags |= env->psw & (PSW_W | PSW_C | PSW_D | PSW_P); in cpu_get_tb_cpu_state()
137 return PRIV_P_TO_MMU_IDX(env->iaoq_f & 3, env->psw & PSW_P); in hppa_cpu_mmu_index()
H A Dhelper.c155 psw_c[15] = (psw & PSW_P ? 'P' : '-'); in hppa_cpu_dump_state()
H A Dop_helper.c336 mmu_idx = PRIV_P_TO_MMU_IDX(level, env->psw & PSW_P); in HELPER()
H A Dtranslate.c4635 ? PRIV_P_TO_MMU_IDX(ctx->privilege, ctx->tb_flags & PSW_P) in hppa_tr_init_disas_context()