HomeSort by: relevance | last modified time | path
    Searched refs:thunk_printf_debug (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/usermode/usermode/
pmap.c 165 thunk_printf_debug("Information retrieved from system and elf image\n");
166 thunk_printf_debug("min VM address at %p\n", (void *) vm_min_addr);
167 thunk_printf_debug("start kernel at %p\n", _start);
168 thunk_printf_debug(" end kernel at %p\n", &etext);
169 thunk_printf_debug(" end of init. data at %p\n", &edata);
170 thunk_printf_debug("1st end of data at %p\n", &end);
171 thunk_printf_debug("CUR end data at %p\n", thunk_sbrk(0));
242 thunk_printf_debug("Creating memory mapped backend\n");
305 thunk_printf_debug("claiming %"PRIu64" KB of pv_table for "
312 thunk_printf_debug("tlb va->pa lookup table is %"PRIu64" KB for
    [all...]
trap.c 231 thunk_printf_debug("SIGSEGV or SIGBUS!\n");
232 thunk_printf_debug("\tsi_signo = %d\n", info->si_signo);
233 thunk_printf_debug("\tsi_errno = %d\n", info->si_errno);
234 thunk_printf_debug("\tsi_code = %d\n", info->si_code);
236 thunk_printf_debug("\t\tSEGV_MAPERR\n");
238 thunk_printf_debug("\t\tSEGV_ACCERR\n");
240 thunk_printf_debug("\t\tBUS_ADRALN\n");
242 thunk_printf_debug("\t\tBUS_ADRERR\n");
244 thunk_printf_debug("\t\tBUS_OBJERR\n");
245 thunk_printf_debug("\tsi_addr = %p\n", info->si_addr)
    [all...]
syscall.c 116 thunk_printf_debug("syscall no. %d, ", code);
117 thunk_printf_debug("nargs %d, argsize %d => ", nargs, argsize);
150 //thunk_printf_debug("end of syscall : return to userland\n");
208 // thunk_printf_debug("[us] %s", (char *) args[1]);
db_memrw.c 217 thunk_printf_debug("\n%s : %p + %d\n", __func__, dst, (int) size);
kgdb_machdep.c 61 thunk_printf_debug("%s: [%p .. %p]\n", __func__,
thunk.c 101 thunk_printf_debug(const char *fmt, ...) function in typeref:typename:void
  /src/sys/arch/usermode/dev/
cpu.c 252 thunk_printf_debug("cpu_switchto [%s,pid=%d,lid=%d] -> [%s,pid=%d,lid=%d]\n",
260 thunk_printf_debug(" oldpcb uc_link=%p, uc_stack.ss_sp=%p, "
270 thunk_printf_debug(" newpewcb uc_link=%p, uc_stack.ss_sp=%p, "
295 thunk_printf_debug("cpu_switchto: returning %p (was %p)\n", ci->ci_stash, oldlwp);
304 thunk_printf_debug("cpu_dumpconf\n");
320 thunk_printf_debug("cpu_getmcontext\n");
340 thunk_printf_debug("cpu_mcontext_validate\n");
352 thunk_printf_debug("cpu_setmcontext\n");
395 thunk_printf_debug("cpu_lwp_free (dummy)\n");
405 thunk_printf_debug("cpu_lwp_free2\n")
    [all...]
ld_thunkbus.c 229 thunk_printf_debug("\tfin\n");
231 thunk_printf_debug("error!\n");
295 thunk_printf_debug("\tfin\n");
297 thunk_printf_debug("error!\n");
  /src/sys/arch/usermode/include/
thunk.h 80 void thunk_printf_debug(const char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));

Completed in 15 milliseconds