Searched refs:pcb_ufp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dpcb.h42 /* NOTE: pcb_ufp must be aligned on a 64 byte boundary. */
46 uint32_t pcb_ufp[64]; member in struct:pcb
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c164 CTASSERT((offsetof(struct pcb, pcb_ufp) & (64 - 1)) == 0);
799 savefpctx(pcb->pcb_ufp);
804 bcopy(pcb->pcb_ufp, mc->mc_fp, sizeof(mc->mc_fp));
853 bcopy(mc->mc_fp, pcb->pcb_ufp, sizeof(pcb->pcb_ufp));
1057 bcopy(pcb->pcb_ufp, fpregs->fr_regs, sizeof(fpregs->fr_regs));
1073 bcopy(fpregs->fr_regs, pcb->pcb_ufp, sizeof(pcb->pcb_ufp));
H A Dvm_machdep.c265 savefpctx(pcb1->pcb_ufp);
H A Dgenassym.c192 ASSYM(PCB_UFP, offsetof(struct pcb, pcb_ufp));

Completed in 75 milliseconds