Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c64 static unsigned long in_xmon = 0; variable
372 if (!in_xmon || !xmon_gate) { in xmon_core()
409 if (in_xmon == 0) { in xmon_core()
412 secondary = test_and_set_bit(0, &in_xmon); in xmon_core()
445 while (in_xmon) { in xmon_core()
464 in_xmon = 0; in xmon_core()
476 if (in_xmon) { in xmon_core()
483 in_xmon = 1; in xmon_core()
505 in_xmon = 0; in xmon_core()
609 if (in_xmon && !cpu_isset(smp_processor_id(), cpus_in_xmon)) in xmon_ipi()
[all …]