Searched refs:readwriteflag (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ | 
| D | perf-hwbreak.c | 75 static int runtestsingle(int readwriteflag, int exclude_user, int arraytest)  in runtestsingle()  argument 101 	attr.bp_type = readwriteflag;  in runtestsingle() 134 	if (readwriteflag & HW_BREAKPOINT_R)  in runtestsingle() 136 	if (readwriteflag & HW_BREAKPOINT_W)  in runtestsingle() 140 	       (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest);  in runtestsingle() 143 		       (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user);  in runtestsingle()
  |