Searched refs:mullo (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | ucontext.h | 54 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member 70 int32_t mullo, mulhi; member
|
| H A D | signal.h | 74 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member
|
| H A D | frame.h | 89 register_t mullo; member
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 113 sf.sf_uc.uc_mcontext.mullo = regs->mullo; in sendsig() 354 mcp->mullo = td->td_frame->mullo; in get_mcontext() 375 td->td_frame->mullo = mcp->mullo; in set_mcontext()
|
| H A D | freebsd32_machdep.c | 200 mcp->mullo = mcp64.mullo; in get_mcontext32() 222 mcp64.mullo = mcp->mullo; in set_mcontext32() 379 sf.sf_uc.uc_mcontext.mullo = regs.r_regs[MULLO]; in freebsd32_sendsig()
|
| H A D | db_interface.c | 116 { "lo", DB_OFFSET(mullo), db_frame },
|
| H A D | vm_machdep.c | 545 DB_PRINT_REG(trapframe, mullo); in dump_trapframe()
|
| H A D | trap.c | 1331 … (intmax_t)frame->sr, (intmax_t)frame->mullo, (intmax_t)frame->mulhi, (intmax_t)frame->badvaddr); in log_frame_dump() 1373 … (intmax_t)frame->sr, (intmax_t)frame->mullo, (intmax_t)frame->mulhi, (intmax_t)frame->badvaddr); in trap_frame_dump()
|