Home
last modified time | relevance | path

Searched refs:PSW_X (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h32 #define PSW_X 0x00100000 macro
60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
/openbmc/qemu/target/hppa/
H A Dhelper.c79 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()
H A Dcpu.c105 cpu->env.psw_xb = tb->flags & (PSW_X | PSW_B); in hppa_cpu_synchronize_from_tb()
H A Dcpu.h116 #define PSW_X 0x00100000 macro
H A Dmem_helper.c318 if (env->psw_xb & PSW_X) { in hppa_get_physical_address()
H A Dtranslate.c4626 ctx->psw_xb = ctx->tb_flags & (PSW_X | PSW_B); in hppa_tr_init_disas_context()
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c679 regs->gr[0] |= PSW_X; /* So we can single-step over the trap */ in handle_interruption()