Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A 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()
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()
189 *((int *)(gstruct.a + 4)) = 10; in test_workload()
200 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
[all …]