Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c44 struct gstruct { struct
48 static volatile struct gstruct gstruct __attribute__((aligned(512))); argument
164 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
167 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
171 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
173 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
176 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
179 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
183 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
185 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
[all …]