Searched refs:tag_header (Results 1 – 12 of 12) sorted by relevance
25 struct tag_header { struct148 struct tag_header hdr;182 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
22 struct tag_header { struct128 struct tag_header hdr;152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
86 struct tag_header { struct209 struct tag_header hdr;247 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
192 struct tag_header { struct199 struct tag_header hdr; argument216 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
40 struct tag_header hdr1;42 struct tag_header hdr2;44 struct tag_header hdr3;
199 sizeof(struct tag_header)) >> 2; in build_tag_list()207 sizeof(struct tag_header)); in build_tag_list()
53 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
181 (sizeof(struct tag_header) + strlen(p) + 1 + 4) >> 2; in setup_commandline_tag()
270 length = (t->hdr.size << 2) - sizeof(struct tag_header) - HASH_LEN; in atags_set_tag()
170 (sizeof (struct tag_header) + strlen (p) + 1 + 4) >> 2; in setup_commandline_tag()
252 total_size = sizeof(struct tag_header); in setup_board_tags()