Home | History | Annotate | Download | only in arm

Lines Matching defs:bits

553                         // Extend the number of bits to ignore for the mismatch
562 m_state.dbg.__bcr[i] |= BAS_IMVA_ALL; // Stop when any address bits change
590 static inline uint32_t bits(uint32_t value, uint32_t msbit, uint32_t lsbit)
690 uint32_t numBRPs = bits(register_DBGDIDR, 27, 24);
749 uint32_t numWRPs = bits(register_DBGDIDR, 31, 28) + 1;
796 // Make sure bits 1:0 are clear in our address
963 // Make sure bits 1:0 are clear in our address
1092 uint32_t byte_mask = bits(debug_state.__wcr[i], 8, 5);
1107 // ThreadWillResume() calls this to clear bits[5:2] (Method of entry bits) of
1117 if (bits(register_DBGDSCR, 5, 2) == WATCHPOINT_OCCURRED)
1127 // by inspecting the bits[5:2] field of the Debug Status and Control Register
1136 return (bits(register_DBGDSCR, 5, 2) == WATCHPOINT_OCCURRED);
1144 // Bits Value Description
1154 // Bits Description
1157 return bits(debug_state.__wvr[hw_index], 31, 0);