Searched refs:bp_1 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/arch/x86/tests/ |
| H A D | bp-modify.c | 18 static noinline int bp_1(void) in bp_1() function 48 bp_1(); in spawn_child() 88 offsetof(struct user, u_debugreg[0]), bp_1)) { in bp_modify1() 117 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1); in bp_modify1() 124 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL; in bp_modify1() 155 offsetof(struct user, u_debugreg[0]), bp_1)) { in bp_modify2() 190 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1); in bp_modify2() 198 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL; in bp_modify2()
|