Lines Matching +full:0 +full:x402

7 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0101c628a0
8 # vpanic() at vpanic+0x181/frame 0xfffffe0101c628f0
9 # panic() at panic+0x43/frame 0xfffffe0101c62950
10 # uma_zalloc_arg() at uma_zalloc_arg+0x1e6/frame 0xfffffe0101c62990
11 # cpuset_modify_domain() at cpuset_modify_domain+0x1bf/frame 0xfffffe0101c62a10
12 # kern_cpuset_setdomain() at kern_cpuset_setdomain+0x402/frame 0xfffffe0101c62aa0
13 # sys_cpuset_setdomain() at sys_cpuset_setdomain+0x26/frame 0xfffffe0101c62ac0
14 # amd64_syscall() at amd64_syscall+0x147/frame 0xfffffe0101c62bf0
15 # fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0101c62bf0
16 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x800380d4a, rsp = 0x7fffffffe4b8, rbp = 0x7fffffffe…
19 # Stopped at kdb_enter+0x37: movq $0,0x10b3236(%rip)
21 # version: FreeBSD 13.0-CURRENT #0 r367945: Mon Nov 23 09:10:40 CET 2020
25 [ `uname -p` != "amd64" ] && exit 0
30 exit 0
59 while (waitpid(-1, status, 0) != pid) {
78 #define WAIT_FLAGS 0
82 int iter __unused = 0;
85 if (pid < 0)
87 if (pid == 0) {
89 exit(0);
91 int status = 0;
107 *(uint64_t*)0x20000240 = 1;
108 *(uint64_t*)0x20000248 = 0;
109 *(uint64_t*)0x20000250 = 0;
110 *(uint64_t*)0x20000258 = 0;
111 syscall(SYS_cpuset_setdomain, 2ul, 2ul, 0ul, 0x20ul, 0x20000240ul, 4ul);
112 *(uint64_t*)0x20000240 = 1;
113 *(uint64_t*)0x20000248 = 0;
114 *(uint64_t*)0x20000250 = 0;
115 *(uint64_t*)0x20000258 = 0;
116 syscall(SYS_cpuset_setdomain, 3ul, 2ul, 0ul, 0x20ul, 0x20000240ul, 1ul);
120 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
122 return 0;
131 exit 0