Searched refs:pcb (Results 176 - 200 of 223) sorted by relevance

123456789

/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c39 #include <machine/pcb.h>
574 struct pcb *ctx;
H A Dmp_machdep.c78 #include <machine/pcb.h>
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c79 #include <machine/pcb.h>
163 static struct pcb dumppcb; /* Registers. */
H A Dkern_dump.c44 #include <machine/pcb.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c42 #include <machine/pcb.h>
395 struct pcb *ctx;
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c56 #include <machine/pcb.h>
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c296 thread0.td_pcb = (struct pcb *)(thread0.td_kstack +
H A Dswtch.S65 #include <machine/pcb.h>
145 * Update pcb, saving current processor state.
146 * Note: this only works if pcbp != curproc's pcb since
149 * savectx(struct pcb *pcbp);
417 PTR_L a0, TD_PCB(a0) # get pointer to pcb for proc
530 PTR_L a0, TD_PCB(a0) # get pointer to pcb for thread
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_reg.c73 #include <machine/pcb.h>
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c105 void *pcb; member in struct:sock
792 sock->pcb = xup->xu_unpp;
1035 if (s_tmp->pcb == p)
/freebsd-11-stable/sys/crypto/via/
H A Dpadlock_hash.c44 #include <machine/pcb.h>
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci.c53 #include <machine/pcb.h>
H A Dixp425_pci_space.c48 #include <machine/pcb.h>
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu.c85 #include <machine/pcb.h>
124 * modify the pcb one, it might get overwritten.
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dcopyinout.c69 #include <machine/pcb.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtrap.c79 #include <machine/pcb.h>
460 KASSERT(td->td_pcb != NULL, ("trap_pfault: pcb NULL"));
H A Dmp_machdep.c89 #include <machine/pcb.h>
115 struct pcb stoppcbs[MAXCPU];
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c113 struct pcb stoppcbs[MAXCPU];
H A Dnexus.c59 #include <machine/pcb.h>
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c58 #include <machine/pcb.h>
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_ptrace.c43 #include <machine/pcb.h>
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_ptrace.c41 #include <machine/pcb.h>
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c120 #include <machine/pcb.h>
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c72 #include <machine/pcb.h>
94 struct pcb stoppcbs[MAXCPU];
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c56 #include <machine/pcb.h>
1104 /* flush host state to the pcb */
1648 struct pcb *pcb; local
1679 pcb = PCPU_GET(curpcb);
1680 set_pcb_flags(pcb, PCB_FULL_IRET);

Completed in 428 milliseconds

123456789