Searched refs:RSEQ_ASM_TMP_REG_2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/selftests/rseq/ |
D | rseq-arm64.h | 92 #define RSEQ_ASM_TMP_REG_2 "x14" macro 196 " mov " RSEQ_ASM_TMP_REG_2 ", %[" __rseq_str(len) "]\n" \ 197 "222: sub " RSEQ_ASM_TMP_REG_2 ", " RSEQ_ASM_TMP_REG_2 ", #1\n" \ 199 ", " RSEQ_ASM_TMP_REG_2 "]\n" \ 201 ", " RSEQ_ASM_TMP_REG_2 "]\n" \ 202 " cbnz " RSEQ_ASM_TMP_REG_2 ", 222b\n" \
|
D | rseq-riscv.h | 33 #define RSEQ_ASM_TMP_REG_2 "t5" macro 150 "mv " RSEQ_ASM_TMP_REG_2 ", %[" __rseq_str(src) "]\n" \ 153 "lb " RSEQ_ASM_TMP_REG_4 ", 0(" RSEQ_ASM_TMP_REG_2 ")\n" \ 156 "addi " RSEQ_ASM_TMP_REG_2 ", " RSEQ_ASM_TMP_REG_2 ", 1\n" \
|
D | rseq-arm64-bits.h | 364 : "memory", RSEQ_ASM_TMP_REG, RSEQ_ASM_TMP_REG_2 in RSEQ_TEMPLATE_IDENTIFIER()
|
D | rseq-riscv-bits.h | 384 : "memory", RSEQ_ASM_TMP_REG_1, RSEQ_ASM_TMP_REG_2, in RSEQ_TEMPLATE_IDENTIFIER()
|