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.c4606 .fieldoffset = offsetof(CPUARMState, cp15.far_el[1]),
6522 .access = PL2_RW, .fieldoffset = offsetof(CPUARMState, cp15.far_el[2]) },
6527 .fieldoffset = offsetofhigh32(CPUARMState, cp15.far_el[2]) },
6891 .access = PL3_RW, .fieldoffset = offsetof(CPUARMState, cp15.far_el[3]) },
11843 env->cp15.far_el[new_el] = env->exception.vaddress; in arm_cpu_do_interrupt_aarch64()
11845 env->cp15.far_el[new_el]); in arm_cpu_do_interrupt_aarch64()
H A Dcpu.h371 uint64_t far_el[4]; member