Searched refs:ocd_enable (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dptrace.h129 #define arch_ptrace_attach(child) ocd_enable(child)
H A Docd.h538 void ocd_enable(struct task_struct *child);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Docd.c18 * ocd_enable - enable on-chip debugging
21 * If @child is non-NULL, ocd_enable() first checks if debugging has
25 * has not already been enabled for it, ocd_enable() increments the
28 void ocd_enable(struct task_struct *child) function
33 pr_debug("ocd_enable: child=%s [%u]\n",
36 pr_debug("ocd_enable (no child)\n");
H A Dkprobes.c49 ocd_enable(NULL);
H A Dprocess.c358 ocd_enable(p);

Completed in 110 milliseconds