Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_mte_compress.c91 #define TAG_MASK (((1UL << VM_MEMTAG_TAG_SIZE) - 1UL) << VM_MEMTAG_PTR_SIZE) macro
676 uintptr_t only_tag = (uintptr_t)tagged_buf & TAG_MASK; in tag_fill()