Searched refs:tag_next (Results 1 – 7 of 7) sorted by relevance
86 tag = tag_next(tag); in memtag()128 tag = tag_next(tag); in build_tag_list()136 tag = tag_next(tag); in build_tag_list()142 tag = tag_next(tag); in build_tag_list()148 tag = tag_next(tag); in build_tag_list()165 tag = tag_next(tag); in build_tag_list()174 tag = tag_next(tag); in build_tag_list()190 tag = tag_next(tag); in build_tag_list()199 tag = tag_next(tag); in build_tag_list()205 tag = tag_next(tag); in build_tag_list()
167 for (; t->hdr.size; t = tag_next(t)) in parse_tags()175 for (; tag->hdr.size; tag = tag_next(tag)) in squash_mem_tags()
49 for (; tag->hdr.size; tag = tag_next(tag)) in init_atags_procfs()
181 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size)) macro185 for (t = base; t->hdr.size; t = tag_next(t))
123 for (; t->hdr.size; t = tag_next(t)) in arch_decomp_setup()
381 for (; t->hdr.size; t = tag_next(t)) in tag_fixup_mem32()
861 for (; tags->hdr.size; tags = tag_next(tags)) in cm_x300_fixup()