Home
last modified time | relevance | path

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

/linux/arch/arm/include/uapi/asm/
H A Dsetup.h33 struct tag_core { struct
150 struct tag_core core;
/linux/arch/arm/kernel/
H A Datags_parse.c41 struct tag_core core;
46 { tag_size(tag_core), ATAG_CORE },
H A Datags_compat.c120 tag->hdr.size = tag_size(tag_core); in build_tag_list()
/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c149 (atag->hdr.size != tag_size(tag_core) && in atags_to_fdt()