summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rseq/rseq-ppc-bits.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* selftests/rseq: ppc: Template memory ordering and percpu access modeMathieu Desnoyers2022-12-271-0/+454
Introduce a rseq-ppc-bits.h template header which is internally included to generate the static inline functions covering: - relaxed and release memory ordering, - per-cpu-id and per-mm-cid per-cpu data access. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20221122203932.231377-16-mathieu.desnoyers@efficios.com