proc-xscale.S (40df2d1d8538865341a4cb9d4b7a375296517ad2) | proc-xscale.S (db5b7169474882fabbd811a4cf5c1bae3157e677) |
---|---|
1/* 2 * linux/arch/arm/mm/proc-xscale.S 3 * 4 * Author: Nicolas Pitre 5 * Created: November 2000 6 * Copyright: (C) 2000, 2001 MontaVista Software Inc. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 429 unchanged lines hidden (view full) --- 438 .long 0x00 @ unused 439 .long PTE_EXT_TEX(1) | PTE_CACHEABLE @ L_PTE_MT_MINICACHE 440 .long PTE_EXT_TEX(1) | PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_WRITEALLOC 441 .long 0x00 @ unused 442 .long PTE_BUFFERABLE @ L_PTE_MT_DEV_WC 443 .long 0x00 @ unused 444 .long PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_DEV_CACHED 445 .long 0x00 @ L_PTE_MT_DEV_NONSHARED | 1/* 2 * linux/arch/arm/mm/proc-xscale.S 3 * 4 * Author: Nicolas Pitre 5 * Created: November 2000 6 * Copyright: (C) 2000, 2001 MontaVista Software Inc. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 429 unchanged lines hidden (view full) --- 438 .long 0x00 @ unused 439 .long PTE_EXT_TEX(1) | PTE_CACHEABLE @ L_PTE_MT_MINICACHE 440 .long PTE_EXT_TEX(1) | PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_WRITEALLOC 441 .long 0x00 @ unused 442 .long PTE_BUFFERABLE @ L_PTE_MT_DEV_WC 443 .long 0x00 @ unused 444 .long PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_DEV_CACHED 445 .long 0x00 @ L_PTE_MT_DEV_NONSHARED |
446 .long PTE_EXT_TEX(1) | PTE_BUFFERABLE @ L_PTE_MT_DEV_IXP2000 | |
447 .long 0x00 @ unused 448 .long 0x00 @ unused | 446 .long 0x00 @ unused 447 .long 0x00 @ unused |
448 .long 0x00 @ unused |
|
449 450 .align 5 451ENTRY(cpu_xscale_set_pte_ext) 452 xscale_set_pte_ext_prologue 453 454 @ 455 @ Erratum 40: must set memory to write-through for user read-only pages 456 @ --- 475 unchanged lines hidden --- | 449 450 .align 5 451ENTRY(cpu_xscale_set_pte_ext) 452 xscale_set_pte_ext_prologue 453 454 @ 455 @ Erratum 40: must set memory to write-through for user read-only pages 456 @ --- 475 unchanged lines hidden --- |