Searched refs:bp_1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/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() 89 offsetof(struct user, u_debugreg[0]), bp_1)) { in bp_modify1() 120 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1); in bp_modify1() 128 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL; in bp_modify1() 159 offsetof(struct user, u_debugreg[0]), bp_1)) { in bp_modify2() 196 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1); in bp_modify2() 204 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL; in bp_modify2()
|