Searched refs:NPTEPG (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/lib/libkvm/
H A Dkvm_i386.h68 _Static_assert(NPTEPG == I386_NPTEPG, "NPTEPG mismatch");
H A Dkvm_amd64.h64 _Static_assert(NPTEPG == AMD64_NPTEPG, "NPTEPG mismatch");
/freebsd-current/sys/i386/include/
H A Dparam.h88 #define NPTEPG (PAGE_SIZE / sizeof(pt_entry_t)) macro
/freebsd-current/sys/i386/i386/
H A Dminidump_machdep_base.c143 static pt_entry_t fakept[NPTEPG];
189 for (k = 0; k < NPTEPG; k++) {
200 for (k = 0; k < NPTEPG; k++) {
289 for (k = 0; k < NPTEPG; k++) {
H A Dpmap.c1522 return (PADDR2 + (i386_btop(va) & (NPTEPG - 1)));
1595 return (PADDR1 + (i386_btop(va) & (NPTEPG - 1)));
1629 return (PADDR3 + (i386_btop(va) & (NPTEPG - 1)));
1648 (NPTEPG - 1));
2613 /* Instantiate the remaining NPTEPG - 1 pv entries. */
2650 /* Free the remaining NPTEPG - 1 pv entries. */
2748 for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
2797 mpte->ref_count = NPTEPG;
2993 KASSERT(mpte->ref_count == NPTEPG,
3544 for (pte = firstpte + NPTEPG
[all...]
/freebsd-current/sys/powerpc/include/
H A Dparam.h109 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
/freebsd-current/sys/amd64/include/
H A Dparam.h93 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
94 #define NPTEPGSHIFT 9 /* LOG2(NPTEPG) */
H A Dvmparam.h188 NPDPEPG-1, NPDEPG-1, NPTEPG-1)
/freebsd-current/sys/amd64/amd64/
H A Dminidump_machdep.c210 for (n = 0; n < NPDEPG * NPTEPG; n++) {
229 for (k = 0; k < NPTEPG; k++) {
244 for (k = 0; k < NPTEPG; k++) {
H A Dgenassym.c94 ASSYM(NPTEPG, NPTEPG);
H A Dpmap.c1758 KASANphys = allocpages(firstaddr, nkasanpte * NPTEPG);
1811 for (i = 0; i < nkasanpte * NPTEPG; i++)
5015 for (i = 0; i < NPTEPG; i++)
5805 /* Instantiate the remaining NPTEPG - 1 pv entries. */
5806 PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1));
5836 PV_STAT(counter_u64_add(pv_entry_count, NPTEPG - 1));
5837 PV_STAT(counter_u64_add(pv_entry_spare, -(NPTEPG - 1)));
5873 /* Free the remaining NPTEPG - 1 pv entries. */
5955 for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
5985 for (xpte = firstpte; xpte < firstpte + NPTEPG;
[all...]
/freebsd-current/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c144 for (i = 0; i < NPTEPG; i++) {
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c257 for (i = 0; i < NPTEPG; i++) {
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1314 /* Instantiate the remaining NPTEPG - 1 pv entries. */
1315 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1));
1346 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
1347 PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1));
1701 /* Free the remaining NPTEPG - 1 pv entries. */
2761 for (pte = firstpte + NPTEPG - 1; pte > firstpte; pte--) {
3119 if ((mpte == NULL || mpte->ref_count == NPTEPG) &&
3258 uwptpg->ref_count = NPTEPG;
3950 (uintptr_t)pmap) & (NPTEPG - 1)) == 0 &&
4893 for (pte = firstpte; pte < firstpte + NPTEPG; pt
[all...]
/freebsd-current/sys/amd64/vmm/amd/
H A Damdvi_hw.c1037 for (i = 0; i < NPTEPG ; i++) {

Completed in 303 milliseconds