Searched refs:rw_bits (Results 1 – 1 of 1) sorted by relevance
889 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local915 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()919 if ((rw_bits == 0x1 && trig_bits != 0x1) || in stub_is_stopped()920 (rw_bits == 0x2 && trig_bits != 0x2)) in stub_is_stopped()944 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()967 if (rw_bits == 0x1) { in stub_is_stopped()971 } else if (rw_bits == 0x2) { in stub_is_stopped()975 } else if (rw_bits == 0x3) { in stub_is_stopped()1247 int rw_bits; in remove_watchpoint() local1250 rw_bits = (sreg.s0_3 & (0x3 << bitpos)) >> bitpos; in remove_watchpoint()[all …]