Lines Matching defs:pcb
1 /* $NetBSD: pcb.h,v 1.22 2019/04/06 03:06:24 thorpej Exp $ */
45 * PCB: process control block
52 * It's said in the VMS PALcode section of the AARM that the pcb address
55 * So we cache the physical address of the pcb in the md_proc struct.
57 struct pcb {
64 #define FPCPU_LOCK(pcb) mutex_enter(&(pcb)->pcb_fpcpu_lock)
65 #define FPCPU_UNLOCK(pcb) mutex_exit(&(pcb)->pcb_fpcpu_lock)
68 * The pcb is augmented with machine-dependent additional data for