Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/cris/include/uapi/asm/
Dptrace_v32.h33 #define PT_BP_CTRL 26 /* BP control register. */ macro