Home
last modified time | relevance | path

Searched refs:allocation_tag_access_enabled (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dhflags.c411 if (allocation_tag_access_enabled(env, el, sctlr)) { in rebuild_hflags_a64()
433 && allocation_tag_access_enabled(env, 0, sctlr)) { in rebuild_hflags_a64()
442 if (allocation_tag_access_enabled(env, 0, sctlr)) { in rebuild_hflags_internal()
/qemu/target/arm/
H A Dinternals.h1506 static inline bool allocation_tag_access_enabled(CPUARMState *env, int el, in allocation_tag_access_enabled() function