Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c4448 .fieldoffset = offsetof(CPUARMState, cp15.far_el[1]),
6364 .access = PL2_RW, .fieldoffset = offsetof(CPUARMState, cp15.far_el[2]) },
6369 .fieldoffset = offsetofhigh32(CPUARMState, cp15.far_el[2]) },
6683 .access = PL3_RW, .fieldoffset = offsetof(CPUARMState, cp15.far_el[3]) },
11624 env->cp15.far_el[new_el] = env->exception.vaddress; in arm_cpu_do_interrupt_aarch64()
11626 env->cp15.far_el[new_el]); in arm_cpu_do_interrupt_aarch64()
H A Dcpu.h370 uint64_t far_el[4]; member