Searched refs:far_el (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 4447 .fieldoffset = offsetof(CPUARMState, cp15.far_el[1]), 6358 .access = PL2_RW, .fieldoffset = offsetof(CPUARMState, cp15.far_el[2]) }, 6363 .fieldoffset = offsetofhigh32(CPUARMState, cp15.far_el[2]) }, 6677 .access = PL3_RW, .fieldoffset = offsetof(CPUARMState, cp15.far_el[3]) }, 11618 env->cp15.far_el[new_el] = env->exception.vaddress; in arm_cpu_do_interrupt_aarch64() 11620 env->cp15.far_el[new_el]); in arm_cpu_do_interrupt_aarch64()
|
H A D | cpu.h | 370 uint64_t far_el[4]; member
|