tlbex.c (f2e5d078f7f02d4289db31f5f63e23e39914075e) | tlbex.c (f8fa4811dbb264aef13f982e963389fd828b1ac0) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Synthesize TLB refill handlers at runtime. 7 * 8 * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer --- 567 unchanged lines hidden (view full) --- 576 break; 577 578 case CPU_R10000: 579 case CPU_R12000: 580 case CPU_R14000: 581 case CPU_4KC: 582 case CPU_4KEC: 583 case CPU_M14KC: | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Synthesize TLB refill handlers at runtime. 7 * 8 * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer --- 567 unchanged lines hidden (view full) --- 576 break; 577 578 case CPU_R10000: 579 case CPU_R12000: 580 case CPU_R14000: 581 case CPU_4KC: 582 case CPU_4KEC: 583 case CPU_M14KC: |
584 case CPU_M14KEC: |
|
584 case CPU_SB1: 585 case CPU_SB1A: 586 case CPU_4KSC: 587 case CPU_20KC: 588 case CPU_25KF: 589 case CPU_BMIPS32: 590 case CPU_BMIPS3300: 591 case CPU_BMIPS4350: --- 1621 unchanged lines hidden --- | 585 case CPU_SB1: 586 case CPU_SB1A: 587 case CPU_4KSC: 588 case CPU_20KC: 589 case CPU_25KF: 590 case CPU_BMIPS32: 591 case CPU_BMIPS3300: 592 case CPU_BMIPS4350: --- 1621 unchanged lines hidden --- |