Searched defs:pcb (Results 1 - 25 of 185) sorted by relevance

12345678

/src/sys/arch/i386/i386/
H A Dautoconf.c106 struct pcb *pcb; local in function:cpu_configure
/src/sys/arch/sh3/include/
H A Dpcb.h37 struct pcb { struct
/src/usr.sbin/crash/arch/
H A Dalpha.c50 struct pcb pcb; variable in typeref:struct:pcb
H A Dsparc.c53 struct pcb pcb; variable in typeref:struct:pcb
H A Dmips.c51 struct pcb pcb; variable in typeref:struct:pcb
H A Dx86.c62 struct pcb pcb; variable in typeref:struct:pcb
/src/sys/arch/powerpc/powerpc/
H A Dcore_machdep.c68 struct pcb * const pcb = lwp_getpcb(l); local in function:cpu_coredump
/src/sys/arch/or1k/include/
H A Dpcb.h37 struct pcb { struct
/src/sys/arch/aarch64/aarch64/
H A Dcore_machdep.c57 struct pcb * const pcb = lwp_getpcb(l); local in function:cpu_coredump
/src/sys/arch/aarch64/include/
H A Dpcb.h39 struct pcb { struct
/src/sys/arch/m68k/m68k/
H A Dm68k_machdep.c94 struct pcb *pcb = lwp_getpcb(l); local in function:setregs
/src/sys/arch/usermode/include/
H A Dpcb.h38 struct pcb { struct
/src/sys/arch/riscv/riscv/
H A Dfpu.c76 struct pcb * const pcb = lwp_getpcb(l); local in function:fpu_state_save
133 struct pcb * const pcb = lwp_getpcb(l); local in function:fpu_state_load
H A Dprocess_machdep.c67 struct pcb * const pcb = lwp_getpcb(l); local in function:process_read_fpregs
83 struct pcb * const pcb = lwp_getpcb(l); local in function:process_write_fpregs
/src/sys/arch/powerpc/booke/
H A Dkcopy.c58 struct pcb * const pcb = lwp_getpcb(curlwp); local in function:kcopy
/src/sys/arch/hppa/include/
H A Dpcb.h37 struct pcb { struct
/src/sys/arch/alpha/alpha/
H A Dcompat_13_machdep.c68 struct pcb *pcb; local in function:compat_13_sys_sigreturn
/src/sys/arch/arm/arm/
H A Dprocess_machdep.c181 const struct pcb * const pcb = lwp_getpcb(l); local in function:process_read_fpregs
217 struct pcb * const pcb = lwp_getpcb(l); local in function:process_write_fpregs
/src/sys/arch/usermode/usermode/
H A Dprocess_machdep.c91 struct pcb *pcb = lwp_getpcb(l); local in function:process_read_regs
106 struct pcb *pcb = lwp_getpcb(l); local in function:process_read_fpregs
/src/sys/arch/riscv/include/
H A Dpcb.h45 struct pcb { struct
/src/sys/arch/mips/mips/
H A Dcompat_13_machdep.c92 struct pcb * const pcb = lwp_getpcb(l); local in function:compat_13_sys_sigreturn
H A Dmips_dsp.c86 struct pcb * const pcb = lwp_getpcb(l); local in function:mips_dsp_state_save
138 struct pcb * const pcb = lwp_getpcb(l); local in function:mips_dsp_state_load
H A Dmips_fpu.c87 struct pcb * const pcb = lwp_getpcb(l); local in function:mips_fpu_state_save
213 struct pcb * const pcb = lwp_getpcb(l); local in function:mips_fpu_state_load
H A Dprocess_machdep.c143 struct pcb * const pcb = lwp_getpcb(l); local in function:process_read_fpregs
159 struct pcb * const pcb = lwp_getpcb(l); local in function:process_write_fpregs
/src/sys/arch/hppa/hppa/
H A Dprocess_machdep.c113 struct pcb *pcb = lwp_getpcb(l); local in function:process_read_fpregs
182 struct pcb *pcb = lwp_getpcb(l); local in function:process_write_fpregs

Completed in 15 milliseconds

12345678