Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c4458 .fieldoffset = offsetof(CPUARMState, cp15.esr_el[1]), .resetvalue = 0, },
4542 .fieldoffset = offsetoflow32(CPUARMState, cp15.esr_el[1]),
6360 .access = PL2_RW, .fieldoffset = offsetof(CPUARMState, cp15.esr_el[2]) },
6680 .access = PL3_RW, .fieldoffset = offsetof(CPUARMState, cp15.esr_el[3]) },
11237 env->cp15.esr_el[2] = env->exception.syndrome; in arm_cpu_do_interrupt_aarch32_hyp()
11672 env->cp15.esr_el[new_el] = env->exception.syndrome; in arm_cpu_do_interrupt_aarch64()
11689 env->cp15.esr_el[new_el] = env->exception.syndrome; in arm_cpu_do_interrupt_aarch64()
H A Dcpu.h351 uint64_t esr_el[4]; member