Home
last modified time | relevance | path

Searched refs:tag_header (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/avr32/include/asm/
Dsetup.h40 struct tag_header { struct
105 struct tag_header hdr;
130 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/linux-3.4.99/arch/arm/include/asm/
Dsetup.h24 struct tag_header { struct
147 struct tag_header hdr;
181 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/linux-3.4.99/arch/arm/kernel/
Datags.c58 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
Dcompat.c204 sizeof(struct tag_header)) >> 2; in build_tag_list()
212 sizeof(struct tag_header)); in build_tag_list()
Dsetup.c781 struct tag_header hdr1;
783 struct tag_header hdr2;
785 struct tag_header hdr3;
/linux-3.4.99/arch/arm/boot/compressed/
Dofw-shark.c71 tag->hdr.size = (j + 7 + sizeof(struct tag_header)) >> 2; in create_params()