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.c366 if (allocation_tag_access_enabled(env, el, sctlr)) { in rebuild_hflags_a64()
388 && allocation_tag_access_enabled(env, 0, sctlr)) { in rebuild_hflags_a64()
397 if (allocation_tag_access_enabled(env, 0, sctlr)) { in rebuild_hflags_a64()
/openbmc/qemu/target/arm/
H A Dinternals.h1349 static inline bool allocation_tag_access_enabled(CPUARMState *env, int el, in allocation_tag_access_enabled() function