Searched refs:__debug_status (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Ddebug-stub.c43 struct frv_debug_status __debug_status; variable in typeref:struct:frv_debug_status
70 __debug_status.dcr &= ~DCR_SE;
79 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12;
80 __debug_status.brr |= BRR_EB;
127 __debug_status.dcr = DCR_EBE;
H A Dgdb-stub.c1193 gdbstub_printk("DCR %08lx ", __debug_status.dcr);
1194 gdbstub_printk("BRR %08lx\n", __debug_status.brr);
1416 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12;
1417 __debug_status.brr |= BRR_EB;
1431 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12;
1432 __debug_status.brr |= BRR_EB;
1439 if (__debug_status.brr & BRR_SB)
1458 sigval = gdbstub_compute_signal(__debug_status.brr);
1468 unsigned long brr = __debug_status.brr;
1616 ptr = mem2hex(&__debug_status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h143 extern struct frv_debug_status __debug_status;

Completed in 69 milliseconds