HomeSort by: relevance | last modified time | path
    Searched refs:lwp_getpcb (Results 1 - 25 of 185) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/arch/alpha/alpha/
process_machdep.c 76 struct pcb *pcb = lwp_getpcb(l);
87 struct pcb *pcb = lwp_getpcb(l);
117 struct pcb *pcb = lwp_getpcb(l);
128 struct pcb *pcb = lwp_getpcb(l);
  /src/sys/arch/powerpc/booke/
kcopy.c 58 struct pcb * const pcb = lwp_getpcb(curlwp);
copyin.c 206 struct pcb * const pcb = lwp_getpcb(curlwp);
224 struct pcb * const pcb = lwp_getpcb(curlwp);
242 struct pcb * const pcb = lwp_getpcb(curlwp);
260 struct pcb * const pcb = lwp_getpcb(curlwp);
307 struct pcb * const pcb = lwp_getpcb(curlwp);
spe.c 80 struct pcb * const pcb = lwp_getpcb(l);
116 struct pcb * const pcb = lwp_getpcb(l);
151 struct pcb * const pcb = lwp_getpcb(l);
176 struct pcb * const pcb = lwp_getpcb(l);
copyout.c 304 struct pcb * const pcb = lwp_getpcb(curlwp);
322 struct pcb * const pcb = lwp_getpcb(curlwp);
340 struct pcb * const pcb = lwp_getpcb(curlwp);
358 struct pcb * const pcb = lwp_getpcb(curlwp);
407 struct pcb * const pcb = lwp_getpcb(curlwp);
450 struct pcb * const pcb = lwp_getpcb(curlwp);
  /src/sys/arch/x86/x86/
dbregs.c 102 struct pcb *pcb = lwp_getpcb(l);
126 struct pcb *pcb = lwp_getpcb(l);
137 struct pcb *pcb = lwp_getpcb(l);
150 struct pcb *pcb = lwp_getpcb(l);
170 struct pcb *pcb = lwp_getpcb(l);
190 struct pcb *pcb = lwp_getpcb(l);
281 struct pcb *pcb = lwp_getpcb(l);
300 oldpcb = lwp_getpcb(oldlwp);
301 newpcb = lwp_getpcb(newlwp);
  /src/sys/arch/usermode/usermode/
process_machdep.c 91 struct pcb *pcb = lwp_getpcb(l);
106 struct pcb *pcb = lwp_getpcb(l);
  /src/sys/arch/riscv/riscv/
process_machdep.c 67 struct pcb * const pcb = lwp_getpcb(l);
83 struct pcb * const pcb = lwp_getpcb(l);
fpu.c 76 struct pcb * const pcb = lwp_getpcb(l);
133 struct pcb * const pcb = lwp_getpcb(l);
  /src/sys/arch/alpha/include/
ptrace.h 61 #define PTRACE_LWP_GETPRIVATE(l) ((struct pcb *)lwp_getpcb(l))->pcb_hw.apcb_unique
  /src/sys/arch/ia64/ia64/
vm_machdep.c 75 struct pcb *oldpcb = oldlwp ? lwp_getpcb(oldlwp) : NULL;
76 struct pcb *newpcb = lwp_getpcb(newlwp);
144 struct pcb *pcb1 = lwp_getpcb(l1);
145 struct pcb *pcb2 = lwp_getpcb(l2);
  /src/sys/arch/aarch64/aarch64/
process_machdep.c 70 struct pcb * const pcb = lwp_getpcb(l);
82 struct pcb * const pcb = lwp_getpcb(l);
core_machdep.c 57 struct pcb * const pcb = lwp_getpcb(l);
vm_machdep.c 83 const struct pcb * const pcb1 = lwp_getpcb(l1);
84 struct pcb * const pcb2 = lwp_getpcb(l2);
133 #define PCB_END(l) ((char *)lwp_getpcb((l)) + sizeof(struct pcb))
137 printf("lwp %p: pcb=%p, stack=%p-%p\n", l2, lwp_getpcb(l2),
fpu.c 81 struct pcb * const pcb = lwp_getpcb(l);
160 struct pcb * const pcb = lwp_getpcb(l);
  /src/sys/arch/mips/mips/
process_machdep.c 143 struct pcb * const pcb = lwp_getpcb(l);
159 struct pcb * const pcb = lwp_getpcb(l);
mips_dsp.c 86 struct pcb * const pcb = lwp_getpcb(l);
138 struct pcb * const pcb = lwp_getpcb(l);
  /src/sys/arch/usermode/dev/
cpu.c 198 struct pcb *pcb = lwp_getpcb(l);
221 oldpcb = oldlwp ? lwp_getpcb(oldlwp) : NULL;
222 newpcb = lwp_getpcb(newlwp);
246 struct pcb *oldpcb = oldlwp ? lwp_getpcb(oldlwp) : NULL;
247 struct pcb *newpcb = lwp_getpcb(newlwp);
316 struct pcb *pcb = lwp_getpcb(l);
348 struct pcb *pcb = lwp_getpcb(l);
402 struct pcb *pcb = lwp_getpcb(l);
431 struct pcb *pcb1 = lwp_getpcb(l1);
432 struct pcb *pcb2 = lwp_getpcb(l2)
    [all...]
  /src/sys/arch/powerpc/powerpc/
fpu.c 75 struct pcb * const pcb = lwp_getpcb(l);
105 struct pcb * const pcb = lwp_getpcb(l);
136 struct pcb * const pcb = lwp_getpcb(l);
223 struct pcb * const pcb = lwp_getpcb(l);
244 struct pcb * const pcb = lwp_getpcb(l);
  /src/sys/arch/vax/include/
cpu.h 161 struct pcb *pcb = lwp_getpcb(curlwp); \
205 struct pcb *pcb = lwp_getpcb(l); \
218 struct pcb *pcb = lwp_getpcb(l); \
  /src/sys/arch/arm/arm/
process_machdep.c 181 const struct pcb * const pcb = lwp_getpcb(l);
217 struct pcb * const pcb = lwp_getpcb(l);
  /src/sys/arch/i386/i386/
autoconf.c 140 pcb = lwp_getpcb(&lwp0);
  /src/sys/arch/hppa/hppa/
vm_machdep.c 60 struct pcb *pcb = lwp_getpcb(l);
96 pcb1 = lwp_getpcb(l1);
97 pcb2 = lwp_getpcb(l2);
184 struct pcb *pcb = lwp_getpcb(l);
  /src/sys/arch/powerpc/oea/
altivec.c 76 struct pcb * const pcb = lwp_getpcb(l);
119 struct pcb * const pcb = lwp_getpcb(l);
162 struct pcb * const pcb = lwp_getpcb(l);
185 struct pcb * const pcb = lwp_getpcb(l);
  /src/sys/arch/m68k/m68k/
m68k_machdep.c 94 struct pcb *pcb = lwp_getpcb(l);

Completed in 26 milliseconds

1 2 3 4 5 6 7 8