Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c370 if (allocation_tag_access_enabled(env, el, sctlr)) { in rebuild_hflags_a64()
392 && allocation_tag_access_enabled(env, 0, sctlr)) { in rebuild_hflags_a64()
401 if (allocation_tag_access_enabled(env, 0, sctlr)) { in rebuild_hflags_a64()
/openbmc/qemu/target/arm/
H A Dinternals.h1359 static inline bool allocation_tag_access_enabled(CPUARMState *env, int el, in allocation_tag_access_enabled() function