faults.hh (7404:bfc74724914e) faults.hh (7595:65d88997f738)
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

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

70 DebugEvent = 0x2,
71 AccessFlag0 = 0x3,
72 InstructionCacheMaintenance = 0x4,
73 Translation0 = 0x5,
74 AccessFlag1 = 0x6,
75 Translation1 = 0x7,
76 SynchronousExternalAbort0 = 0x8,
77 Domain0 = 0x9,
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

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

70 DebugEvent = 0x2,
71 AccessFlag0 = 0x3,
72 InstructionCacheMaintenance = 0x4,
73 Translation0 = 0x5,
74 AccessFlag1 = 0x6,
75 Translation1 = 0x7,
76 SynchronousExternalAbort0 = 0x8,
77 Domain0 = 0x9,
78 SynchronousExternalAbort1 = 0xa,
78 SynchronousExternalAbort1 = 0x8,
79 Domain1 = 0xb,
80 TranslationTableWalkExtAbt0 = 0xc,
81 Permission0 = 0xd,
82 TranslationTableWalkExtAbt1 = 0xe,
83 Permission1 = 0xf,
84 AsynchronousExternalAbort = 0x16,
85 MemoryAccessAsynchronousParityError = 0x18,
86 MemoryAccessSynchronousParityError = 0x19,

--- 137 unchanged lines hidden ---
79 Domain1 = 0xb,
80 TranslationTableWalkExtAbt0 = 0xc,
81 Permission0 = 0xd,
82 TranslationTableWalkExtAbt1 = 0xe,
83 Permission1 = 0xf,
84 AsynchronousExternalAbort = 0x16,
85 MemoryAccessAsynchronousParityError = 0x18,
86 MemoryAccessSynchronousParityError = 0x19,

--- 137 unchanged lines hidden ---