Searched refs:DCPU_WANT_MASTER (Results 1 – 2 of 2) sorted by relevance
469 if (exception_state == DCPU_WANT_MASTER) in kgdb_cpu_enter()508 } else if (kgdb_info[cpu].exception_state & DCPU_WANT_MASTER) { in kgdb_cpu_enter()526 ~(DCPU_WANT_MASTER | DCPU_IS_SLAVE); in kgdb_cpu_enter()650 ~(DCPU_WANT_MASTER | DCPU_IS_SLAVE); in kgdb_cpu_enter()688 return kgdb_cpu_enter(ks, regs, DCPU_WANT_MASTER); in kgdb_handle_exception()
32 #define DCPU_WANT_MASTER 0x1 /* Waiting to become a master kgdb cpu */ macro