Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dhflags.c25 FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, SVC_EL0) : in fgt_svc()
26 FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, SVC_EL1); in fgt_svc()
328 if (FIELD_EX64(env->cp15.fgt_exec[FGTREG_HFGITR], HFGITR_EL2, ERET)) { in rebuild_hflags_a64()
H A Dop_helper.c823 assert(idx < ARRAY_SIZE(env->cp15.fgt_exec)); in HELPER()
824 trapword = env->cp15.fgt_exec[idx]; in HELPER()
/qemu/target/arm/
H A Dcpu.h517 uint64_t fgt_exec[1]; /* HFGITR */ member
H A Dhelper.c8433 .fieldoffset = offsetof(CPUARMState, cp15.fgt_exec[FGTREG_HFGITR]) },