__copy_page_start  271 arch/mips/mm/page.c extern u32 __copy_page_start;
__copy_page_start  424 arch/mips/mm/page.c 	u32 *buf = &__copy_page_start;
__copy_page_start  602 arch/mips/mm/page.c 		 (u32)(buf - &__copy_page_start));
__copy_page_start  606 arch/mips/mm/page.c 	for (i = 0; i < (buf - &__copy_page_start); i++)
__copy_page_start  607 arch/mips/mm/page.c 		pr_debug("\t.word 0x%08x\n", (&__copy_page_start)[i]);