Home
last modified time | relevance | path

Searched refs:A_LEN (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c41 #define A_LEN 6 macro
44 __u8 a[A_LEN]; /* double word aligned */
163 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
166 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
170 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
172 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
199 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
205 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
208 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
406 len = A_LEN; in test_sethwdebug_range_aligned()
[all …]