Searched refs:byte_address_select (Results 1 – 2 of 2) sorted by relevance
1176 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local1179 … dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA that we will watch in SetHardwareWatchpoint()
962 uint32_t byte_address_select = byte_mask << 5; in EnableHardwareWatchpoint() local965 …m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow the DVA that we wil… in EnableHardwareWatchpoint()