Searched refs:pcb_sp (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dgdb_machdep.c53 synth = kdb_thrctx->pcb_sp - CCFSZ;
57 case 30: return (&kdb_thrctx->pcb_sp);
H A Dstack_machdep.c82 stack_capture(st, (struct frame *)(td->td_pcb->pcb_sp + SPOFF));
H A Dvm_machdep.c192 pcb->pcb_sp = (u_long)fr - SPOFF;
318 pcb2->pcb_sp = (u_long)fp - SPOFF;
369 fp = (struct frame *)(pcb->pcb_sp + SPOFF);
H A Ddb_trace.c290 (struct frame *)(ctx->pcb_sp + SPOFF), count));
/freebsd-11-stable/sys/riscv/include/
H A Dpcb.h46 uint64_t pcb_sp; member in struct:pcb
/freebsd-11-stable/sys/arm64/include/
H A Dpcb.h41 uint64_t pcb_sp; member in struct:pcb
/freebsd-11-stable/sys/sparc64/include/
H A Dpcb.h51 uint64_t pcb_sp; member in struct:pcb
/freebsd-11-stable/sys/powerpc/include/
H A Dpcb.h44 register_t pcb_sp; /* stack pointer */ member in struct:pcb
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c153 pcb->pcb_sp = (register_t)cf;
154 KASSERT(pcb->pcb_sp % 16 == 0, ("stack misaligned"));
189 cf = (struct callframe *)td->td_pcb->pcb_sp;
H A Dgdb_machdep.c65 return (&kdb_thrctx->pcb_sp);
H A Dstack_machdep.c97 frame = td->td_pcb->pcb_sp;
H A Ddb_trace.c313 return (db_backtrace(td, (db_addr_t)ctx->pcb_sp, count));
/freebsd-11-stable/sys/riscv/riscv/
H A Dvm_machdep.c97 td2->td_pcb->pcb_sp = (uintptr_t)td2->td_frame;
165 td->td_pcb->pcb_sp = (uintptr_t)td->td_frame;
239 td->td_pcb->pcb_sp = (uintptr_t)td->td_frame;
H A Dstack_machdep.c73 frame.sp = td->td_pcb->pcb_sp;
H A Ddb_trace.c114 frame.sp = (uint64_t)ctx->pcb_sp;
H A Dgenassym.c69 ASSYM(PCB_SP, offsetof(struct pcb, pcb_sp));
/freebsd-11-stable/sys/arm64/arm64/
H A Dstack_machdep.c68 frame.sp = td->td_pcb->pcb_sp;
H A Dgenassym.c51 ASSYM(PCB_SP, offsetof(struct pcb, pcb_sp));
H A Ddb_trace.c112 frame.sp = (uint64_t)ctx->pcb_sp;
H A Dvm_machdep.c109 td2->td_pcb->pcb_sp = (uintptr_t)td2->td_frame;
181 td->td_pcb->pcb_sp = (uintptr_t)td->td_frame;
258 td->td_pcb->pcb_sp = (uintptr_t)td->td_frame;
/freebsd-11-stable/sys/powerpc/booke/
H A Dmp_cpudep.c80 sp = pcpup->pc_curpcb->pcb_sp;
82 /* XXX shouldn't the pcb_sp be checked/forced for alignment here?? */
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_sparc64.c69 supply_register(SPARC_SP_REGNUM, (char *)&pcb.pcb_sp);
70 sparc_supply_rwindow(current_regcache, pcb.pcb_sp, -1);
H A Dtrgt_powerpc.c85 supply_register(tdep->ppc_gp0_regnum + 1, (char *)&pcb.pcb_sp);
H A Dtrgt_powerpc64.c80 supply_register(tdep->ppc_gp0_regnum + 1, (char *)&pcb.pcb_sp);
/freebsd-11-stable/sys/powerpc/aim/
H A Dmp_cpudep.c105 sp = pcpup->pc_curpcb->pcb_sp;

Completed in 123 milliseconds

12