Searched refs:MT_FETCH_TAG (Results 1 – 5 of 5) sorted by relevance
31 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()
92 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()
34 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()
327 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()
49 #define MT_FETCH_TAG(x) ((x >> MT_TAG_SHIFT) & (MT_TAG_MASK)) macro
Completed in 7 milliseconds