Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/kernel/
Dptrace.c101 if (!get_debugreg(child->pid, PT_BP_CTRL)) { in user_disable_single_step()
352 tmp = get_debugreg(pid, PT_BP_CTRL) & ~(3 << (2 + (bp * 4))); in deconfigure_bp()
353 put_debugreg(pid, PT_BP_CTRL, tmp); in deconfigure_bp()
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dptrace.h33 #define PT_BP_CTRL 26 /* BP control register. */ macro