Home
last modified time | relevance | path

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

/tools/testing/selftests/rseq/
A Dsyscall_errors_test.c41 ret = sys_rseq(global_rseq, 32, -1, RSEQ_SIG); in main()
48 ret = sys_rseq((char *) global_rseq + 1, 32, 0, RSEQ_SIG); in main()
55 ret = sys_rseq(global_rseq, 31, 0, RSEQ_SIG); in main()
75 ret = sys_rseq((void *) -4096UL, 32, 0, RSEQ_SIG); in main()
83 ret = sys_rseq(global_rseq, 32, 0, RSEQ_SIG); in main()
93 ret = sys_rseq(global_rseq, 32, 0, RSEQ_SIG); in main()
101 ret = sys_rseq(global_rseq, 32, RSEQ_ABI_FLAG_UNREGISTER, RSEQ_SIG + 1); in main()
108 ret = sys_rseq(global_rseq, 32, RSEQ_ABI_FLAG_UNREGISTER, RSEQ_SIG); in main()
115 ret = sys_rseq(global_rseq, 32, RSEQ_ABI_FLAG_UNREGISTER, RSEQ_SIG); in main()
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" \
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" \
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" \
A Drseq-s390.h10 #define RSEQ_SIG 0xB2FF0FFF macro
120 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
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()
A Drseq-or1k.h6 #define RSEQ_SIG 0x15000035 macro
74 ".long " __rseq_str(RSEQ_SIG) "\n" \
A Drseq-ppc.h17 #define RSEQ_SIG 0x0fe5000b macro
147 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
A Drseq-riscv.h13 #define RSEQ_SIG 0xf1401073 /* csrr mhartid, x0 */ macro
92 ".long " __rseq_str(RSEQ_SIG) "\n" \
A Drseq-arm64.h22 #define RSEQ_SIG RSEQ_SIG_DATA macro

Completed in 12 milliseconds