Home
last modified time | relevance | path

Searched refs:pcpu_space (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dpcpu.h71 extern char pcpu_space[MAXCPU][PAGE_SIZE * 2];
72 #define PCPU_ADDR(cpu) (struct pcpu *)(pcpu_space[(cpu)])
H A Dcounter.h39 #define EARLY_COUNTER &((struct pcpu *)pcpu_space)->pc_early_dummy_counter
/f-stack/freebsd/mips/mips/
H A Dmpboot.S73 PTR_LA sp, _C_LABEL(pcpu_space)
H A Dmachdep.c139 char pcpu_space[MAXCPU][PAGE_SIZE * 2] \ variable
142 struct pcpu *pcpup = (struct pcpu *)pcpu_space;
H A Dlocore.S182 PTR_LA sp, _C_LABEL(pcpu_space)
H A Dexception.S974 PTR_LA k0, _C_LABEL(pcpu_space)