1 /* Taken from linux-2.6/arch/ppc64/boot/string.S
3 * Copyright (C) Paul Mackerras 1997.
5 * Copyright 2000, International Business Machines Corporation and others.
8 * This software has been released under the terms of the IBM Public
9 * License. For details, see the LICENSE file in the top-level source
10 * directory or online at http://www.openafs.org/dl/license10.html
12 * Flush the dcache and invalidate the icache for a range of addresses.
14 * flush_cache(addr, len)
22 .quad .flush_cache,.TOC.@tocbase,0
27 addi 4,4,0x1f /* len = (len + 0x1f) / 0x20 */
39 .byte 0,12,0,0,0,0,0,0
40 .type .flush_cache,@function
41 .size .flush_cache,.-.flush_cache