isa_traits.hh (8065:5143254707ed) isa_traits.hh (8518:9c87727099ce)
1/*
2 * Copyright (c) 2010 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

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

116 const bool HasUnalignedMemAcc = true;
117
118 enum InterruptTypes
119 {
120 INT_RST,
121 INT_ABT,
122 INT_IRQ,
123 INT_FIQ,
1/*
2 * Copyright (c) 2010 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

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

116 const bool HasUnalignedMemAcc = true;
117
118 enum InterruptTypes
119 {
120 INT_RST,
121 INT_ABT,
122 INT_IRQ,
123 INT_FIQ,
124 INT_SEV, // Special interrupt for recieving SEV's
124 NumInterruptTypes
125 };
126} // namespace ArmISA
127
128using namespace ArmISA;
129
130#endif // __ARCH_ARM_ISA_TRAITS_HH__
125 NumInterruptTypes
126 };
127} // namespace ArmISA
128
129using namespace ArmISA;
130
131#endif // __ARCH_ARM_ISA_TRAITS_HH__