Symbol: NPTEPG
lib/libkvm/kvm_amd64.h
64
_Static_assert(NPTEPG == AMD64_NPTEPG, "NPTEPG mismatch");
lib/libkvm/kvm_i386.h
68
_Static_assert(NPTEPG == I386_NPTEPG, "NPTEPG mismatch");
stand/efi/loader/arch/amd64/elf64_freebsd.c
138
for (i = 0; i < NPTEPG; i++) {
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
262
for (i = 0; i < NPTEPG; i++) {
sys/amd64/amd64/genassym.c
93
ASSYM(NPTEPG, NPTEPG);
sys/amd64/amd64/kexec_support.c
116
for (; l < NPTEPG && pg < start + size;
sys/amd64/amd64/minidump_machdep.c
210
for (n = 0; n < NPDEPG * NPTEPG; n++) {
sys/amd64/amd64/minidump_machdep.c
229
for (k = 0; k < NPTEPG; k++) {
sys/amd64/amd64/minidump_machdep.c
244
for (k = 0; k < NPTEPG; k++) {
sys/amd64/amd64/pmap.c
10421
if ((mpte == NULL || mpte->ref_count == NPTEPG) &&
sys/amd64/amd64/pmap.c
11826
NPTEPG, 0, ~0ul, NBPDR, 0, VM_MEMATTR_DEFAULT));
sys/amd64/amd64/pmap.c
12165
for (l = pmap_pte_index(sva); l < NPTEPG; l++,
sys/amd64/amd64/pmap.c
1884
KASANphys = allocpages(firstaddr, nkasanpte * NPTEPG);
sys/amd64/amd64/pmap.c
1937
for (i = 0; i < nkasanpte * NPTEPG; i++)
sys/amd64/amd64/pmap.c
486
NPDEPG - 1, NPTEPG - 1),
sys/amd64/amd64/pmap.c
4924
for (i = 0; i < NPTEPG; i++)
sys/amd64/amd64/pmap.c
493
NPDEPG - 1, NPTEPG - 1),
sys/amd64/amd64/pmap.c
508
NPDEPG - 1, NPTEPG - 1),
sys/amd64/amd64/pmap.c
515
NPDEPG - 1, NPTEPG - 1),
sys/amd64/amd64/pmap.c
5734
PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1));
sys/amd64/amd64/pmap.c
5763
PV_STAT(counter_u64_add(pv_entry_count, NPTEPG - 1));
sys/amd64/amd64/pmap.c
5764
PV_STAT(counter_u64_add(pv_entry_spare, -(NPTEPG - 1)));
sys/amd64/amd64/pmap.c
5882
for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
sys/amd64/amd64/pmap.c
5912
for (xpte = firstpte; xpte < firstpte + NPTEPG;
sys/amd64/amd64/pmap.c
5919
for (ypte = firstpte; ypte < firstpte + NPTEPG; ypte++)
sys/amd64/amd64/pmap.c
6034
mpte->ref_count = NPTEPG;
sys/amd64/amd64/pmap.c
6070
reserve_pv_entries(pmap, NPTEPG - 1, lockp);
sys/amd64/amd64/pmap.c
6191
KASSERT(mpte->ref_count == NPTEPG,
sys/amd64/amd64/pmap.c
6901
for (pte = firstpte + NPTEPG - 1; pte > firstpte; pte--) {
sys/amd64/amd64/pmap.c
7363
if ((mpte == NULL || mpte->ref_count == NPTEPG) &&
sys/amd64/amd64/pmap.c
7415
for (pt_end = pte + NPTEPG; pte < pt_end; pte++) {
sys/amd64/amd64/pmap.c
7576
uwptpg->ref_count = NPTEPG;
sys/amd64/amd64/pmap.c
7803
(mpte == NULL || mpte->ref_count == NPTEPG) &&
sys/amd64/amd64/pmap.c
8642
KASSERT(mpte->ref_count == NPTEPG,
sys/amd64/amd64/pmap.c
9014
(uintptr_t)pmap) & (NPTEPG - 1)) == 0 &&
sys/amd64/vmm/amd/amdvi_hw.c
1029
for (i = 0; i < NPTEPG ; i++) {
sys/i386/i386/minidump_machdep_base.c
140
static pt_entry_t fakept[NPTEPG];
sys/i386/i386/minidump_machdep_base.c
186
for (k = 0; k < NPTEPG; k++) {
sys/i386/i386/minidump_machdep_base.c
197
for (k = 0; k < NPTEPG; k++) {
sys/i386/i386/minidump_machdep_base.c
286
for (k = 0; k < NPTEPG; k++) {
sys/i386/i386/pmap.c
1515
return (PADDR2 + (i386_btop(va) & (NPTEPG - 1)));
sys/i386/i386/pmap.c
1588
return (PADDR1 + (i386_btop(va) & (NPTEPG - 1)));
sys/i386/i386/pmap.c
1622
return (PADDR3 + (i386_btop(va) & (NPTEPG - 1)));
sys/i386/i386/pmap.c
1641
(NPTEPG - 1));
sys/i386/i386/pmap.c
2745
for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
sys/i386/i386/pmap.c
2794
mpte->ref_count = NPTEPG;
sys/i386/i386/pmap.c
2990
KASSERT(mpte->ref_count == NPTEPG,
sys/i386/i386/pmap.c
3541
for (pte = firstpte + NPTEPG - 1; pte > firstpte; pte--) {
sys/i386/i386/pmap.c
3893
if ((mpte == NULL || mpte->ref_count == NPTEPG) &&
sys/i386/i386/pmap.c
3944
for (pt_end = pte + NPTEPG; pte < pt_end; pte++) {
sys/i386/i386/pmap.c
4042
uwptpg->ref_count = NPTEPG;
sys/i386/i386/pmap.c
4252
(mpte == NULL || mpte->ref_count == NPTEPG) &&
sys/i386/i386/pmap.c
4941
KASSERT(mpte->ref_count == NPTEPG,
sys/i386/i386/pmap.c
5229
(uintptr_t)pmap) & (NPTEPG - 1)) == 0 &&
sys/i386/i386/pmap.c
6361
for (sva = 0, i = 0; i < NPTEPG * NPGPTD * NPDEPG ;) {
sys/i386/i386/pmap.c
6364
else if (i == LOWPTDI * NPTEPG)
sys/i386/i386/pmap.c
6366
else if (i == PTDPTDI * NPTEPG)
sys/i386/i386/pmap.c
6368
else if (i == KERNPTDI * NPTEPG)
sys/i386/i386/pmap.c
6370
else if (i == TRPTDI * NPTEPG)
sys/i386/i386/pmap.c
6377
i += NPTEPG;
sys/i386/i386/pmap.c
6384
i += NPTEPG;
sys/i386/i386/pmap.c
6387
for (pt = vtopte(sva), k = 0; k < NPTEPG; i++, k++, pt++,
sys/powerpc/aim/mmu_radix.c
1314
PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1));
sys/powerpc/aim/mmu_radix.c
1345
PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
sys/powerpc/aim/mmu_radix.c
1346
PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1));
sys/powerpc/aim/mmu_radix.c
2756
for (pte = firstpte + NPTEPG - 1; pte > firstpte; pte--) {
sys/powerpc/aim/mmu_radix.c
3114
if ((mpte == NULL || mpte->ref_count == NPTEPG) &&
sys/powerpc/aim/mmu_radix.c
3278
uwptpg->ref_count = NPTEPG;
sys/powerpc/aim/mmu_radix.c
3961
(uintptr_t)pmap) & (NPTEPG - 1)) == 0 &&
sys/powerpc/aim/mmu_radix.c
4905
for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
sys/powerpc/aim/mmu_radix.c
4985
mpte->ref_count = NPTEPG;
sys/powerpc/aim/mmu_radix.c
5009
reserve_pv_entries(pmap, NPTEPG - 1, lockp);
sys/powerpc/aim/mmu_radix.c
5102
KASSERT(mpte->ref_count == NPTEPG,
sys/powerpc/aim/mmu_radix.c
5571
KASSERT(mpte->ref_count == NPTEPG,