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

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h92 #define PCPU_PAGES 1 macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h102 #define PCPU_PAGES 1 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h124 #define PCPU_PAGES 1 macro
H A Dsmp.h81 struct tte csa_ttes[PCPU_PAGES];
/freebsd-11-stable/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 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 Dmachdep.c128 char pcpu0[PCPU_PAGES * PAGE_SIZE];
167 CTASSERT(sizeof(struct pcpu) <= ((PCPU_PAGES * PAGE_SIZE) / 2));
406 pc = (struct pcpu *)(pcpu0 + (PCPU_PAGES * PAGE_SIZE)) - 1;
H A Dpmap.c404 dtlb_slots_avail -= PCPU_PAGES;

Completed in 89 milliseconds