Symbol: thunk_printf_debug
sys/arch/usermode/dev/cpu.c
252
thunk_printf_debug("cpu_switchto [%s,pid=%d,lid=%d] -> [%s,pid=%d,lid=%d]\n",
sys/arch/usermode/dev/cpu.c
260
thunk_printf_debug(" oldpcb uc_link=%p, uc_stack.ss_sp=%p, "
sys/arch/usermode/dev/cpu.c
270
thunk_printf_debug(" newpewcb uc_link=%p, uc_stack.ss_sp=%p, "
sys/arch/usermode/dev/cpu.c
295
thunk_printf_debug("cpu_switchto: returning %p (was %p)\n", ci->ci_stash, oldlwp);
sys/arch/usermode/dev/cpu.c
304
thunk_printf_debug("cpu_dumpconf\n");
sys/arch/usermode/dev/cpu.c
320
thunk_printf_debug("cpu_getmcontext\n");
sys/arch/usermode/dev/cpu.c
340
thunk_printf_debug("cpu_mcontext_validate\n");
sys/arch/usermode/dev/cpu.c
352
thunk_printf_debug("cpu_setmcontext\n");
sys/arch/usermode/dev/cpu.c
395
thunk_printf_debug("cpu_lwp_free (dummy)\n");
sys/arch/usermode/dev/cpu.c
405
thunk_printf_debug("cpu_lwp_free2\n");
sys/arch/usermode/dev/cpu.c
417
thunk_printf_debug("cpu_lwp_trampoline called with func %p, arg %p\n", (void *) func, arg);
sys/arch/usermode/dev/cpu.c
435
thunk_printf_debug("cpu_lwp_fork [%s/%p] -> [%s/%p] stack=%p stacksize=%d\n",
sys/arch/usermode/dev/ld_thunkbus.c
229
thunk_printf_debug("\tfin\n");
sys/arch/usermode/dev/ld_thunkbus.c
231
thunk_printf_debug("error!\n");
sys/arch/usermode/dev/ld_thunkbus.c
295
thunk_printf_debug("\tfin\n");
sys/arch/usermode/dev/ld_thunkbus.c
297
thunk_printf_debug("error!\n");
sys/arch/usermode/include/thunk.h
80
void thunk_printf_debug(const char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
sys/arch/usermode/usermode/db_memrw.c
217
thunk_printf_debug("\n%s : %p + %d\n", __func__, dst, (int) size);
sys/arch/usermode/usermode/kgdb_machdep.c
61
thunk_printf_debug("%s: [%p .. %p]\n", __func__,
sys/arch/usermode/usermode/pmap.c
1012
thunk_printf_debug("pmap_remove() called from "
sys/arch/usermode/usermode/pmap.c
1037
thunk_printf_debug("pmap_remove_all() dummy called\n");
sys/arch/usermode/usermode/pmap.c
1075
thunk_printf_debug("pmap_protect() called from "
sys/arch/usermode/usermode/pmap.c
1097
thunk_printf_debug("pmap_unwire called va = %p\n", (void *) va);
sys/arch/usermode/usermode/pmap.c
1121
thunk_printf_debug("pmap_extract: extracting va %p\n", (void *) va);
sys/arch/usermode/usermode/pmap.c
1124
thunk_printf_debug("pmap_extract: invalid va issued\n");
sys/arch/usermode/usermode/pmap.c
1147
thunk_printf_debug("pmap_kenter_pa : v %p, p %p, prot %d, flags %d\n",
sys/arch/usermode/usermode/pmap.c
1162
thunk_printf_debug("pmap_copy (dummy)\n");
sys/arch/usermode/usermode/pmap.c
1168
thunk_printf_debug("pmap_update (dummy)\n");
sys/arch/usermode/usermode/pmap.c
1178
thunk_printf_debug("pmap_activate for lwp %p, pmap = %p\n", l, pmap);
sys/arch/usermode/usermode/pmap.c
1200
thunk_printf_debug("pmap_DEactivate for lwp %p, pmap = %p\n", l, pmap);
sys/arch/usermode/usermode/pmap.c
1233
thunk_printf_debug("pmap_zero_page: pa %p\n", (void *) pa);
sys/arch/usermode/usermode/pmap.c
1260
thunk_printf_debug("pmap_copy_page: pa src %p, pa dst %p\n",
sys/arch/usermode/usermode/pmap.c
1293
thunk_printf_debug("pmap_page_protect page %"PRIiPTR" to prot %d\n", ppn, prot);
sys/arch/usermode/usermode/pmap.c
1347
thunk_printf_debug("pmap_clear_modify page %"PRIiPTR"\n", ppn);
sys/arch/usermode/usermode/pmap.c
1372
thunk_printf_debug("pmap_clear_reference page %"PRIiPTR"\n", ppn);
sys/arch/usermode/usermode/pmap.c
1390
thunk_printf_debug("pmap_is_modified page %"PRIiPTR" : %s\n", ppn, rv?"yes":"no");
sys/arch/usermode/usermode/pmap.c
1401
thunk_printf_debug("pmap_is_referenced page %"PRIiPTR"\n", ppn);
sys/arch/usermode/usermode/pmap.c
1415
thunk_printf_debug("pmap_growkernel: till %p (adding %"PRIu64" KB)\n",
sys/arch/usermode/usermode/pmap.c
165
thunk_printf_debug("Information retrieved from system and elf image\n");
sys/arch/usermode/usermode/pmap.c
166
thunk_printf_debug("min VM address at %p\n", (void *) vm_min_addr);
sys/arch/usermode/usermode/pmap.c
167
thunk_printf_debug("start kernel at %p\n", _start);
sys/arch/usermode/usermode/pmap.c
168
thunk_printf_debug(" end kernel at %p\n", &etext);
sys/arch/usermode/usermode/pmap.c
169
thunk_printf_debug(" end of init. data at %p\n", &edata);
sys/arch/usermode/usermode/pmap.c
170
thunk_printf_debug("1st end of data at %p\n", &end);
sys/arch/usermode/usermode/pmap.c
171
thunk_printf_debug("CUR end data at %p\n", thunk_sbrk(0));
sys/arch/usermode/usermode/pmap.c
242
thunk_printf_debug("Creating memory mapped backend\n");
sys/arch/usermode/usermode/pmap.c
305
thunk_printf_debug("claiming %"PRIu64" KB of pv_table for "
sys/arch/usermode/usermode/pmap.c
312
thunk_printf_debug("tlb va->pa lookup table is %"PRIu64" KB for "
sys/arch/usermode/usermode/pmap.c
331
thunk_printf_debug("pv_table initialised correctly, mmap works\n");
sys/arch/usermode/usermode/pmap.c
349
thunk_printf_debug("kernel tlb entries initialized correctly\n");
sys/arch/usermode/usermode/pmap.c
372
thunk_printf_debug("kernel pmap l1 table initialised correctly\n");
sys/arch/usermode/usermode/pmap.c
410
thunk_printf_debug("pv_table mem added to the kernel pmap\n");
sys/arch/usermode/usermode/pmap.c
416
thunk_printf_debug("kernel tlb entries mem added to the kernel pmap\n");
sys/arch/usermode/usermode/pmap.c
422
thunk_printf_debug("kernel pmap l1 mem added to the kernel pmap\n");
sys/arch/usermode/usermode/pmap.c
428
thunk_printf_debug("kernel pmap entries mem added to the kernel pmap\n");
sys/arch/usermode/usermode/pmap.c
436
thunk_printf_debug("kernel mem added to the kernel pmap\n");
sys/arch/usermode/usermode/pmap.c
498
thunk_printf_debug("pmap_create\n");
sys/arch/usermode/usermode/pmap.c
519
thunk_printf_debug("\tpmap %p\n", pmap);
sys/arch/usermode/usermode/pmap.c
531
thunk_printf_debug("pmap_destroy %p\n", pmap);
sys/arch/usermode/usermode/pmap.c
566
thunk_printf_debug("pmap_reference %p\n", (void *) pmap);
sys/arch/usermode/usermode/pmap.c
619
thunk_printf_debug("pv_get: multiple mapped page ppn %"PRIdPTR", "
sys/arch/usermode/usermode/pmap.c
684
thunk_printf_debug("pmap_fault pmap %p, va %p\n", pmap, (void *) va);
sys/arch/usermode/usermode/pmap.c
714
thunk_printf_debug("%s: tlb fault page lpn %"PRIiPTR"\n",
sys/arch/usermode/usermode/pmap.c
733
thunk_printf_debug("%s: prot = %d, cur_prot = %d, diff = %d\n",
sys/arch/usermode/usermode/pmap.c
793
thunk_printf_debug("page_activate: (va %p, pa %p, prot %d, ppl %d) -> %p\n",
sys/arch/usermode/usermode/pmap.c
823
thunk_printf_debug("page_deactivate: (va %p, pa %p, ppl %d) -> %p\n",
sys/arch/usermode/usermode/pmap.c
873
thunk_printf_debug("pmap_update_page: ppn %"PRIdPTR", pv->pv_map = %p\n",
sys/arch/usermode/usermode/pmap.c
959
thunk_printf_debug("pmap_enter %p : v %p, p %p, prot %d, flags %d\n",
sys/arch/usermode/usermode/pmap.c
970
thunk_printf_debug("pv_release ppn %"PRIdPTR", lpn %"PRIdPTR"\n", ppn, lpn);
sys/arch/usermode/usermode/syscall.c
116
thunk_printf_debug("syscall no. %d, ", code);
sys/arch/usermode/usermode/syscall.c
117
thunk_printf_debug("nargs %d, argsize %d => ", nargs, argsize);
sys/arch/usermode/usermode/trap.c
231
thunk_printf_debug("SIGSEGV or SIGBUS!\n");
sys/arch/usermode/usermode/trap.c
232
thunk_printf_debug("\tsi_signo = %d\n", info->si_signo);
sys/arch/usermode/usermode/trap.c
233
thunk_printf_debug("\tsi_errno = %d\n", info->si_errno);
sys/arch/usermode/usermode/trap.c
234
thunk_printf_debug("\tsi_code = %d\n", info->si_code);
sys/arch/usermode/usermode/trap.c
236
thunk_printf_debug("\t\tSEGV_MAPERR\n");
sys/arch/usermode/usermode/trap.c
238
thunk_printf_debug("\t\tSEGV_ACCERR\n");
sys/arch/usermode/usermode/trap.c
240
thunk_printf_debug("\t\tBUS_ADRALN\n");
sys/arch/usermode/usermode/trap.c
242
thunk_printf_debug("\t\tBUS_ADRERR\n");
sys/arch/usermode/usermode/trap.c
244
thunk_printf_debug("\t\tBUS_OBJERR\n");
sys/arch/usermode/usermode/trap.c
245
thunk_printf_debug("\tsi_addr = %p\n", info->si_addr);
sys/arch/usermode/usermode/trap.c
246
thunk_printf_debug("\tsi_trap = %d\n", info->si_trap);
sys/arch/usermode/usermode/trap.c
463
thunk_printf_debug("pmap fault couldn't handle it! : "
sys/arch/usermode/usermode/trap.c
504
thunk_printf_debug("%s: uvm fault %d, pc %p, va %p, from_kernel %d\n",
sys/arch/usermode/usermode/trap.c
507
thunk_printf_debug("giving signal to userland\n");