Home
last modified time | relevance | path

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

/arch/avr32/include/asm/
Dsetup.h39 struct tag_header { struct
104 struct tag_header hdr;
129 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/arch/arm/include/uapi/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)
/arch/arm/kernel/
Datags_parse.c41 struct tag_header hdr1;
43 struct tag_header hdr2;
45 struct tag_header hdr3;
Datags_proc.c52 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
Datags_compat.c204 sizeof(struct tag_header)) >> 2; in build_tag_list()
212 sizeof(struct tag_header)); in build_tag_list()