2 * linux/arch/m32r/mm/page.S
4 * Clear/Copy page with CPU
6 * Copyright (C) 2004 The Free Software Initiative of Japan
8 * Written by Niibe Yutaka
10 * This file is subject to the terms and conditions of the GNU General Public
11 * License. See the file "COPYING" in the main directory of this archive
18 * copy_page (to, from)
20 * PAGE_SIZE = 4096-byte
21 * Cache line = 16-byte
27 ld r3, @r0 /* cache line allocate */
43 ld r3, @r0 /* cache line allocate */
58 * PAGE_SIZE = 4096-byte
59 * Cache line = 16-byte
66 ld r3, @r0 /* cache line allocate */
74 ld r3, @r0 /* cache line allocate */