Searched refs:psw_xb (Results 1 – 5 of 5) sorted by relevance
57 psw |= env->psw | env->psw_xb; in cpu_hppa_get_psw()80 env->psw_xb = psw & (PSW_X | PSW_B); in cpu_hppa_put_psw()
81 flags |= env->psw_xb; in cpu_get_tb_cpu_state()105 cpu->env.psw_xb = tb->flags & (PSW_X | PSW_B); in hppa_cpu_synchronize_from_tb()
212 uint32_t psw_xb; /* X and B, in their normal positions */ member
86 uint32_t psw_xb; member321 offsetof(CPUHPPAState, psw_xb), in hppa_translate_init()524 if (ctx->psw_xb != xb) { in store_psw_xb()533 ctx->psw_xb = xb; in set_psw_xb()2081 if (ctx->psw_xb & PSW_B) { in do_page_zero()3982 if (ctx->psw_xb & PSW_B) { in trans_b_gate()4626 ctx->psw_xb = ctx->tb_flags & (PSW_X | PSW_B); in hppa_tr_init_disas_context()
318 if (env->psw_xb & PSW_X) { in hppa_get_physical_address()