Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsetup.h25 struct tag_header { struct
148 struct tag_header hdr;
182 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h21 struct tag_header { struct
127 struct tag_header hdr;
151 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h86 struct tag_header { struct
209 struct tag_header hdr;
247 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/openbmc/linux/arch/arm/kernel/
H A Datags_parse.c40 struct tag_header hdr1;
42 struct tag_header hdr2;
44 struct tag_header hdr3;
H A Datags_proc.c53 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
H A Datags_compat.c199 sizeof(struct tag_header)) >> 2; in build_tag_list()
207 sizeof(struct tag_header)); in build_tag_list()
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c179 (sizeof(struct tag_header) + strlen(p) + 1 + 4) >> 2; in setup_commandline_tag()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c164 (sizeof (struct tag_header) + strlen (p) + 1 + 4) >> 2; in setup_commandline_tag()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c251 total_size = sizeof(struct tag_header); in setup_board_tags()