Searched refs:RSEQ_ASM_TMP_REG_2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/testing/selftests/rseq/ |
D | rseq-arm64.h | 94 #define RSEQ_ASM_TMP_REG_2 "x14" macro 198 " mov " RSEQ_ASM_TMP_REG_2 ", %[" __rseq_str(len) "]\n" \ 199 "222: sub " RSEQ_ASM_TMP_REG_2 ", " RSEQ_ASM_TMP_REG_2 ", #1\n" \ 201 ", " RSEQ_ASM_TMP_REG_2 "]\n" \ 203 ", " RSEQ_ASM_TMP_REG_2 "]\n" \ 204 " cbnz " RSEQ_ASM_TMP_REG_2 ", 222b\n" \ 581 : "memory", RSEQ_ASM_TMP_REG, RSEQ_ASM_TMP_REG_2 in rseq_cmpeqv_trymemcpy_storev() 641 : "memory", RSEQ_ASM_TMP_REG, RSEQ_ASM_TMP_REG_2 in rseq_cmpeqv_trymemcpy_storev_release()
|