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

  /src/sys/arch/mips/mips/
syscall.c 185 const size_t nsaved = _MIPS_SIM_NEWABI_P(abi) ? 0 : 4; local in function:EMULNAME
197 usp = reg->r_regs[_R_SP] + nsaved * sizeof(register_t);
syscall.c 185 const size_t nsaved = _MIPS_SIM_NEWABI_P(abi) ? 0 : 4; local in function:EMULNAME
197 usp = reg->r_regs[_R_SP] + nsaved * sizeof(register_t);

Completed in 21 milliseconds