Searched refs:PT_BP_CTRL (Results 1 – 2 of 2) sorted by relevance
101 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()
33 #define PT_BP_CTRL 26 /* BP control register. */ macro