Searched refs:TAG_MASK (Results 1 – 1 of 1) sorted by relevance
91 #define TAG_MASK (((1UL << VM_MEMTAG_TAG_SIZE) - 1UL) << VM_MEMTAG_PTR_SIZE) macro676 uintptr_t only_tag = (uintptr_t)tagged_buf & TAG_MASK; in tag_fill()