Home
last modified time | relevance | path

Searched refs:u_register_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dstack_machdep.c49 u_register_t ra; in stack_capture()
129 ra = *(u_register_t *)ra_addr; in stack_capture()
H A Ddb_trace.c351 db_printf("%jx", (uintmax_t)(u_register_t)args[j]); in stacktrace_subr()
357 (uintmax_t)(u_register_t) ra, in stacktrace_subr()
358 (uintmax_t)(u_register_t) sp, in stacktrace_subr()
/f-stack/freebsd/sys/
H A Dfnv_hash.h63 u_register_t c; /* 32 bit on i386, 64 bit on alpha */ in fnv_64_str()
H A Dtypes.h230 typedef __u_register_t u_register_t; typedef