Symbol: MT_FETCH_TAG
tools/testing/selftests/arm64/mte/check_buffer_fill.c
327
MT_FETCH_TAG((uintptr_t)src) ? true : false);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
329
MT_FETCH_TAG((uintptr_t)dst) ? true : false);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
356
new_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i)));
tools/testing/selftests/arm64/mte/check_child_memory.c
34
parent_tag = MT_FETCH_TAG((uintptr_t)ptr);
tools/testing/selftests/arm64/mte/check_child_memory.c
51
child_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i)));
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
116
child_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i)));
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
99
parent_tag = MT_FETCH_TAG((uintptr_t)ptr);
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
101
MT_FETCH_TAG((uintptr_t)ptr),
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
155
if (MT_FETCH_TAG((uintptr_t)ptr)) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
34
if (!MT_FETCH_TAG((uintptr_t)ptr))
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
67
if (MT_FETCH_TAG((uintptr_t)ptr) == tag) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
69
MT_FETCH_TAG((uintptr_t)ptr),
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
99
if (MT_FETCH_TAG((uintptr_t)ptr) < tag) {
tools/testing/selftests/arm64/mte/mte_common_util.c
45
si_tag = MT_FETCH_TAG(addr);
tools/testing/selftests/arm64/mte/mte_common_util.h
108
if (tags && !MT_FETCH_TAG((uintptr_t)ptr)) {
tools/testing/selftests/arm64/mte/mte_common_util.h
125
if (!MT_FETCH_TAG((uintptr_t)ptr)) {