diff --git a/src/arch/arm/miscregs.cc b/src/arch/arm/miscregs.cc index d31c84ca62..d08f751421 100644 --- a/src/arch/arm/miscregs.cc +++ b/src/arch/arm/miscregs.cc @@ -344,7 +344,7 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_CSSELR bitset(string("00000000000000010001")), // MISCREG_CSSELR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_CSSELR_S bitset(string("00110011000000100001")), // MISCREG_VPIDR @@ -354,13 +354,13 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_SCTLR bitset(string("00000000000000010001")), // MISCREG_SCTLR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_SCTLR_S bitset(string("00110011000000100001")), // MISCREG_ACTLR bitset(string("00000000000000010001")), // MISCREG_ACTLR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_ACTLR_S bitset(string("00110011000000100001")), // MISCREG_CPACR @@ -388,19 +388,19 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_TTBR0 bitset(string("00000000000000010001")), // MISCREG_TTBR0_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_TTBR0_S bitset(string("00110011000000100001")), // MISCREG_TTBR1 bitset(string("00000000000000010001")), // MISCREG_TTBR1_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_TTBR1_S bitset(string("00110011000000100001")), // MISCREG_TTBCR bitset(string("00000000000000010001")), // MISCREG_TTBCR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_TTBCR_S bitset(string("00110011000000100001")), // MISCREG_HTCR @@ -410,31 +410,31 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_DACR bitset(string("00000000000000010001")), // MISCREG_DACR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_DACR_S bitset(string("00110011000000100001")), // MISCREG_DFSR bitset(string("00000000000000010001")), // MISCREG_DFSR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_DFSR_S bitset(string("00110011000000100001")), // MISCREG_IFSR bitset(string("00000000000000010001")), // MISCREG_IFSR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_IFSR_S bitset(string("00110011000000100001")), // MISCREG_ADFSR bitset(string("00000000000000010100")), // MISCREG_ADFSR_NS - bitset(string("11001100110000100100")), + bitset(string("11001111110000100100")), // MISCREG_ADFSR_S bitset(string("00110011000000100100")), // MISCREG_AIFSR bitset(string("00000000000000010100")), // MISCREG_AIFSR_NS - bitset(string("11001100110000100100")), + bitset(string("11001111110000100100")), // MISCREG_AIFSR_S bitset(string("00110011000000100100")), // MISCREG_HADFSR @@ -446,13 +446,13 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_DFAR bitset(string("00000000000000010001")), // MISCREG_DFAR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_DFAR_S bitset(string("00110011000000100001")), // MISCREG_IFAR bitset(string("00000000000000010001")), // MISCREG_IFAR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_IFAR_S bitset(string("00110011000000100001")), // MISCREG_HDFAR @@ -468,7 +468,7 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_PAR bitset(string("00000000000000010001")), // MISCREG_PAR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_PAR_S bitset(string("00110011000000100001")), // MISCREG_ICIALLU @@ -618,37 +618,37 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_PRRR bitset(string("00000000000000010001")), // MISCREG_PRRR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_PRRR_S bitset(string("00110011000000100001")), // MISCREG_MAIR0 bitset(string("00000000000000010001")), // MISCREG_MAIR0_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_MAIR0_S bitset(string("00110011000000100001")), // MISCREG_NMRR bitset(string("00000000000000010001")), // MISCREG_NMRR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_NMRR_S bitset(string("00110011000000100001")), // MISCREG_MAIR1 bitset(string("00000000000000010001")), // MISCREG_MAIR1_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_MAIR1_S bitset(string("00110011000000100001")), // MISCREG_AMAIR0 bitset(string("00000000000000010001")), // MISCREG_AMAIR0_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_AMAIR0_S bitset(string("00110011000000100001")), // MISCREG_AMAIR1 bitset(string("00000000000000010001")), // MISCREG_AMAIR1_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_AMAIR1_S bitset(string("00110011000000100001")), // MISCREG_HMAIR0 @@ -662,7 +662,7 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_VBAR bitset(string("00000000000000010001")), // MISCREG_VBAR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_VBAR_S bitset(string("00110011000000100001")), // MISCREG_MVBAR @@ -678,25 +678,25 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_CONTEXTIDR bitset(string("00000000000000010001")), // MISCREG_CONTEXTIDR_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_CONTEXTIDR_S bitset(string("00110011000000100001")), // MISCREG_TPIDRURW bitset(string("00000000000000010001")), // MISCREG_TPIDRURW_NS - bitset(string("11001100111111100001")), + bitset(string("11001111111111100001")), // MISCREG_TPIDRURW_S bitset(string("00110011000000100001")), // MISCREG_TPIDRURO bitset(string("00000000000000010001")), // MISCREG_TPIDRURO_NS - bitset(string("11001100110101100001")), + bitset(string("11001111110101100001")), // MISCREG_TPIDRURO_S bitset(string("00110011000000100001")), // MISCREG_TPIDRPRW bitset(string("00000000000000010001")), // MISCREG_TPIDRPRW_NS - bitset(string("11001100110000100001")), + bitset(string("11001111110000100001")), // MISCREG_TPIDRPRW_S bitset(string("00110011000000100001")), // MISCREG_HTPIDR @@ -708,13 +708,13 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_CNTP_TVAL bitset(string("00000000000000010001")), // MISCREG_CNTP_TVAL_NS - bitset(string("11001100111111100001")), + bitset(string("11001111111111100001")), // MISCREG_CNTP_TVAL_S bitset(string("00110011001111100000")), // MISCREG_CNTP_CTL bitset(string("00000000000000010001")), // MISCREG_CNTP_CTL_NS - bitset(string("11001100111111100001")), + bitset(string("11001111111111100001")), // MISCREG_CNTP_CTL_S bitset(string("00110011001111100000")), // MISCREG_CNTV_TVAL @@ -762,7 +762,7 @@ bitset miscRegInfo[NUM_MISCREGS] = { // MISCREG_CNTP_CVAL bitset(string("00000000000000010001")), // MISCREG_CNTP_CVAL_NS - bitset(string("11001100111111100001")), + bitset(string("11001111111111100001")), // MISCREG_CNTP_CVAL_S bitset(string("00110011001111100000")), // MISCREG_CNTV_CVAL