Home
last modified time | relevance | path

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

/openbmc/linux/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)); in save_atags()
40 struct tag *tag = (struct tag *)atags_copy; in init_atags_procfs()
53 size = (char *)tag - atags_copy + sizeof(struct tag_header); in init_atags_procfs()
62 memcpy(b->data, atags_copy, size); in init_atags_procfs()