Searched refs:PCPU_PAGES (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/sparc64/include/
H A Dparam.h124 #define PCPU_PAGES 1 macro
H A Dsmp.h81 struct tte csa_ttes[PCPU_PAGES];
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dlocore.S66 SET(pcpu0 + (PCPU_PAGES * PAGE_SIZE) - PC_SIZEOF, %l1, %l0)
H A Dmp_locore.S259 cmp %l2, PCPU_PAGES
268 set PCPU_PAGES * PAGE_SIZE - PC_SIZEOF, %l2
H A Dgenassym.c58 ASSYM(PCPU_PAGES, PCPU_PAGES);
H A Dmachdep.c131 char pcpu0[PCPU_PAGES * PAGE_SIZE];
170 CTASSERT(sizeof(struct pcpu) <= ((PCPU_PAGES * PAGE_SIZE) / 2));
409 pc = (struct pcpu *)(pcpu0 + (PCPU_PAGES * PAGE_SIZE)) - 1;
H A Dmp_machdep.c343 va = kmem_malloc(kernel_arena, PCPU_PAGES * PAGE_SIZE,
345 pc = (struct pcpu *)(va + (PCPU_PAGES * PAGE_SIZE)) - 1;
395 for (i = 0; i < PCPU_PAGES; i++) {
H A Dpmap.c403 dtlb_slots_avail -= PCPU_PAGES;

Completed in 113 milliseconds