codetag_ref
static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag)
static inline void alloc_tag_sub_check(union codetag_ref *ref)
static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {}
static inline void alloc_tag_sub_check(union codetag_ref *ref) {}
static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag)
static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag)
static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, size_t bytes)
static inline void alloc_tag_sub(union codetag_ref *ref, size_t bytes)
static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag,
static inline void alloc_tag_sub(union codetag_ref *ref, size_t bytes) {}
static inline bool is_codetag_empty(union codetag_ref *ref)
static inline void set_codetag_empty(union codetag_ref *ref)
static inline bool is_codetag_empty(union codetag_ref *ref) { return false; }
static inline void set_codetag_empty(union codetag_ref *ref)
union codetag_ref ref;
static inline bool get_page_tag_ref(struct page *page, union codetag_ref *ref,
union codetag_ref *tmp;
tmp = (union codetag_ref *)page_ext_data(page_ext, &page_alloc_tagging_ops);
static inline void update_page_tag_ref(union pgtag_ref_handle handle, union codetag_ref *ref)
union codetag_ref ref;
union codetag_ref *ref; /* reference in page extension */
static inline void idx_to_ref(pgalloc_tag_idx idx, union codetag_ref *ref)
static inline pgalloc_tag_idx ref_to_idx(union codetag_ref *ref)
union codetag_ref ref;
union codetag_ref ref_old, ref_new;
.size = sizeof(union codetag_ref),
union codetag_ref ref;
union codetag_ref ref;
union codetag_ref ref;
union codetag_ref tag;