Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu.h448 #define PER_CR9_EVENT_NULLIFICATION 0x01000000 macro
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c632 if (env->cregs[9] & PER_CR9_EVENT_NULLIFICATION) { in HELPER()