Home
last modified time | relevance | path

Searched refs:tfsr_el (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dcpu_loop.c175 if (unlikely(env->cp15.tfsr_el[0])) { in cpu_loop()
176 env->cp15.tfsr_el[0] = 0; in cpu_loop()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c579 env->cp15.tfsr_el[el] |= 1 << select; in mte_async_check_fail()
/openbmc/qemu/target/arm/
H A Dcpu.h501 uint64_t tfsr_el[4]; /* tfsre0_el1 is index 0. */
500 uint64_t tfsr_el[4]; /* tfsre0_el1 is index 0. */ global() member
H A Dhelper.c8433 .fieldoffset = offsetof(CPUARMState, cp15.tfsr_el[0]) },
8438 .fieldoffset = offsetof(CPUARMState, cp15.tfsr_el[1]) },
8443 .fieldoffset = offsetof(CPUARMState, cp15.tfsr_el[2]) },
8447 .fieldoffset = offsetof(CPUARMState, cp15.tfsr_el[3]) },