miscregs.cc (12661:2ae7948a5572) miscregs.cc (12669:21b97c7e2c8c)
1/*
1/*
2 * Copyright (c) 2010-2013, 2015-2017 ARM Limited
2 * Copyright (c) 2010-2013, 2015-2018 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

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

3596 .mapsTo(MISCREG_HADFSR);
3597 InitReg(MISCREG_AFSR1_EL2)
3598 .hyp().mon()
3599 .mapsTo(MISCREG_HAIFSR);
3600 InitReg(MISCREG_ESR_EL2)
3601 .hyp().mon()
3602 .mapsTo(MISCREG_HSR);
3603 InitReg(MISCREG_FPEXC32_EL2)
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

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

3596 .mapsTo(MISCREG_HADFSR);
3597 InitReg(MISCREG_AFSR1_EL2)
3598 .hyp().mon()
3599 .mapsTo(MISCREG_HAIFSR);
3600 InitReg(MISCREG_ESR_EL2)
3601 .hyp().mon()
3602 .mapsTo(MISCREG_HSR);
3603 InitReg(MISCREG_FPEXC32_EL2)
3604 .hyp().mon();
3604 .hyp().mon().mapsTo(MISCREG_FPEXC);
3605 InitReg(MISCREG_AFSR0_EL3)
3606 .mon();
3607 InitReg(MISCREG_AFSR1_EL3)
3608 .mon();
3609 InitReg(MISCREG_ESR_EL3)
3610 .mon();
3611 InitReg(MISCREG_FAR_EL1)
3612 .allPrivileges().exceptUserMode()

--- 394 unchanged lines hidden ---
3605 InitReg(MISCREG_AFSR0_EL3)
3606 .mon();
3607 InitReg(MISCREG_AFSR1_EL3)
3608 .mon();
3609 InitReg(MISCREG_ESR_EL3)
3610 .mon();
3611 InitReg(MISCREG_FAR_EL1)
3612 .allPrivileges().exceptUserMode()

--- 394 unchanged lines hidden ---