Searched refs:far_el (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 4606 .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]) }, in define_arm_vh_e2h_redirects_aliases() 11843 env->cp15.far_el[new_el] = env->exception.vaddress; in arm_cpu_do_interrupt() 11845 env->cp15.far_el[new_el]); in arm_cpu_do_interrupt()
|
H A D | cpu.h | 371 uint64_t far_el[4]; 370 uint64_t far_el[4]; global() member
|