Searched refs:byte_address_select (Results 1 – 4 of 4) sorted by relevance
992 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local995 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA in SetHardwareWatchpoint()
1643 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local1646 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA in SetHardwareWatchpoint()
903 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local926 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()930 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
1202 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local1225 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()1229 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()