Searched refs:mullo (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/mips/include/
H A Dsignal.h71 __register_t mullo, mulhi; /* mullo and mulhi registers... */ member in struct:sigcontext
H A Ducontext.h56 register_t mullo, mulhi; /* mullo and mulhi registers... */ member in struct:__mcontext
72 int32_t mullo, mulhi; member in struct:__mcontext32
H A Dframe.h87 register_t mullo; member in struct:trapframe
/freebsd-10-stable/lib/libthread_db/arch/mips/
H A Dlibpthread_md.c47 uc->uc_mcontext.mullo = r->r_regs[MULLO];
57 r->r_regs[MULLO] = uc->uc_mcontext.mullo;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_mips64.cpp53 uint64_t mullo; member in struct:_GPR
H A DRegisterInfos_mips64.h58 DEFINE_GPR(mullo, NULL, gcc_dwarf_lo_mips64, gcc_dwarf_lo_mips64, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
/freebsd-10-stable/sys/mips/mips/
H A Dpm_machdep.c110 sf.sf_uc.uc_mcontext.mullo = regs->mullo;
386 mcp->mullo = td->td_frame->mullo;
407 td->td_frame->mullo = mcp->mullo;
H A Dfreebsd32_machdep.c220 mcp->mullo = mcp64.mullo;
242 mcp64.mullo = mcp->mullo;
397 sf.sf_uc.uc_mcontext.mullo = regs.r_regs[MULLO];
H A Ddb_interface.c114 { "lo", DB_OFFSET(mullo), db_frame },
H A Dvm_machdep.c672 DB_PRINT_REG(trapframe, mullo);
H A Dtrap.c1360 (intmax_t)frame->sr, (intmax_t)frame->mullo, (intmax_t)frame->mulhi, (intmax_t)frame->badvaddr);
1407 (intmax_t)frame->sr, (intmax_t)frame->mullo, (intmax_t)frame->mulhi, (intmax_t)frame->badvaddr);

Completed in 98 milliseconds