Home
last modified time | relevance | path

Searched refs:fgt_exec (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c29 FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, SVC_EL0) : in fgt_svc()
30 FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, SVC_EL1); in fgt_svc()
373 if (FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, ERET)) { in rebuild_hflags_a64()
H A Dop_helper.c831 assert(idx < ARRAY_SIZE(env->cp15.fgt_exec)); in HELPER()
832 trapword = env->cp15.fgt_exec[idx]; in HELPER()
/openbmc/qemu/target/arm/
H A Dcpu.h570 uint64_t fgt_exec[1]; /* HFGITR */ member
H A Dhelper.c5758 .fieldoffset = offsetof(CPUARMState, cp15.fgt_exec[FGTREG_HFGITR]) },