Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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)
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsetup.h22 struct tag_header { struct
128 struct tag_header hdr;
152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/OK3568_Linux_fs/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)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h192 struct tag_header { struct
199 struct tag_header hdr; argument
216 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/OK3568_Linux_fs/kernel/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_compat.c199 sizeof(struct tag_header)) >> 2; in build_tag_list()
207 sizeof(struct tag_header)); in build_tag_list()
H A Datags_proc.c53 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c181 (sizeof(struct tag_header) + strlen(p) + 1 + 4) >> 2; in setup_commandline_tag()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drk_atags.c270 length = (t->hdr.size << 2) - sizeof(struct tag_header) - HASH_LEN; in atags_set_tag()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c170 (sizeof (struct tag_header) + strlen (p) + 1 + 4) >> 2; in setup_commandline_tag()
/OK3568_Linux_fs/u-boot/board/nokia/rx51/
H A Drx51.c252 total_size = sizeof(struct tag_header); in setup_board_tags()