Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/mte/
A Dcheck_tags_inclusion.c31 if (!MT_FETCH_TAG((uintptr_t)ptr)) in verify_mte_pointer_validity()
59 if (MT_FETCH_TAG((uintptr_t)ptr) == tag) { in check_single_included_tags()
61 MT_FETCH_TAG((uintptr_t)ptr), in check_single_included_tags()
91 if (MT_FETCH_TAG((uintptr_t)ptr) < tag) { in check_multiple_included_tags()
93 MT_FETCH_TAG((uintptr_t)ptr), in check_multiple_included_tags()
143 if (MT_FETCH_TAG((uintptr_t)ptr)) { in check_none_included_tags()
A Dmte_common_util.h92 if (tags && !MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory()
109 if (!MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory_range()
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()
A 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()
A Dmte_def.h49 #define MT_FETCH_TAG(x) ((x >> MT_TAG_SHIFT) & (MT_TAG_MASK)) macro

Completed in 7 milliseconds