Searched refs:tags (Results 1 – 3 of 3) sorted by relevance
59 const typeof(_tags) tags = (_tags); \60 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \62 tagptr_init(type, (uintptr_t)(ptr) | tags); })88 #define tagptr_replace_tags(_ptptr, tags) ({ \ argument90 *ptptr = tagptr_fold(*ptptr, tagptr_unfold_ptr(*ptptr), tags); \95 const typeof(_tags) tags = (_tags); \96 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \98 ptptr->v |= tags; \103 const typeof(_tags) tags = (_tags); \104 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(*ptptr))) \[all …]
61 const unsigned int tags = tagptr_unfold_tags(t); in z_erofs_pagevec_ctor_next_page() local63 if (tags == Z_EROFS_PAGE_TYPE_EXCLUSIVE) in z_erofs_pagevec_ctor_next_page()
46 - add module tags