ArmISA.py (11772:baccae81e57e) ArmISA.py (11773:9db50b9eacf5)
1# Copyright (c) 2012-2013, 2015-2016 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

101 "AArch64 Instruction Set Attribute Register 1")
102
103 # 4K | 64K | !16K | !BigEndEL0 | !SNSMem | !BigEnd | 8b ASID | 40b PA
104 id_aa64mmfr0_el1 = Param.UInt64(0x0000000000f00002,
105 "AArch64 Memory Model Feature Register 0")
106 # Reserved for future expansion
107 id_aa64mmfr1_el1 = Param.UInt64(0x0000000000000000,
108 "AArch64 Memory Model Feature Register 1")
1# Copyright (c) 2012-2013, 2015-2016 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

101 "AArch64 Instruction Set Attribute Register 1")
102
103 # 4K | 64K | !16K | !BigEndEL0 | !SNSMem | !BigEnd | 8b ASID | 40b PA
104 id_aa64mmfr0_el1 = Param.UInt64(0x0000000000f00002,
105 "AArch64 Memory Model Feature Register 0")
106 # Reserved for future expansion
107 id_aa64mmfr1_el1 = Param.UInt64(0x0000000000000000,
108 "AArch64 Memory Model Feature Register 1")
109
110 # !GICv3 CP15 | AdvSIMD | FP | !EL3 | !EL2 | EL1 (AArch64) | EL0 (AArch64)
111 id_aa64pfr0_el1 = Param.UInt64(0x0000000000000022,
112 "AArch64 Processor Feature Register 0")
113 # Reserved for future expansion
114 id_aa64pfr1_el1 = Param.UInt64(0x0000000000000000,
115 "AArch64 Processor Feature Register 1")