/external/linux-kselftest/tools/testing/selftests/rseq/ |
D | rseq-arm.h | 34 post_commit_offset, abort_ip) \ argument 38 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 41 #define RSEQ_ASM_DEFINE_TABLE(start_ip, post_commit_ip, abort_ip) \ argument 43 (post_commit_ip - start_ip), abort_ip) 59 start_ip, post_commit_offset, abort_ip) \ argument 63 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 70 start_ip, post_commit_ip, abort_ip) \ argument 73 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-mips.h | 58 post_commit_offset, abort_ip) \ argument 64 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 67 #define RSEQ_ASM_DEFINE_TABLE(start_ip, post_commit_ip, abort_ip) \ argument 69 (post_commit_ip - start_ip), abort_ip) 84 start_ip, post_commit_offset, abort_ip) \ argument 90 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 97 start_ip, post_commit_ip, abort_ip) \ argument 100 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-s390.h | 39 start_ip, post_commit_offset, abort_ip) \ argument 44 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 50 start_ip, post_commit_offset, abort_ip) \ argument 55 …rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \ 68 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 70 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-x86.h | 39 start_ip, post_commit_offset, abort_ip) \ argument 44 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 47 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 49 (post_commit_ip - start_ip), abort_ip) 522 start_ip, post_commit_offset, abort_ip) \ argument 527 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 530 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 532 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-ppc.h | 48 start_ip, post_commit_offset, abort_ip) \ argument 53 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 74 start_ip, post_commit_offset, abort_ip) \ argument 80 …rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \ 92 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 94 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-arm64.h | 84 post_commit_offset, abort_ip) \ argument 91 __rseq_str(abort_ip) "\n" \ 94 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 96 (post_commit_ip - start_ip), abort_ip)
|
/external/kernel-headers/original/uapi/linux/ |
D | rseq.h | 53 __u64 abort_ip; member
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 492 abort_ip intptr
|