Home
last modified time | relevance | path

Searched refs:kernel_ulong_t (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/external/strace/
Dm32_printer_decls.h2 extern int m32_block_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg…
3 extern int m32_btrfs_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg…
4 …_evdev_write_ioctl_mpers(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
6 extern _Bool m32_fetch_bpf_fprog(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
7 extern _Bool m32_fetch_struct_flock(struct tcb *const tcp, const kernel_ulong_t addr, void *const p…
8 extern _Bool m32_fetch_struct_flock64(struct tcb *const tcp, const kernel_ulong_t addr, void *const…
9 extern int m32_fetch_keyctl_kdf_params(struct tcb *const tcp, kernel_ulong_t addr, struct strace_ke…
10 extern int m32_fetch_struct_mmsghdr(struct tcb *const tcp, const kernel_ulong_t addr, void *const p…
12 extern int m32_fetch_struct_msghdr(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
13 extern _Bool m32_fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_…
[all …]
Dnative_printer_decls.h2 extern int block_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
3 extern int btrfs_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
4 … evdev_write_ioctl_mpers(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
6 extern _Bool fetch_bpf_fprog(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
7 extern _Bool fetch_struct_flock(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
8 extern _Bool fetch_struct_flock64(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
9 extern int fetch_keyctl_kdf_params(struct tcb *const tcp, kernel_ulong_t addr, struct strace_keyctl…
10 extern int fetch_struct_mmsghdr(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
12 extern int fetch_struct_msghdr(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
13 extern _Bool fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat…
[all …]
Dmx32_printer_decls.h2 extern int mx32_block_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t ar…
3 extern int mx32_btrfs_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t ar…
4 …_evdev_write_ioctl_mpers(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
6 extern _Bool mx32_fetch_bpf_fprog(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
7 extern _Bool mx32_fetch_struct_flock(struct tcb *const tcp, const kernel_ulong_t addr, void *const …
8 extern _Bool mx32_fetch_struct_flock64(struct tcb *const tcp, const kernel_ulong_t addr, void *cons…
9 extern int mx32_fetch_keyctl_kdf_params(struct tcb *const tcp, kernel_ulong_t addr, struct strace_k…
10 extern int mx32_fetch_struct_mmsghdr(struct tcb *const tcp, const kernel_ulong_t addr, void *const …
12 extern int mx32_fetch_struct_msghdr(struct tcb *const tcp, const kernel_ulong_t addr, void *const p…
13 extern _Bool mx32_fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace…
[all …]
Dprinters.h3 int (*block_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
6 int (*btrfs_ioctl)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
9 …evdev_write_ioctl_mpers)(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg);
15 _Bool (*fetch_bpf_fprog)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
18 _Bool (*fetch_struct_flock)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
21 _Bool (*fetch_struct_flock64)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
24 …int (*fetch_keyctl_kdf_params)(struct tcb *const tcp, kernel_ulong_t addr, struct strace_keyctl_kd…
27 int (*fetch_struct_mmsghdr)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
33 int (*fetch_struct_msghdr)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
36 …_Bool (*fetch_struct_stat)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *c…
[all …]
Ddefs.h217 kernel_ulong_t scno; /* System call number */
218 kernel_ulong_t u_arg[MAX_ARGS]; /* System call arguments */
457 extern kernel_ulong_t get_rt_sigframe_addr(struct tcb *);
466 extern const char *syscall_name(kernel_ulong_t scno);
485 extern kernel_ulong_t shuffle_scno(kernel_ulong_t scno);
511 umoven(struct tcb *, kernel_ulong_t addr, unsigned int len, void *laddr);
522 tfetch_mem(struct tcb *tcp, const kernel_ulong_t addr, in tfetch_mem()
538 tfetch_mem_ignore_syserror(struct tcb *tcp, const kernel_ulong_t addr, in tfetch_mem_ignore_syserror()
554 umoven_or_printaddr(struct tcb *tcp, const kernel_ulong_t addr, in umoven_or_printaddr()
573 umoven_or_printaddr_ignore_syserror(struct tcb *tcp, const kernel_ulong_t addr, in umoven_or_printaddr_ignore_syserror()
[all …]
Dkeyctl.c93 keyctl_update_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_update_key()
94 kernel_ulong_t len) in keyctl_update_key()
111 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_read_key()
112 kernel_ulong_t len, bool has_nul) in keyctl_read_key()
121 kernel_ulong_t rval = (tcp->u_rval >= 0) && in keyctl_read_key()
122 ((kernel_ulong_t) tcp->u_rval > len) ? len : in keyctl_read_key()
123 (kernel_ulong_t) tcp->u_rval; in keyctl_read_key()
132 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1, in keyctl_keyring_search()
133 kernel_ulong_t addr2, key_serial_t id2) in keyctl_keyring_search()
154 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr, in keyctl_instantiate_key()
[all …]
/external/strace/tests-mx32/
Dkeyctl.c129 print_arg(kernel_ulong_t arg, const char *str, const char *fmt, size_t size, in print_arg()
157 do_keyctl(kernel_ulong_t cmd, const char *cmd_str, ...) in do_keyctl()
159 kernel_ulong_t args[4] = { in do_keyctl()
160 (kernel_ulong_t) 0xdeadfee1badc0de5ULL, in do_keyctl()
161 (kernel_ulong_t) 0xdeadfee2badc0de6ULL, in do_keyctl()
162 (kernel_ulong_t) 0xdeadfee3badc0de7ULL, in do_keyctl()
163 (kernel_ulong_t) 0xdeadfee4badc0de8ULL, in do_keyctl()
168 sizeof(kernel_ulong_t), in do_keyctl()
169 sizeof(kernel_ulong_t), in do_keyctl()
170 sizeof(kernel_ulong_t), in do_keyctl()
[all …]
Dremap_file_pages.c44 k_remap_file_pages(const kernel_ulong_t addr, in k_remap_file_pages()
45 const kernel_ulong_t size, in k_remap_file_pages()
46 const kernel_ulong_t prot, in k_remap_file_pages()
47 const kernel_ulong_t pgoff, in k_remap_file_pages()
48 const kernel_ulong_t flags) in k_remap_file_pages()
59 kernel_ulong_t addr = (kernel_ulong_t) 0xfacefeeddeadbeefULL; in main()
60 kernel_ulong_t size = (kernel_ulong_t) 0xdefaced1bad2f00dULL; in main()
61 kernel_ulong_t prot = PROT_READ|PROT_WRITE|PROT_EXEC; in main()
62 kernel_ulong_t pgoff = (kernel_ulong_t) 0xcaf3babebad4deedULL; in main()
63 kernel_ulong_t flags = MAP_PRIVATE|MAP_ANONYMOUS; in main()
[all …]
Dpkey_mprotect.c41 sprintptr(kernel_ulong_t ptr) in sprintptr()
56 static const kernel_ulong_t ptrs[] = { in main()
58 (kernel_ulong_t) 0xfacebeef00000000ULL, in main()
59 (kernel_ulong_t) 0xbadc0dedda7a1057ULL, in main()
61 static const kernel_ulong_t sizes[] = { in main()
63 (kernel_ulong_t) 0xfacebeef00000000ULL, in main()
64 (kernel_ulong_t) 0xfedcba9876543210ULL, in main()
65 (kernel_ulong_t) 0x123456789abcdef0ULL, in main()
66 (kernel_ulong_t) 0xbadc0dedda7a1057ULL, in main()
69 kernel_ulong_t val; in main()
[all …]
Dfile_handle.c76 do_name_to_handle_at(kernel_ulong_t dirfd, const char *dirfd_str, in do_name_to_handle_at()
77 kernel_ulong_t pathname, const char *pathname_str, in do_name_to_handle_at()
78 kernel_ulong_t handle, const char *handle_str, in do_name_to_handle_at()
79 kernel_ulong_t mount_id, in do_name_to_handle_at()
80 kernel_ulong_t flags, const char *flags_str, in do_name_to_handle_at()
120 do_open_by_handle_at(kernel_ulong_t mount_fd, in do_open_by_handle_at()
121 kernel_ulong_t handle, bool valid_handle, bool valid_data, in do_open_by_handle_at()
122 kernel_ulong_t flags, const char *flags_str) in do_open_by_handle_at()
156 kernel_ulong_t val;
170 static const kernel_ulong_t fdcwd = in main()
[all …]
Dfanotify_mark.c60 do_call(kernel_ulong_t fd, kernel_ulong_t flags, const char *flags_str, in do_call()
61 uint64_t mask, const char *mask_str, kernel_ulong_t dirfd, in do_call()
62 const char *dirfd_str, kernel_ulong_t path, const char *path_str) in do_call()
87 kernel_ulong_t val;
106 static const kernel_ulong_t fds[] = { in main()
107 (kernel_ulong_t) 0xdeadfeed12345678ULL, in main()
109 (kernel_ulong_t) 0xdeb0d1edffffffffULL, in main()
113 { (kernel_ulong_t) 0xdec0deddefaced00ULL, in main()
119 { (kernel_ulong_t) 0xda7a105700000040ULL, in main()
128 { (kernel_ulong_t) 0xbadc0deddeadfeedULL, in main()
[all …]
Ds390_pci_mmio_read_write.c41 do_call(bool wr, kernel_ulong_t mmio_addr, kernel_ulong_t buf, in do_call()
42 kernel_ulong_t len, bool buf_valid, const char *buf_str) in do_call()
89 kernel_ulong_t addrs[] = { in main()
91 (kernel_ulong_t) 0xdeafbeefdeadc0deULL, in main()
95 kernel_ulong_t buf; in main()
99 { (kernel_ulong_t) ARG_STR(NULL), 0 }, in main()
100 { (kernel_ulong_t) (buf + buf_size), NULL, 0 }, in main()
101 { (kernel_ulong_t) (buf), NULL, buf_size }, in main()
102 { (kernel_ulong_t) (buf + 9), NULL, buf_size - 9 }, in main()
103 { (kernel_ulong_t) (buf + 10), NULL, buf_size - 10 }, in main()
[all …]
/external/strace/tests/
Dkeyctl.c129 print_arg(kernel_ulong_t arg, const char *str, const char *fmt, size_t size, in print_arg()
157 do_keyctl(kernel_ulong_t cmd, const char *cmd_str, ...) in do_keyctl()
159 kernel_ulong_t args[4] = { in do_keyctl()
160 (kernel_ulong_t) 0xdeadfee1badc0de5ULL, in do_keyctl()
161 (kernel_ulong_t) 0xdeadfee2badc0de6ULL, in do_keyctl()
162 (kernel_ulong_t) 0xdeadfee3badc0de7ULL, in do_keyctl()
163 (kernel_ulong_t) 0xdeadfee4badc0de8ULL, in do_keyctl()
168 sizeof(kernel_ulong_t), in do_keyctl()
169 sizeof(kernel_ulong_t), in do_keyctl()
170 sizeof(kernel_ulong_t), in do_keyctl()
[all …]
Dremap_file_pages.c44 k_remap_file_pages(const kernel_ulong_t addr, in k_remap_file_pages()
45 const kernel_ulong_t size, in k_remap_file_pages()
46 const kernel_ulong_t prot, in k_remap_file_pages()
47 const kernel_ulong_t pgoff, in k_remap_file_pages()
48 const kernel_ulong_t flags) in k_remap_file_pages()
59 kernel_ulong_t addr = (kernel_ulong_t) 0xfacefeeddeadbeefULL; in main()
60 kernel_ulong_t size = (kernel_ulong_t) 0xdefaced1bad2f00dULL; in main()
61 kernel_ulong_t prot = PROT_READ|PROT_WRITE|PROT_EXEC; in main()
62 kernel_ulong_t pgoff = (kernel_ulong_t) 0xcaf3babebad4deedULL; in main()
63 kernel_ulong_t flags = MAP_PRIVATE|MAP_ANONYMOUS; in main()
[all …]
Dpkey_mprotect.c41 sprintptr(kernel_ulong_t ptr) in sprintptr()
56 static const kernel_ulong_t ptrs[] = { in main()
58 (kernel_ulong_t) 0xfacebeef00000000ULL, in main()
59 (kernel_ulong_t) 0xbadc0dedda7a1057ULL, in main()
61 static const kernel_ulong_t sizes[] = { in main()
63 (kernel_ulong_t) 0xfacebeef00000000ULL, in main()
64 (kernel_ulong_t) 0xfedcba9876543210ULL, in main()
65 (kernel_ulong_t) 0x123456789abcdef0ULL, in main()
66 (kernel_ulong_t) 0xbadc0dedda7a1057ULL, in main()
69 kernel_ulong_t val; in main()
[all …]
Dfile_handle.c76 do_name_to_handle_at(kernel_ulong_t dirfd, const char *dirfd_str, in do_name_to_handle_at()
77 kernel_ulong_t pathname, const char *pathname_str, in do_name_to_handle_at()
78 kernel_ulong_t handle, const char *handle_str, in do_name_to_handle_at()
79 kernel_ulong_t mount_id, in do_name_to_handle_at()
80 kernel_ulong_t flags, const char *flags_str, in do_name_to_handle_at()
120 do_open_by_handle_at(kernel_ulong_t mount_fd, in do_open_by_handle_at()
121 kernel_ulong_t handle, bool valid_handle, bool valid_data, in do_open_by_handle_at()
122 kernel_ulong_t flags, const char *flags_str) in do_open_by_handle_at()
156 kernel_ulong_t val;
170 static const kernel_ulong_t fdcwd = in main()
[all …]
Dfanotify_mark.c60 do_call(kernel_ulong_t fd, kernel_ulong_t flags, const char *flags_str, in do_call()
61 uint64_t mask, const char *mask_str, kernel_ulong_t dirfd, in do_call()
62 const char *dirfd_str, kernel_ulong_t path, const char *path_str) in do_call()
87 kernel_ulong_t val;
106 static const kernel_ulong_t fds[] = { in main()
107 (kernel_ulong_t) 0xdeadfeed12345678ULL, in main()
109 (kernel_ulong_t) 0xdeb0d1edffffffffULL, in main()
113 { (kernel_ulong_t) 0xdec0deddefaced00ULL, in main()
119 { (kernel_ulong_t) 0xda7a105700000040ULL, in main()
128 { (kernel_ulong_t) 0xbadc0deddeadfeedULL, in main()
[all …]
Ds390_pci_mmio_read_write.c41 do_call(bool wr, kernel_ulong_t mmio_addr, kernel_ulong_t buf, in do_call()
42 kernel_ulong_t len, bool buf_valid, const char *buf_str) in do_call()
89 kernel_ulong_t addrs[] = { in main()
91 (kernel_ulong_t) 0xdeafbeefdeadc0deULL, in main()
95 kernel_ulong_t buf; in main()
99 { (kernel_ulong_t) ARG_STR(NULL), 0 }, in main()
100 { (kernel_ulong_t) (buf + buf_size), NULL, 0 }, in main()
101 { (kernel_ulong_t) (buf), NULL, buf_size }, in main()
102 { (kernel_ulong_t) (buf + 9), NULL, buf_size - 9 }, in main()
103 { (kernel_ulong_t) (buf + 10), NULL, buf_size - 10 }, in main()
[all …]
Dkcmp.c77 static const kernel_ulong_t kcmp_max_type = KCMP_EPOLL_TFD;
97 do_kcmp(kernel_ulong_t pid1, kernel_ulong_t pid2, kernel_ulong_t type, in do_kcmp()
98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp()
151 static const kernel_ulong_t bogus_pid1 = in main()
152 (kernel_ulong_t) 0xdeadca75face1057ULL; in main()
153 static const kernel_ulong_t bogus_pid2 = in main()
154 (kernel_ulong_t) 0xdefaced1defaced2ULL; in main()
155 static const kernel_ulong_t bogus_type = in main()
156 (kernel_ulong_t) 0xbadc0dedda7adeadULL; in main()
157 static const kernel_ulong_t bogus_idx1 = in main()
[all …]
/external/strace/tests-m32/
Dkeyctl.c129 print_arg(kernel_ulong_t arg, const char *str, const char *fmt, size_t size, in print_arg()
157 do_keyctl(kernel_ulong_t cmd, const char *cmd_str, ...) in do_keyctl()
159 kernel_ulong_t args[4] = { in do_keyctl()
160 (kernel_ulong_t) 0xdeadfee1badc0de5ULL, in do_keyctl()
161 (kernel_ulong_t) 0xdeadfee2badc0de6ULL, in do_keyctl()
162 (kernel_ulong_t) 0xdeadfee3badc0de7ULL, in do_keyctl()
163 (kernel_ulong_t) 0xdeadfee4badc0de8ULL, in do_keyctl()
168 sizeof(kernel_ulong_t), in do_keyctl()
169 sizeof(kernel_ulong_t), in do_keyctl()
170 sizeof(kernel_ulong_t), in do_keyctl()
[all …]
Dremap_file_pages.c44 k_remap_file_pages(const kernel_ulong_t addr, in k_remap_file_pages()
45 const kernel_ulong_t size, in k_remap_file_pages()
46 const kernel_ulong_t prot, in k_remap_file_pages()
47 const kernel_ulong_t pgoff, in k_remap_file_pages()
48 const kernel_ulong_t flags) in k_remap_file_pages()
59 kernel_ulong_t addr = (kernel_ulong_t) 0xfacefeeddeadbeefULL; in main()
60 kernel_ulong_t size = (kernel_ulong_t) 0xdefaced1bad2f00dULL; in main()
61 kernel_ulong_t prot = PROT_READ|PROT_WRITE|PROT_EXEC; in main()
62 kernel_ulong_t pgoff = (kernel_ulong_t) 0xcaf3babebad4deedULL; in main()
63 kernel_ulong_t flags = MAP_PRIVATE|MAP_ANONYMOUS; in main()
[all …]
Dpkey_mprotect.c41 sprintptr(kernel_ulong_t ptr) in sprintptr()
56 static const kernel_ulong_t ptrs[] = { in main()
58 (kernel_ulong_t) 0xfacebeef00000000ULL, in main()
59 (kernel_ulong_t) 0xbadc0dedda7a1057ULL, in main()
61 static const kernel_ulong_t sizes[] = { in main()
63 (kernel_ulong_t) 0xfacebeef00000000ULL, in main()
64 (kernel_ulong_t) 0xfedcba9876543210ULL, in main()
65 (kernel_ulong_t) 0x123456789abcdef0ULL, in main()
66 (kernel_ulong_t) 0xbadc0dedda7a1057ULL, in main()
69 kernel_ulong_t val; in main()
[all …]
Dfile_handle.c76 do_name_to_handle_at(kernel_ulong_t dirfd, const char *dirfd_str, in do_name_to_handle_at()
77 kernel_ulong_t pathname, const char *pathname_str, in do_name_to_handle_at()
78 kernel_ulong_t handle, const char *handle_str, in do_name_to_handle_at()
79 kernel_ulong_t mount_id, in do_name_to_handle_at()
80 kernel_ulong_t flags, const char *flags_str, in do_name_to_handle_at()
120 do_open_by_handle_at(kernel_ulong_t mount_fd, in do_open_by_handle_at()
121 kernel_ulong_t handle, bool valid_handle, bool valid_data, in do_open_by_handle_at()
122 kernel_ulong_t flags, const char *flags_str) in do_open_by_handle_at()
156 kernel_ulong_t val;
170 static const kernel_ulong_t fdcwd = in main()
[all …]
Dfanotify_mark.c60 do_call(kernel_ulong_t fd, kernel_ulong_t flags, const char *flags_str, in do_call()
61 uint64_t mask, const char *mask_str, kernel_ulong_t dirfd, in do_call()
62 const char *dirfd_str, kernel_ulong_t path, const char *path_str) in do_call()
87 kernel_ulong_t val;
106 static const kernel_ulong_t fds[] = { in main()
107 (kernel_ulong_t) 0xdeadfeed12345678ULL, in main()
109 (kernel_ulong_t) 0xdeb0d1edffffffffULL, in main()
113 { (kernel_ulong_t) 0xdec0deddefaced00ULL, in main()
119 { (kernel_ulong_t) 0xda7a105700000040ULL, in main()
128 { (kernel_ulong_t) 0xbadc0deddeadfeedULL, in main()
[all …]
Ds390_pci_mmio_read_write.c41 do_call(bool wr, kernel_ulong_t mmio_addr, kernel_ulong_t buf, in do_call()
42 kernel_ulong_t len, bool buf_valid, const char *buf_str) in do_call()
89 kernel_ulong_t addrs[] = { in main()
91 (kernel_ulong_t) 0xdeafbeefdeadc0deULL, in main()
95 kernel_ulong_t buf; in main()
99 { (kernel_ulong_t) ARG_STR(NULL), 0 }, in main()
100 { (kernel_ulong_t) (buf + buf_size), NULL, 0 }, in main()
101 { (kernel_ulong_t) (buf), NULL, buf_size }, in main()
102 { (kernel_ulong_t) (buf + 9), NULL, buf_size - 9 }, in main()
103 { (kernel_ulong_t) (buf + 10), NULL, buf_size - 10 }, in main()
[all …]

12345678910>>...20