Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/
Dsetup.h87 struct tag_header { struct
210 struct tag_header hdr;
248 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/linux-2.4.37.9/arch/arm/kernel/
Dcompat.c145 sizeof(struct tag_header)) >> 2; in build_tag_list()
153 sizeof(struct tag_header)); in build_tag_list()
Dsetup.c475 struct tag_header hdr1;
477 struct tag_header hdr2;
479 struct tag_header hdr3;
/linux-2.4.37.9/arch/arm/boot/compressed/
Dofw-shark.c69 tag->hdr.size = (j + 7 + sizeof(struct tag_header)) >> 2; in create_params()