Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_child_memory.c34 parent_tag = MT_FETCH_TAG((uintptr_t)ptr); in check_child_tag_inheritance()
51 child_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in check_child_tag_inheritance()
H A Dmte_def.h49 #define MT_FETCH_TAG(x) ((x >> MT_TAG_SHIFT) & (MT_TAG_MASK)) macro