arcregs.h (70f3522614e60b6125eff5f9dd7c887543812187) | arcregs.h (76551468833cd5c356b1d9ff4bc9393fcf768a59) |
---|---|
1/* 2 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 --- 68 unchanged lines hidden (view full) --- 77#else 78#define ECR_V_MEM_ERR 0x01 79#define ECR_V_INSN_ERR 0x02 80#define ECR_V_MACH_CHK 0x03 81#define ECR_V_ITLB_MISS 0x04 82#define ECR_V_DTLB_MISS 0x05 83#define ECR_V_PROTV 0x06 84#define ECR_V_TRAP 0x09 | 1/* 2 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 --- 68 unchanged lines hidden (view full) --- 77#else 78#define ECR_V_MEM_ERR 0x01 79#define ECR_V_INSN_ERR 0x02 80#define ECR_V_MACH_CHK 0x03 81#define ECR_V_ITLB_MISS 0x04 82#define ECR_V_DTLB_MISS 0x05 83#define ECR_V_PROTV 0x06 84#define ECR_V_TRAP 0x09 |
85#define ECR_V_MISALIGN 0x0d |
|
85#endif 86 87/* DTLB Miss and Protection Violation Cause Codes */ 88 89#define ECR_C_PROTV_INST_FETCH 0x00 90#define ECR_C_PROTV_LOAD 0x01 91#define ECR_C_PROTV_STORE 0x02 92#define ECR_C_PROTV_XCHG 0x03 --- 250 unchanged lines hidden --- | 86#endif 87 88/* DTLB Miss and Protection Violation Cause Codes */ 89 90#define ECR_C_PROTV_INST_FETCH 0x00 91#define ECR_C_PROTV_LOAD 0x01 92#define ECR_C_PROTV_STORE 0x02 93#define ECR_C_PROTV_XCHG 0x03 --- 250 unchanged lines hidden --- |