Home
last modified time | relevance | path

Searched refs:pcb_usp (Results 1 – 20 of 20) sorted by relevance

/original-bsd/sys/hp300/include/
H A Dpcb.h27 int pcb_usp; /* user stack pointer */ member
/original-bsd/sys/vax/include/
H A Dpcb.h19 int pcb_usp; /* user stack pointer */ member
/original-bsd/sys/i386/include/
H A Dpcb.h26 #define pcb_usp pcb_tss.tss_esp macro
/original-bsd/sys/tahoe/include/
H A Dpcb.h18 int pcb_usp; /* user stack pointer */ member
/original-bsd/old/adb/adb.tahoe/
H A Drodata.c46 { "usp", ar0off(SP), &pcb.pcb_usp },
H A Dsetup.c125 !INUDOT(u.u_pcb.pcb_ksp) || !INSTACK(u.u_pcb.pcb_usp)) { in setcor()
H A Dmachdep.c518 if (!INSTACK(u.u_pcb.pcb_usp)) in udot()
H A Dprint.c45 "usp", USP, &pcb.pcb_usp,
/original-bsd/old/adb/adb.vax/
H A Drodata.c45 { "usp", ar0off(SP), &pcb.pcb_usp },
H A Dsetup.c122 !INUDOT(u.u_pcb.pcb_ksp) || !INSTACK(u.u_pcb.pcb_usp)) { in setcor()
H A Dmachdep.c520 if (!INSTACK(u.u_pcb.pcb_usp)) in udot()
H A Dprint.c44 "usp", USP, &pcb.pcb_usp,
/original-bsd/sys/vax/vax/
H A Dkdb_machdep.c326 pcb->pcb_usp = locr0[SP];
358 locr0[SP] = pcb->pcb_usp;
H A Dkdb_opset.c20 "pc", &kdbpcb.pcb_pc, "usp", &kdbpcb.pcb_usp,
/original-bsd/sys/tahoe/tahoe/
H A Dkdb_machdep.c362 pcb->pcb_usp = locr0[SP];
397 locr0[SP] = pcb->pcb_usp;
H A Dgenassym.c85 printf("#define\tPCB_USP %d\n", &pcb->pcb_usp); in main()
H A Dkdb_opset.c22 "usp", &kdbpcb.pcb_usp, "fp", &kdbpcb.pcb_fp,
/original-bsd/sys/luna68k/luna68k/
H A Dgenassym.c155 off("PCB_USP", struct pcb, pcb_usp); in main()
/original-bsd/sys/hp300/hp300/
H A Dgenassym.c168 off("PCB_USP", struct pcb, pcb_usp); in main()
/original-bsd/old/sdb/
H A Dsetup.c105 ANDF (u.u_pcb.pcb_usp & 0xF0000000L)==0x70000000L in setcor()