Home
last modified time | relevance | path

Searched refs:trig_bits (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c875 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local
898 trig_bits = (S & (3 << bitpos_trig)) >> bitpos_trig; in stub_is_stopped()
902 if (trig_bits) { in stub_is_stopped()
905 if ((rw_bits == 0x1 && trig_bits != 0x1) || in stub_is_stopped()
906 (rw_bits == 0x2 && trig_bits != 0x2)) in stub_is_stopped()