Searched refs:readwriteflag (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 79 static int runtestsingle(int readwriteflag, int exclude_user, int arraytest) in runtestsingle() argument 105 attr.bp_type = readwriteflag; in runtestsingle() 138 if (readwriteflag & HW_BREAKPOINT_R) in runtestsingle() 140 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle() 144 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle() 147 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
|