Searched refs:tags (Results 1 – 3 of 3) sorted by relevance
57 const typeof(_tags) tags = (_tags); \58 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \60 tagptr_init(type, (uintptr_t)(ptr) | tags); })86 #define tagptr_replace_tags(_ptptr, tags) ({ \ argument88 *ptptr = tagptr_fold(*ptptr, tagptr_unfold_ptr(*ptptr), tags); \93 const typeof(_tags) tags = (_tags); \94 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \96 ptptr->v |= tags; \101 const typeof(_tags) tags = (_tags); \102 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \[all …]
60 const unsigned int tags = tagptr_unfold_tags(t); in z_erofs_pagevec_ctor_next_page() local62 if (tags == Z_EROFS_PAGE_TYPE_EXCLUSIVE) in z_erofs_pagevec_ctor_next_page()
46 - add module tags