Searched refs:psw_xb (Results 1 – 5 of 5) sorted by relevance
57 psw |= env->psw | env->psw_xb; in cpu_hppa_get_psw()96 env->psw_xb = psw & (PSW_X | PSW_B); in cpu_hppa_put_psw()
86 flags |= env->psw_xb; in hppa_get_tb_cpu_state()113 cpu->env.psw_xb = tb->flags & (PSW_X | PSW_B); in hppa_cpu_synchronize_from_tb()
213 uint32_t psw_xb; /* X and B, in their normal positions */ member
88 uint32_t psw_xb; member323 offsetof(CPUHPPAState, psw_xb), in hppa_translate_init()526 if (ctx->psw_xb != xb) { in store_psw_xb()535 ctx->psw_xb = xb; in set_psw_xb()2081 if (ctx->psw_xb & PSW_B) { in do_page_zero()3979 if (ctx->psw_xb & PSW_B) { in trans_b_gate()4641 ctx->psw_xb = ctx->tb_flags & (PSW_X | PSW_B); in hppa_tr_init_disas_context()
321 if (env->psw_xb & PSW_X) { in hppa_get_physical_address()