tlbex.c (4ba24fef3eb3b142197135223b90ced2f319cd53) | tlbex.c (4695089f03929c8cfa58470faf6e1e041bfb285a) |
---|---|
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 --- 500 unchanged lines hidden (view full) --- 509 */ 510 switch (current_cpu_type()) { 511 case CPU_M14KC: 512 case CPU_74K: 513 case CPU_1074K: 514 case CPU_PROAPTIV: 515 case CPU_P5600: 516 case CPU_M5150: | 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 --- 500 unchanged lines hidden (view full) --- 509 */ 510 switch (current_cpu_type()) { 511 case CPU_M14KC: 512 case CPU_74K: 513 case CPU_1074K: 514 case CPU_PROAPTIV: 515 case CPU_P5600: 516 case CPU_M5150: |
517 case CPU_QEMU_GENERIC: |
|
517 break; 518 519 default: 520 uasm_i_ehb(p); 521 break; 522 } 523 tlbw(p); 524 return; --- 1844 unchanged lines hidden --- | 518 break; 519 520 default: 521 uasm_i_ehb(p); 522 break; 523 } 524 tlbw(p); 525 return; --- 1844 unchanged lines hidden --- |