Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-klnuma.c86 unsigned long dest_kern_start, source_start, source_end, kern_size; in copy_kernel() local
88 source_start = (unsigned long)&_stext; in copy_kernel()
90 kern_size = source_end - source_start; in copy_kernel()
92 dest_kern_start = CHANGE_ADDR_NASID(MAPPED_KERN_RO_TO_K0(source_start), in copy_kernel()
94 memcpy((void *)dest_kern_start, (void *)source_start, kern_size); in copy_kernel()