bp_1
uint64_t bp_1 : 7;
pr_debug("rip %lx, bp_1 %p\n", rip, bp_1);
return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL;
offsetof(struct user, u_debugreg[0]), bp_1)) {
pr_debug("rip %lx, bp_1 %p\n", rip, bp_1);
return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL;
bp_1();
offsetof(struct user, u_debugreg[0]), bp_1)) {