// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mm/copypage-xsc3.S * * Copyright (C) 2004 Intel Corp. * * Adapted for 3rd gen XScale core, no more mini-dcache * Author: Matt Gilbert (matthew.m.gilbert@intel.com)
*/ #include <linux/init.h> #include <linux/highmem.h>
/* * General note: * We don't really want write-allocate cache behaviour for these functions * since that will just eat through 8K of the cache.
*/
/* * XSC3 optimised copy_user_highpage * * The source page may have some clean entries in the cache already, but we * can safely ignore them - break_cow() will flush them out of the cache * if we eventually end up using our copied page. *
*/ staticvoid xsc3_mc_copy_user_page(void *kto, constvoid *kfrom)
{ int tmp;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.