Lines Matching +full:0 +full:x20002000

7 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0158aebaa0
8 # vpanic() at vpanic+0x17f/frame 0xfffffe0158aebaf0
9 # panic() at panic+0x43/frame 0xfffffe0158aebb50
10 # unp_externalize() at unp_externalize+0x3b7/frame 0xfffffe0158aebbe0
11 # soreceive_generic() at soreceive_generic+0x73d/frame 0xfffffe0158aebca0
12 # soreceive() at soreceive+0x4b/frame 0xfffffe0158aebcc0
13 # kern_recvit() at kern_recvit+0x1ba/frame 0xfffffe0158aebd70
14 # sys_recvfrom() at sys_recvfrom+0x95/frame 0xfffffe0158aebe00
15 # amd64_syscall() at amd64_syscall+0x145/frame 0xfffffe0158aebf30
16 # fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0158aebf30
17 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x8230797da, rsp = 0x827bc4f48, rbp = 0x827bc4f70 ---
22 # FreeBSD 14.0-CURRENT #0 n255820-4682ac697ce9b: Fri May 27 07:06:21 CEST 2022
27 [ `uname -p` != "amd64" ] && exit 0
70 int i = 0;
72 if (pthread_create(&th, &attr, fn, arg) == 0) {
93 if (pthread_mutex_init(&ev->mu, 0))
95 if (pthread_cond_init(&ev->cv, 0))
97 ev->state = 0;
102 ev->state = 0;
172 return 0;
178 for (call = 0; call < 3; call++) {
179 for (thread = 0; thread < (int)(sizeof(threads) / sizeof(threads[0]));
199 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
203 uint64_t r[2] = {0xffffffffffffffff, 0xffffffffffffffff};
207 intptr_t res = 0;
209 case 0:
210 res = syscall(SYS_socketpair, 1ul, 5ul, 0, 0x20000100ul);
212 r[0] = *(uint32_t*)0x20000100;
213 r[1] = *(uint32_t*)0x20000104;
217 syscall(SYS_recvfrom, r[0], 0x20000140ul, 0x1000ul, 0ul, 0ul, 0ul);
220 *(uint64_t*)0x20001e40 = 0;
221 *(uint32_t*)0x20001e48 = 0;
222 *(uint64_t*)0x20001e50 = 0;
223 *(uint64_t*)0x20001e58 = 0;
224 *(uint64_t*)0x20001e60 = 0x20001f80;
225 memcpy((void*)0x20001f80,
227 *(uint32_t*)0x20001f8c = -1;
228 *(uint32_t*)0x20001f90 = 0;
229 *(uint32_t*)0x20001f94 = 0;
230 *(uint32_t*)0x20001f98 = 0;
231 memcpy((void*)0x20001f9c, "\x10\x00\x26\x00", 4);
232 *(uint32_t*)0x20001fa0 = 0;
233 *(uint32_t*)0x20001fa4 = 0;
234 *(uint32_t*)0x20001fa8 = 0;
235 *(uint32_t*)0x20001fac = 0;
236 *(uint32_t*)0x20001fb0 = 0;
237 *(uint32_t*)0x20001fb4 = 0;
238 *(uint32_t*)0x20001fb8 = -1;
239 *(uint32_t*)0x20001fbc = 0;
240 *(uint32_t*)0x20001fc0 = -1;
241 *(uint32_t*)0x20001fc4 = 0;
242 *(uint32_t*)0x20001fc8 = 0;
243 *(uint32_t*)0x20001fcc = 0;
244 *(uint32_t*)0x20001fd0 = 0;
245 *(uint32_t*)0x20001fd4 = 0;
246 *(uint32_t*)0x20001fd8 = 0;
247 *(uint32_t*)0x20001fdc = 0;
248 memcpy((void*)0x20001fe0,
250 *(uint32_t*)0x20001fec = 0;
251 *(uint32_t*)0x20001ff0 = 0;
252 *(uint32_t*)0x20001ff4 = 0;
253 *(uint32_t*)0x20001ff8 = -1;
254 memcpy((void*)0x20001ffc, "\x10\x00\x00\x00", 4);
255 *(uint32_t*)0x20002000 = -1;
256 *(uint32_t*)0x20002004 = 0;
257 *(uint32_t*)0x20002008 = 0;
258 *(uint32_t*)0x2000200c = 0;
259 *(uint32_t*)0x20002010 = 0;
260 *(uint32_t*)0x20002014 = 0;
261 *(uint32_t*)0x20002018 = -1;
262 *(uint32_t*)0x2000201c = 0;
263 *(uint32_t*)0x20002020 = -1;
264 *(uint32_t*)0x20002024 = 0;
265 *(uint32_t*)0x20002028 = 0;
266 *(uint32_t*)0x2000202c = 0;
267 *(uint32_t*)0x20002030 = 0;
268 *(uint32_t*)0x20002034 = 0;
269 *(uint32_t*)0x20002038 = 0;
270 *(uint32_t*)0x2000203c = -1;
271 memcpy((void*)0x20002040,
273 *(uint32_t*)0x2000204c = -1;
274 *(uint32_t*)0x20002050 = r[1];
275 *(uint64_t*)0x20001e68 = 0xd4;
276 *(uint32_t*)0x20001e70 = 0;
277 syscall(SYS_sendmsg, r[1], 0x20001e40ul, 0ul);
283 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
285 return 0;
298 exit 0