Searched refs:NPDEPG (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/lib/libkvm/
H A Dkvm_amd64.h68 _Static_assert(NPDEPG == AMD64_NPDEPG, "NPDEPG mismatch");
/freebsd-current/sys/i386/include/
H A Dparam.h95 #define NPDEPG (PAGE_SIZE / sizeof(pd_entry_t)) macro
/freebsd-current/sys/arm/include/
H A Dparam.h109 #define NPDEPG (1 << (32 - PDR_SHIFT)) macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h110 #define NPDEPG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
/freebsd-current/sys/amd64/include/
H A Dparam.h99 #define NPDEPG (PAGE_SIZE/(sizeof (pd_entry_t))) macro
100 #define NPDEPGSHIFT 9 /* LOG2(NPDEPG) */
H A Dvmparam.h188 NPDPEPG-1, NPDEPG-1, NPTEPG-1)
H A Dpmap.h221 #define NUPDE (NUPDPE * NPDEPG) /* number of userland PD
/freebsd-current/sys/amd64/amd64/
H A Dminidump_machdep.c159 static pd_entry_t fakepd[NPDEPG];
210 for (n = 0; n < NPDEPG * NPTEPG; n++) {
220 for (n = 0; n < NPDEPG; n++, va += NBPDR) {
348 for (j = 1; j < NPDEPG; j++)
H A Dmp_machdep.c354 for (i = 0; i < NPDEPG; i++)
359 for (i = 0; i < NPDEPG; i++)
364 for (i = 0; i < NPDEPG; i++)
369 for (i = 0; i < NPDEPG; i++)
H A Dgenassym.c95 ASSYM(NPDEPG, NPDEPG);
H A Defirt_machdep.c183 NPML4EPG + NPML4EPG * NPDPEPG + NPML4EPG * NPDPEPG * NPDEPG),
H A Dpmap.c1585 #define NKPDPE(ptpgs) howmany(ptpgs, NPDEPG)
1699 ndmpdp = NDMPML4E * NPDEPG;
1825 for (i = NPDEPG * ndm1g, j = 0; i < NPDEPG * ndmpdp; i++, j++) {
1851 i < NPDEPG * nkdmpde; i++, pax += NBPDR) {
5079 for (i = 0; i < NPDEPG; i++)
9585 for (pde = firstpde; pde < firstpde + NPDEPG; pde++) {
11903 NPDEPG - 1, NPTEPG - 1) : KV4ADDR(NPML4EPG - 1, NPDPEPG - 1,
11904 NPDEPG - 1, NPTEPG - 1);
11999 NPDEPG
[all...]
/freebsd-current/sys/amd64/acpica/
H A Dacpi_wakeup.c443 for (i = 0; i < NPDEPG; i++) {
447 for (i = 0; i < NPDEPG; i++) {
451 for (i = 0; i < NPDEPG; i++) {
455 for (i = 0; i < NPDEPG; i++) {
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c306 for (i = 0; i < 4 * NPDEPG; i++) {
318 for (i = 1; i < 2 * NPDEPG; i++) {
357 for (i = 0; i < 4 * NPDEPG; i++) { /* we overflow PT2_l0 into _l1, etc */
385 for (i = 1; i < 2 * NPDEPG; i++) { /* we overflow PT2_u0 into _u1 */
/freebsd-current/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c194 for (i = 0; i < 4 * NPDEPG; i++) {
206 for (i = 1; i < 2 * NPDEPG; i++) {
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c6027 for (pde = firstpde; pde < firstpde + NPDEPG; pde++) {
6445 for (i = 0; i < NPDEPG; i++)
/freebsd-current/sys/i386/i386/
H A Dpmap.c6358 for (sva = 0, i = 0; i < NPTEPG * NPGPTD * NPDEPG ;) {

Completed in 211 milliseconds