Home
last modified time | relevance | path

Searched refs:CR0_AFP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dcpu.c199 env->cregs[0] |= CR0_AFP; in s390_cpu_reset_hold()
350 if (env->cregs[0] & CR0_AFP) { in cpu_get_tb_cpu_state()
H A Dcpu.h367 #define CR0_AFP 0x0000000000040000ULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c59 if (env->cregs[0] & CR0_AFP) { in tcg_s390_data_exception()