Searched refs:stacktop (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/arch/mips/rmi/ |
| D | rmixl_cpu.c | 337 uintptr_t stacktop; in cpu_setup_trampoline_common() local 379 stacktop = (uintptr_t)l->l_md.md_utf - CALLFRAME_SIZ; in cpu_setup_trampoline_common() 380 ta->ta_sp = (uint64_t)(intptr_t)stacktop; in cpu_setup_trampoline_common()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | sim-if.c | 758 USI stacktop = 0x3e000000; in sim_open() local 784 if (envstart < stacktop) in sim_open() 785 stacktop = envstart - 64 * 8192; in sim_open() 787 csp = stacktop; in sim_open() 810 stacklen = stacktop - stack_low; in sim_open()
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | 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 *, ...)) in stacktop() function 425 stacktop(&ddb_regs, &pos, pr); in db_stack_trace_print()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | windows-tdep.c | 1302 CORE_ADDR stacktop in cygwin_sigwrapper_frame_cache() local 1305 frame_debug_printf ("TEB.stacktop=%s", paddress (gdbarch, stacktop)); in cygwin_sigwrapper_frame_cache() 1310 = read_memory_unsigned_integer (stacktop + cache->tlsoffset, in cygwin_sigwrapper_frame_cache()
|