isa.cc (11560:f050b8cf4754) isa.cc (11573:cc3252906757)
1/*
1/*
2 * Copyright (c) 2010-2015 ARM Limited
2 * Copyright (c) 2010-2016 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

--- 1613 unchanged lines hidden (view full) ---

1624 case MISCREG_DACR:
1625 case MISCREG_VTTBR:
1626 case MISCREG_SCR_EL3:
1627 case MISCREG_TCR_EL1:
1628 case MISCREG_TCR_EL2:
1629 case MISCREG_TCR_EL3:
1630 case MISCREG_SCTLR_EL2:
1631 case MISCREG_SCTLR_EL3:
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

--- 1613 unchanged lines hidden (view full) ---

1624 case MISCREG_DACR:
1625 case MISCREG_VTTBR:
1626 case MISCREG_SCR_EL3:
1627 case MISCREG_TCR_EL1:
1628 case MISCREG_TCR_EL2:
1629 case MISCREG_TCR_EL3:
1630 case MISCREG_SCTLR_EL2:
1631 case MISCREG_SCTLR_EL3:
1632 case MISCREG_HSCTLR:
1632 case MISCREG_TTBR0_EL1:
1633 case MISCREG_TTBR1_EL1:
1634 case MISCREG_TTBR0_EL2:
1635 case MISCREG_TTBR0_EL3:
1636 tc->getITBPtr()->invalidateMiscReg();
1637 tc->getDTBPtr()->invalidateMiscReg();
1638 break;
1639 case MISCREG_NZCV:

--- 303 unchanged lines hidden ---
1633 case MISCREG_TTBR0_EL1:
1634 case MISCREG_TTBR1_EL1:
1635 case MISCREG_TTBR0_EL2:
1636 case MISCREG_TTBR0_EL3:
1637 tc->getITBPtr()->invalidateMiscReg();
1638 tc->getDTBPtr()->invalidateMiscReg();
1639 break;
1640 case MISCREG_NZCV:

--- 303 unchanged lines hidden ---