Home
last modified time | relevance | path

Searched refs:arm_fgt_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c176 if (arm_fgt_active(env, el)) { in rebuild_hflags_a32()
326 if (arm_fgt_active(env, el)) { in rebuild_hflags_a64()
H A Dop_helper.c815 if (arm_fgt_active(env, arm_current_el(env))) { in HELPER()
/openbmc/qemu/target/arm/
H A Dinternals.h1744 static inline bool arm_fgt_active(CPUARMState *env, int el) in arm_fgt_active() function