Home
last modified time | relevance | path

Searched refs:PSW_MASK_ASC (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dsignal.c160 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
162 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs()
346 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()
347 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame()
420 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
421 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
H A Dcompat_signal.c111 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
113 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs32()
315 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame32()
316 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame32()
394 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame32()
395 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame32()
H A Dptrace.c340 if ((data & PSW_MASK_ASC) == PSW_ASC_HOME) in __poke_user()
/openbmc/qemu/linux-user/s390x/
H A Dsignal.c120 #define PSW_MASK_USER (PSW_MASK_ASC | PSW_MASK_CC | PSW_MASK_PM | \
223 | (env->psw.mask & ~PSW_MASK_ASC); in setup_frame()
289 | (env->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
322 if ((mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in restore_sigregs()
323 mask = (mask & ~PSW_MASK_ASC) | PSW_ASC_PRIMARY; in restore_sigregs()
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c496 env->psw.mask &= ~PSW_MASK_ASC; in HELPER()
500 env->psw.mask &= ~PSW_MASK_ASC; in HELPER()
507 env->psw.mask &= ~PSW_MASK_ASC; in HELPER()
H A Dexcp_helper.c616 env->per_perc_atmid |= env->psw.mask & (PSW_MASK_ASC) >> 46; in s390x_cpu_debug_excp_handler()
H A Dmem_helper.c2212 const uint8_t psw_as = (env->psw.mask & PSW_MASK_ASC) >> PSW_SHIFT_ASC; in HELPER()
2247 const uint8_t psw_as = (env->psw.mask & PSW_MASK_ASC) >> PSW_SHIFT_ASC; in HELPER()
2384 uint64_t asc = env->psw.mask & PSW_MASK_ASC; in HELPER()
2493 const uint8_t psw_as = (env->psw.mask & PSW_MASK_ASC) >> PSW_SHIFT_ASC; in HELPER()
/openbmc/qemu/target/s390x/
H A Dcpu.h293 #undef PSW_MASK_ASC
315 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
360 QEMU_BUILD_BUG_ON(FLAG_MASK_ASC != PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT);
404 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in s390x_env_mmu_index()
410 switch (env->psw.mask & PSW_MASK_ASC) { in s390x_env_mmu_index()
H A Dhelper.c47 uint64_t asc = env->psw.mask & PSW_MASK_ASC; in s390_cpu_get_phys_page_debug()
H A Dmmu_helper.c478 uint64_t asc = cpu->env.psw.mask & PSW_MASK_ASC; in translate_pages()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h182 #define PSW_MASK_ASC _AC(0x0000C000, UL) macro
210 #define PSW_MASK_ASC _AC(0x0000C00000000000, UL) macro
/openbmc/linux/arch/s390/kvm/
H A Dintercept.c491 (newpsw.mask & PSW_MASK_ASC) == (oldpsw.mask & PSW_MASK_ASC) && in handle_operexc()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1704 (newpsw.mask & PSW_MASK_ASC) == (oldpsw.mask & PSW_MASK_ASC) && in handle_oper_loop()