Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c43 struct gstruct { struct
47 static volatile struct gstruct gstruct __attribute__((aligned(512))); variable
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()
175 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
178 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
182 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
184 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
[all …]