Searched defs:curpcb (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/sh3/sh3/
H A Dsh3_machdep.c117 struct pcb *curpcb; variable in typeref:struct:pcb
/netbsd-current/sys/arch/riscv/include/
H A Dcpu.h181 #define curpcb ((struct pcb *)lwp_getpcb(curlwp)) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h200 #define curpcb ((struct pcb *)lwp_getpcb(curlwp)) macro
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h317 #define curpcb ((struct pcb *)lwp_getpcb(curlwp)) macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h280 #define curpcb CURCPU_INT()->ci_cpcb macro
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h200 #define curpcb ((struct pcb *)lwp_getpcb(curlwp)) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu.h245 #define curpcb (curcpu()->ci_curpcb) macro
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h256 struct pcb *curpcb; /* CPU's PCB & kernel stack */ member in struct:cpu_info
/netbsd-current/sys/arch/x86/include/
H A Dcpu.h425 #define curpcb ((struct pcb *)lwp_getpcb(curlwp)) macro

Completed in 223 milliseconds