Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/rseq/
Drseq-arm64.h92 #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" \
Drseq-riscv.h33 #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" \
Drseq-arm64-bits.h364 : "memory", RSEQ_ASM_TMP_REG, RSEQ_ASM_TMP_REG_2 in RSEQ_TEMPLATE_IDENTIFIER()
Drseq-riscv-bits.h384 : "memory", RSEQ_ASM_TMP_REG_1, RSEQ_ASM_TMP_REG_2, in RSEQ_TEMPLATE_IDENTIFIER()