Searched refs:apcb_unique (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dptrace.h61 #define PTRACE_LWP_GETPRIVATE(l) ((struct pcb *)lwp_getpcb(l))->pcb_hw.apcb_unique
H A Dalpha_cpu.h64 unsigned long apcb_unique; /* process unique value */ member in struct:alpha_pcb
65 #define apcb_backup_ksp apcb_unique /* backup kernel stack ptr */
/netbsd-current/sys/arch/alpha/alpha/
H A Dsys_machdep.c242 pcb->pcb_hw.apcb_unique = (unsigned long)addr;
244 alpha_pal_wrunique(pcb->pcb_hw.apcb_unique);
H A Dmachdep.c1858 gr[_REG_UNIQUE] = pcb->pcb_hw.apcb_unique;

Completed in 87 milliseconds