Home
last modified time | relevance | path

Searched refs:thunk_printf_debug (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/usermode/usermode/
H A Dpmap.c165 thunk_printf_debug("Information retrieved from system and elf image\n"); in pmap_bootstrap()
166 thunk_printf_debug("min VM address at %p\n", (void *) vm_min_addr); in pmap_bootstrap()
167 thunk_printf_debug("start kernel at %p\n", _start); in pmap_bootstrap()
168 thunk_printf_debug(" end kernel at %p\n", &etext); in pmap_bootstrap()
169 thunk_printf_debug(" end of init. data at %p\n", &edata); in pmap_bootstrap()
170 thunk_printf_debug("1st end of data at %p\n", &end); in pmap_bootstrap()
171 thunk_printf_debug("CUR end data at %p\n", thunk_sbrk(0)); in pmap_bootstrap()
242 thunk_printf_debug("Creating memory mapped backend\n"); in pmap_bootstrap()
305 thunk_printf_debug("claiming %"PRIu64" KB of pv_table for " in pmap_bootstrap()
312 thunk_printf_debug("tlb va->pa lookup table is %"PRIu64" KB for " in pmap_bootstrap()
[all …]
H A Dtrap.c231 thunk_printf_debug("SIGSEGV or SIGBUS!\n"); in print_mem_access_siginfo()
232 thunk_printf_debug("\tsi_signo = %d\n", info->si_signo); in print_mem_access_siginfo()
233 thunk_printf_debug("\tsi_errno = %d\n", info->si_errno); in print_mem_access_siginfo()
234 thunk_printf_debug("\tsi_code = %d\n", info->si_code); in print_mem_access_siginfo()
236 thunk_printf_debug("\t\tSEGV_MAPERR\n"); in print_mem_access_siginfo()
238 thunk_printf_debug("\t\tSEGV_ACCERR\n"); in print_mem_access_siginfo()
240 thunk_printf_debug("\t\tBUS_ADRALN\n"); in print_mem_access_siginfo()
242 thunk_printf_debug("\t\tBUS_ADRERR\n"); in print_mem_access_siginfo()
244 thunk_printf_debug("\t\tBUS_OBJERR\n"); in print_mem_access_siginfo()
245 thunk_printf_debug("\tsi_addr = %p\n", info->si_addr); in print_mem_access_siginfo()
[all …]
H A Dsyscall.c116 thunk_printf_debug("syscall no. %d, ", code); in syscall()
117 thunk_printf_debug("nargs %d, argsize %d => ", nargs, argsize); in syscall()
H A Ddb_memrw.c217 thunk_printf_debug("\n%s : %p + %d\n", __func__, dst, (int) size); in db_write_bytes()
H A Dkgdb_machdep.c61 thunk_printf_debug("%s: [%p .. %p]\n", __func__, in kgdb_acc()
H A Dthunk.c101 thunk_printf_debug(const char *fmt, ...) in thunk_printf_debug() function
/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c252 thunk_printf_debug("cpu_switchto [%s,pid=%d,lid=%d] -> [%s,pid=%d,lid=%d]\n", in cpu_switchto()
260 thunk_printf_debug(" oldpcb uc_link=%p, uc_stack.ss_sp=%p, " in cpu_switchto()
270 thunk_printf_debug(" newpewcb uc_link=%p, uc_stack.ss_sp=%p, " in cpu_switchto()
295 thunk_printf_debug("cpu_switchto: returning %p (was %p)\n", ci->ci_stash, oldlwp); in cpu_switchto()
304 thunk_printf_debug("cpu_dumpconf\n"); in cpu_dumpconf()
320 thunk_printf_debug("cpu_getmcontext\n"); in cpu_getmcontext()
340 thunk_printf_debug("cpu_mcontext_validate\n"); in cpu_mcontext_validate()
352 thunk_printf_debug("cpu_setmcontext\n"); in cpu_setmcontext()
395 thunk_printf_debug("cpu_lwp_free (dummy)\n"); in cpu_lwp_free()
405 thunk_printf_debug("cpu_lwp_free2\n"); in cpu_lwp_free2()
[all …]
H A Dld_thunkbus.c229 thunk_printf_debug("\tfin\n"); in ld_thunkbus_complete()
231 thunk_printf_debug("error!\n"); in ld_thunkbus_complete()
295 thunk_printf_debug("\tfin\n"); in ld_thunkbus_complete()
297 thunk_printf_debug("error!\n"); in ld_thunkbus_complete()
/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h80 void thunk_printf_debug(const char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));