Searched refs:PSW_X (Results 1 – 7 of 7) sorted by relevance
32 #define PSW_X 0x00100000 macro60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
79 env->psw = psw & (uint32_t)~(PSW_B | PSW_N | PSW_V | PSW_X | PSW_CB); in cpu_hppa_put_psw()80 env->psw_xb = psw & (PSW_X | PSW_B); in cpu_hppa_put_psw()147 psw_c[7] = (psw & PSW_X ? 'X' : '-'); in hppa_cpu_dump_state()
105 cpu->env.psw_xb = tb->flags & (PSW_X | PSW_B); in hppa_cpu_synchronize_from_tb()
116 #define PSW_X 0x00100000 macro
318 if (env->psw_xb & PSW_X) { in hppa_get_physical_address()
4626 ctx->psw_xb = ctx->tb_flags & (PSW_X | PSW_B); in hppa_tr_init_disas_context()
679 regs->gr[0] |= PSW_X; /* So we can single-step over the trap */ in handle_interruption()