Home
last modified time | relevance | path

Searched refs:PSW_ASC_PRIMARY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dcpu.h316 #undef PSW_ASC_PRIMARY
321 #define PSW_ASC_PRIMARY 0x0000000000000000ULL macro
400 case PSW_ASC_PRIMARY: in s390x_env_mmu_index()
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c496 env->psw.mask |= PSW_ASC_PRIMARY; in HELPER()