Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c44 struct gstruct { struct
48 static volatile struct gstruct gstruct __attribute__((aligned(512))); variable
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 in test_workload()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A 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 in test_workload()
[all...]

Completed in 3 milliseconds