Searched refs:RSEQ_ASM_TMP_REG_2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/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" \ 606 : "memory", RSEQ_ASM_TMP_REG, RSEQ_ASM_TMP_REG_2 in rseq_cmpeqv_trymemcpy_storev() 670 : "memory", RSEQ_ASM_TMP_REG, RSEQ_ASM_TMP_REG_2 in rseq_cmpeqv_trymemcpy_storev_release()
|
D | rseq-riscv.h | 33 #define RSEQ_ASM_TMP_REG_2 "t5" macro 154 "mv " RSEQ_ASM_TMP_REG_2 ", %[" __rseq_str(src) "]\n" \ 157 "lb " RSEQ_ASM_TMP_REG_4 ", 0(" RSEQ_ASM_TMP_REG_2 ")\n" \ 160 "addi " RSEQ_ASM_TMP_REG_2 ", " RSEQ_ASM_TMP_REG_2 ", 1\n" \ 544 : "memory", RSEQ_ASM_TMP_REG_1, RSEQ_ASM_TMP_REG_2, in rseq_cmpeqv_trymemcpy_storev() 605 : "memory", RSEQ_ASM_TMP_REG_1, RSEQ_ASM_TMP_REG_2, in rseq_cmpeqv_trymemcpy_storev_release()
|