miscregs.cc (14246:033f20c96440) miscregs.cc (14247:818e02fbc795)
1/*
2 * Copyright (c) 2010-2013, 2015-2019 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

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

4641 .res0(0xFFFFFFF8) // [31:3]
4642 .secure().exceptUserMode()
4643 .mapsTo(MISCREG_ICC_SRE_S);
4644 InitReg(MISCREG_ICC_IGRPEN0_EL1)
4645 .res0(0xFFFFFFFE) // [31:1]
4646 .allPrivileges().exceptUserMode()
4647 .mapsTo(MISCREG_ICC_IGRPEN0);
4648 InitReg(MISCREG_ICC_IGRPEN1_EL1)
1/*
2 * Copyright (c) 2010-2013, 2015-2019 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

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

4641 .res0(0xFFFFFFF8) // [31:3]
4642 .secure().exceptUserMode()
4643 .mapsTo(MISCREG_ICC_SRE_S);
4644 InitReg(MISCREG_ICC_IGRPEN0_EL1)
4645 .res0(0xFFFFFFFE) // [31:1]
4646 .allPrivileges().exceptUserMode()
4647 .mapsTo(MISCREG_ICC_IGRPEN0);
4648 InitReg(MISCREG_ICC_IGRPEN1_EL1)
4649 .banked()
4649 .banked64()
4650 .mapsTo(MISCREG_ICC_IGRPEN1);
4651 InitReg(MISCREG_ICC_IGRPEN1_EL1_NS)
4652 .bankedChild()
4653 .res0(0xFFFFFFFE) // [31:1]
4654 .allPrivileges().exceptUserMode()
4655 .mapsTo(MISCREG_ICC_IGRPEN1_NS);
4656 InitReg(MISCREG_ICC_IGRPEN1_EL1_S)
4657 .bankedChild()

--- 399 unchanged lines hidden ---
4650 .mapsTo(MISCREG_ICC_IGRPEN1);
4651 InitReg(MISCREG_ICC_IGRPEN1_EL1_NS)
4652 .bankedChild()
4653 .res0(0xFFFFFFFE) // [31:1]
4654 .allPrivileges().exceptUserMode()
4655 .mapsTo(MISCREG_ICC_IGRPEN1_NS);
4656 InitReg(MISCREG_ICC_IGRPEN1_EL1_S)
4657 .bankedChild()

--- 399 unchanged lines hidden ---