Searched refs:pcb (Results 151 - 175 of 223) sorted by relevance

123456789

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c86 #include <machine/pcb.h>
414 sizeof(struct pcb)));
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c86 #include <machine/pcb.h>
347 sizeof(struct pcb)));
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h102 struct pcb;
105 extern struct pcb stoppcbs[];
/freebsd-11-stable/sys/mips/mips/
H A Ddb_trace.c42 #include <machine/pcb.h>
430 struct pcb *ctx;
H A Dmp_machdep.c56 struct pcb stoppcbs[MAXCPU];
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c54 #include <machine/pcb.h>
69 struct pcb stoppcbs[MAXCPU];
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c76 #include <machine/pcb.h>
721 struct pcb *pcb = td->td_pcb; local
725 pcb = td->td_pcb;
736 pcb->pcb_fsbase = 0;
737 pcb->pcb_gsbase = 0;
739 pcb->pcb_initial_fpucw = __LINUX_NPXCW__;
758 set_pcb_flags(pcb, PCB_32BIT | PCB_FULL_IRET);
/freebsd-11-stable/sys/sys/
H A Duser.h38 #include <machine/pcb.h>
204 struct pcb *ki_pcb; /* kernel virtual addr of pcb */
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2437 dt_pcb_t pcb; local
2458 dt_pcb_push(dtp, &pcb);
2460 pcb.pcb_fileptr = fp;
2461 pcb.pcb_string = s;
2462 pcb.pcb_strptr = s;
2463 pcb.pcb_strlen = s ? strlen(s) : 0;
2464 pcb.pcb_sargc = argc;
2465 pcb.pcb_sargv = argv;
2466 pcb.pcb_sflagv = argc ? calloc(argc, sizeof (ushort_t)) : NULL;
2467 pcb
[all...]
H A Ddt_lex.l125 * We insert a special prologue into yylex() itself: if the pcb contains a
234 v = yypcb->pcb_sargv[i]; /* get val from pcb */
264 v = yypcb->pcb_sargv[i]; /* get val from pcb */
738 yyinit(dt_pcb_t *pcb)
740 yypcb = pcb;
/freebsd-11-stable/sys/i386/svr4/
H A Dsvr4_machdep.c85 register struct pcb *pcb = td->td_pcb; local
87 pcb->pcb_savefpu.sv_env.en_cw = __SVR4_NPXCW__;
/freebsd-11-stable/sys/kern/
H A Dkern_mib.c613 const int pcb_size = sizeof(struct pcb);
614 SYSCTL_INT(_debug_sizeof, OID_AUTO, pcb, CTLFLAG_RD,
615 SYSCTL_NULL_INT_PTR, sizeof(struct pcb), "sizeof(struct pcb)");
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c86 #include <machine/pcb.h>
644 sizeof(struct pcb)));
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_space.c50 #include <machine/pcb.h>
/freebsd-11-stable/sys/powerpc/aim/
H A Dmp_cpudep.c42 #include <machine/pcb.h>
/freebsd-11-stable/sys/powerpc/ofw/
H A Drtas.c43 #include <machine/pcb.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c93 struct pcb stoppcbs[MAXCPU];
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_syscall.c91 #include <machine/pcb.h>
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c43 #include <machine/pcb.h>
H A Ddb_main.c42 #include <machine/pcb.h>
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_sysvec.c74 #include <machine/pcb.h>
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_msr.c39 #include <machine/pcb.h>
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c64 #include <machine/pcb.h>
810 struct pcb *pcb = td->td_pcb; local
815 pcb->pcb_gs = 0;
818 pcb->pcb_initial_npxcw = __LINUX_NPXCW__;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1101 struct inpcb *pcb, *inp;
1147 pcb = in6_pcblookup_mbuf(pi,
1152 pcb = in6_pcblookup_mbuf(pi,
1164 pcb = in_pcblookup_mbuf(pi,
1169 pcb = in_pcblookup_mbuf(pi,
1174 if (pcb != NULL) {
1175 INP_RLOCK_ASSERT(pcb);
1176 *uc = crhold(pcb->inp_cred);
1178 INP_RUNLOCK(pcb);
1342 * a copy of the users credentials after the pcb looku
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dswtch.S35 #include <machine/pcb.h>
103 * the current thread and pcb.

Completed in 324 milliseconds

123456789