Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h197 #define PSW_ASC_HOME _AC(0x0000C000, UL) macro
225 #define PSW_ASC_HOME _AC(0x0000C00000000000, UL) macro
/openbmc/qemu/target/s390x/
H A Dcpu.h333 #undef PSW_ASC_HOME
338 #define PSW_ASC_HOME 0x0000C00000000000ULL macro
394 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
405 case PSW_ASC_HOME: in cpu_mmu_index()
H A Dmmu_helper.c74 case PSW_ASC_HOME: in lowprot_enabled()
429 case PSW_ASC_HOME: in mmu_translate()
H A Dhelper.c56 if (asc != PSW_ASC_HOME) { in s390_cpu_get_phys_page_debug()
/openbmc/linux/arch/s390/include/asm/
H A Dptrace.h52 #define PSW_KERNEL_BITS (PSW_DEFAULT_KEY | PSW_MASK_BASE | PSW_ASC_HOME | \
/openbmc/linux/arch/s390/kernel/
H A Dtraps.c239 regs->psw.mask |= PSW_ASC_HOME; in space_switch_exception()
H A Dsignal.c160 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
H A Dcompat_signal.c111 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
H A Dptrace.c340 if ((data & PSW_MASK_ASC) == PSW_ASC_HOME) in __poke_user()
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c508 env->psw.mask |= PSW_ASC_HOME; in HELPER()
H A Dexcp_helper.c139 return PSW_ASC_HOME; in cpu_mmu_idx_to_asc()
H A Dtranslate.c416 case PSW_ASC_HOME >> FLAG_MASK_PSW_SHIFT: in get_mem_index()
3243 case PSW_ASC_HOME >> FLAG_MASK_PSW_SHIFT: in op_mov2e()
/openbmc/qemu/linux-user/s390x/
H A Dsignal.c322 if ((mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in restore_sigregs()