Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq-ppc.h46 #define RSEQ_STORE_LONG(arg) "std%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m"… macro
91 #define RSEQ_STORE_LONG(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m"… macro
92 #define RSEQ_STORE_INT(arg) RSEQ_STORE_LONG(arg) /* To memory ("m" constraint) */
168 RSEQ_STORE_LONG(var) "%[" __rseq_str(value) "], %[" __rseq_str(var) "]\n\t"
176 RSEQ_STORE_LONG(var) "%%r17, %[" __rseq_str(var) "]\n\t"
201 RSEQ_STORE_LONG(var) "%%r17, %[" __rseq_str(var) "]\n\t" \
205 RSEQ_STORE_LONG(var) "%[" __rseq_str(value) "], %[" __rseq_str(var) "]\n\t" \