Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dhelper.c57 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()
H A Dcpu.c81 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()
H A Dcpu.h212 uint32_t psw_xb; /* X and B, in their normal positions */ member
H A Dtranslate.c86 uint32_t psw_xb; member
321 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()
H A Dmem_helper.c316 if (env->psw_xb & PSW_X) { in hppa_get_physical_address()