Searched refs:byte_addr_select (Results 1 – 2 of 2) sorted by relevance
1028 uint32_t byte_addr_select = (addr & 2) ? BAS_IMVA_2_3 : BAS_IMVA_0_1; in SetHardwareBreakpoint() local1033 …byte_addr_select | // Set the correct byte address select so we only trigger on the correct opcode in SetHardwareBreakpoint()
801 uint32_t byte_addr_select = (addr & 2) ? BAS_IMVA_2_3 : BAS_IMVA_0_1; in EnableHardwareBreakpoint() local806 …byte_addr_select | // Set the correct byte address select so we only trigger on the correct opcode in EnableHardwareBreakpoint()