Lines Matching +full:0 +full:- +full:42
4 * SPDX-License-Identifier: Apache-2.0
14 #define DBGDSCR_MONITOR_MODE_EN 0x8000
16 #define SPSR_ISETSTATE_ARM 0x0
17 #define SPSR_ISETSTATE_JAZELLE 0x2
22 #define DBGDBCR_MEANING_MASK 0x7
24 #define DBGDBCR_MEANING_ADDR_MISMATCH 0x4
25 #define DBGDBCR_BYTE_ADDR_MASK 0xF
27 #define DBGDBCR_BRK_EN_MASK 0x1
31 /* Minimal size of the packet - SPSR is the last, 42-nd byte, see packet_pos array */
32 #define GDB_READALL_PACKET_SIZE (42 * 8)
34 #define IFSR_DEBUG_EVENT 0x2
37 R0 = 0,
41 /* READONLY registers (R4 - R13) except R12 */
51 /* Stack pointer - READONLY */