Searched refs:atags_copy (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/kernel/
H A Datags_proc.c26 static char __initdata atags_copy[BOOT_PARAMS_SIZE]; variable
30 memcpy(atags_copy, tags, sizeof(atags_copy));
40 struct tag *tag = (struct tag *)atags_copy;
53 size = (char *)tag - atags_copy + sizeof(struct tag_header);
62 memcpy(b->data, atags_copy, size);

Completed in 112 milliseconds