Home
last modified time | relevance | path

Searched refs:mullo (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ducontext.h54 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member
70 int32_t mullo, mulhi; member
H A Dsignal.h74 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member
H A Dframe.h89 register_t mullo; member
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c113 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 Dfreebsd32_machdep.c200 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 Ddb_interface.c116 { "lo", DB_OFFSET(mullo), db_frame },
H A Dvm_machdep.c545 DB_PRINT_REG(trapframe, mullo); in dump_trapframe()
H A Dtrap.c1331 … (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()