HomeSort by: relevance | last modified time | path
    Searched defs:mco32 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/mips/
netbsd32_machdep.c 214 mcontext_o32_t * const mco32 = (mcontext_o32_t *)mc32; local in function:cpu_getmcontext32
225 mco32->__gregs[i] = mc.__gregs[i];
227 memcpy(&mco32->__fpregs, &mc.__fpregs,
229 mco32->_mc_tlsbase = mc._mc_tlsbase;
242 const mcontext_o32_t * const mco32 = (const mcontext_o32_t *)mc32; local in function:cpu_setmcontext32
256 mc.__gregs[i] = mco32->__gregs[i];
258 memcpy(&mc.__fpregs, &mco32->__fpregs,
260 mc._mc_tlsbase = mco32->_mc_tlsbase;

Completed in 19 milliseconds