Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq-arm64.h30 union { rseq_unqual_scalar_typeof(*(p)) __val; char __c[sizeof(*(p))]; } __u; \
53 (rseq_unqual_scalar_typeof(*(p)))__u.__val; \
60 union { rseq_unqual_scalar_typeof(*(p)) __val; char __c[sizeof(*(p))]; } __u = \
61 { .__val = (rseq_unqual_scalar_typeof(*(p))) (v) }; \
H A Dcompiler.h37 #define rseq_unqual_scalar_typeof(x) \ macro
48 #define rseq_unqual_scalar_typeof(x) \ macro
H A Drseq-s390.h18 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-arm.h69 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-mips.h48 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-x86.h45 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-ppc.h26 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-riscv.h39 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \