Home
last modified time | relevance | path

Searched refs:pc_self (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dpcpu.h45 struct pcpu *pc_self; /* globally-uniqe self pointer */
82 #define get_pcpu() (PCPUP->pc_self)
/f-stack/freebsd/mips/mips/
H A Dmachdep.c483 pcpu->pc_self = pcpu; in cpu_pcpu_init()