Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/arm64/mte/
Dcheck_tags_inclusion.c34 if (!MT_FETCH_TAG((uintptr_t)ptr)) in verify_mte_pointer_validity()
67 if (MT_FETCH_TAG((uintptr_t)ptr) == tag) { in check_single_included_tags()
69 MT_FETCH_TAG((uintptr_t)ptr), in check_single_included_tags()
99 if (MT_FETCH_TAG((uintptr_t)ptr) < tag) { in check_multiple_included_tags()
101 MT_FETCH_TAG((uintptr_t)ptr), in check_multiple_included_tags()
155 if (MT_FETCH_TAG((uintptr_t)ptr)) { in check_none_included_tags()
Dmte_common_util.h103 if (tags && !MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory()
120 if (!MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory_range()
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()
Dmte_def.h49 #define MT_FETCH_TAG(x) ((x >> MT_TAG_SHIFT) & (MT_TAG_MASK)) macro
Dcheck_buffer_fill.c327 MT_FETCH_TAG((uintptr_t)src) ? true : false); in check_buffer_by_block_iterate()
329 MT_FETCH_TAG((uintptr_t)dst) ? true : false); in check_buffer_by_block_iterate()
356 new_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in compare_memory_tags()