| /src/sys/arch/vax/include/ |
| pcb.h | 39 long KSP; /* Kernel Stack Pointer */
|
| /src/external/gpl3/gdb/dist/gdb/ |
| vax-bsd-nat.c | 125 if (pcb->KSP == 0) 132 regcache->raw_supply (VAX_SP_REGNUM, &pcb->KSP);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| vax-bsd-nat.c | 125 if (pcb->KSP == 0) 132 regcache->raw_supply (VAX_SP_REGNUM, &pcb->KSP);
|
| /src/sys/arch/evbmips/ingenic/ |
| cpu_startup.S | 70 PTR_L sp, L_MD_UTF(MIPS_CURLWP) # fetch KSP
|
| /src/sys/arch/vax/vax/ |
| vm_machdep.c | 139 pcb2->KSP = (uintptr_t)cf;
|
| subr.S | 121 mtpr %r0,$PR_KSP # put in IPR KSP 122 movl %r0,_C_LABEL(Sysmap) # SPT start addr after KSP 363 /* calculate where KSP should be */ 364 movl %r0,KSP(%r3) /* save it as SP */
|
| db_machdep.c | 456 (*pr)(" KSP = 0x%x\n", (unsigned int)(pcb->KSP));
|
| /src/sys/arch/mips/mips/ |
| locore_mips3.S | 829 PTR_L sp, L_MD_UTF(MIPS_CURLWP) # fetch KSP
|
| mipsX_subr.S | 2790 INT_L t1, CPU_INFO_KSP_TLB_SLOT(t0) # get TLB# for KSP
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.h | 56 /* The KSP/USP handling wrt SP may not follow the hardware exactly (the hw 58 always operate on SP and mirror things in KSP and USP. During a CEC 66 bu32 ksp, usp, seqstat, syscfg, rets, reti, retx, retn, rete; member in struct:bfin_cpu_state 129 #define KSPREG (BFIN_CPU_STATE.ksp) 205 #define SET_KSPREG(val) _SET_CORE32REG (KSP, val)
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.h | 56 /* The KSP/USP handling wrt SP may not follow the hardware exactly (the hw 58 always operate on SP and mirror things in KSP and USP. During a CEC 66 bu32 ksp, usp, seqstat, syscfg, rets, reti, retx, retn, rete; member in struct:bfin_cpu_state 129 #define KSPREG (BFIN_CPU_STATE.ksp) 205 #define SET_KSPREG(val) _SET_CORE32REG (KSP, val)
|