Searched refs:tag_header (Results 1 – 6 of 6) sorted by relevance
40 struct tag_header { struct105 struct tag_header hdr;130 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
24 struct tag_header { struct147 struct tag_header hdr;181 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
58 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
204 sizeof(struct tag_header)) >> 2; in build_tag_list()212 sizeof(struct tag_header)); in build_tag_list()
781 struct tag_header hdr1;783 struct tag_header hdr2;785 struct tag_header hdr3;
71 tag->hdr.size = (j + 7 + sizeof(struct tag_header)) >> 2; in create_params()