Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A Drseq-mips.h26 # define RSEQ_SIG 0x03500010 macro
28 # define RSEQ_SIG 0x00100350 macro
32 # define RSEQ_SIG 0xd4070000 macro
34 # define RSEQ_SIG 0x0000d407 macro
37 # define RSEQ_SIG 0x0350000d macro
135 ".word " __rseq_str(RSEQ_SIG) "\n\t" \
H A Drseq-arm.h58 #define RSEQ_SIG 0xf3def5e7 /* udf #24035 ; 0x5de3 (ARMv6+) */ macro
60 #define RSEQ_SIG 0xe7f5def3 /* udf #24035 ; 0x5de3 */ macro
130 ".word " __rseq_str(RSEQ_SIG) "\n\t" \
H A Drseq-x86.h21 #define RSEQ_SIG 0x53053053 macro
103 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
189 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
H A Drseq-s390.h4 * RSEQ_SIG uses the trap4 instruction. As Linux does not make use of the
10 #define RSEQ_SIG 0xB2FF0FFF macro
81 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
H A Drseq.c163 rc = sys_rseq(&__rseq.abi, get_rseq_min_alloc_size(), 0, RSEQ_SIG); in rseq_register_current_thread()
197 rc = sys_rseq(&__rseq.abi, get_rseq_min_alloc_size(), RSEQ_ABI_FLAG_UNREGISTER, RSEQ_SIG); in rseq_unregister_current_thread()
H A Drseq-ppc.h17 #define RSEQ_SIG 0x0fe5000b macro
147 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
H A Drseq-riscv.h3 * Select the instruction "csrw mhartid, x0" as the RSEQ_SIG. Unlike
5 * distinguishing purposes. Hence, ebreak is not suitable as RSEQ_SIG.
14 #define RSEQ_SIG 0xf1401073 /* csrr mhartid, x0 */
91 ".long " __rseq_str(RSEQ_SIG) "\n" \
13 #define RSEQ_SIG global() macro
H A Drseq-arm64.h22 #define RSEQ_SIG RSEQ_SIG_DATA macro