Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/kernel/
Dptrace.c348 put_debugreg(pid, PT_BP + 3 + (bp * 2), 0); in deconfigure_bp()
349 put_debugreg(pid, PT_BP + 4 + (bp * 2), 0); in deconfigure_bp()
384 switch (regno - PT_BP) { in put_debugreg()
445 switch (regno - PT_BP) { in get_debugreg()
/linux-4.4.14/arch/cris/include/uapi/asm/
Dptrace_v32.h32 #define PT_BP 26 /* Base number for BP registers. */ macro