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

  /src/sys/arch/mips/rmi/
rmixl_cpu.c 337 uintptr_t stacktop; local in function:cpu_setup_trampoline_common
379 stacktop = (uintptr_t)l->l_md.md_utf - CALLFRAME_SIZ;
380 ta->ta_sp = (uint64_t)(intptr_t)stacktop;
rmixl_cpu.c 337 uintptr_t stacktop; local in function:cpu_setup_trampoline_common
379 stacktop = (uintptr_t)l->l_md.md_utf - CALLFRAME_SIZ;
380 ta->ta_sp = (uint64_t)(intptr_t)stacktop;
  /src/sys/arch/m68k/m68k/
db_trace.c 114 static void stacktop(db_regs_t *, struct stackpos *,
122 stacktop(db_regs_t *regs, struct stackpos *sp, void (*pr)(const char *, ...)) function in typeref:typename:void
238 * is called from stacktop() and from nextframe(). Our caller will do
425 stacktop(&ddb_regs, &pos, pr);
db_trace.c 114 static void stacktop(db_regs_t *, struct stackpos *,
122 stacktop(db_regs_t *regs, struct stackpos *sp, void (*pr)(const char *, ...)) function in typeref:typename:void
238 * is called from stacktop() and from nextframe(). Our caller will do
425 stacktop(&ddb_regs, &pos, pr);

Completed in 163 milliseconds