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

/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h83 #define VM_MAXUSER_ADDRESS (VM_MINUSER_ADDRESS + (NPDEPG * NBSEG))
85 #define VM_MAX_KERNEL_ADDRESS (VM_MIN_KERNEL_ADDRESS + (NPDEPG * NBSEG))
H A Dparam.h136 #define NPDEPG (PAGE_SIZE/(sizeof (pd_entry_t))) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h118 #define NPDEPG (1 << (32 - PDR_SHIFT)) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h105 #define NPDEPG (PAGE_SIZE/(sizeof (pd_entry_t))) macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h167 NPDPEPG-1, NPDEPG-1, NPTEPG-1)
H A Dparam.h102 #define NPDEPG (PAGE_SIZE/(sizeof (pd_entry_t))) macro
103 #define NPDEPGSHIFT 9 /* LOG2(NPDEPG) */
H A Dpmap.h182 #define NUPDE (NUPDPE*NPDEPG) /* number of userland PD entries */
/freebsd-11-stable/lib/libkvm/
H A Dkvm_amd64.h68 _Static_assert(NPDEPG == AMD64_NPDEPG, "NPDEPG mismatch");
/freebsd-11-stable/sys/amd64/amd64/
H A Dminidump_machdep.c213 static pd_entry_t fakepd[NPDEPG];
258 for (n = 0; n < NPDEPG * NPTEPG; n++) {
267 for (n = 0; n < NPDEPG; n++, va += NBPDR) {
393 for (j = 1; j < NPDEPG; j++)
H A Defirt_machdep.c169 NPML4EPG + NPML4EPG * NPDPEPG + NPML4EPG * NPDPEPG * NPDEPG),
H A Dgenassym.c97 ASSYM(NPDEPG, NPDEPG);
H A Dpmap.c849 #define NKPDPE(ptpgs) howmany(ptpgs, NPDEPG)
906 ndmpdp = NDMPML4E * NPDEPG;
976 for (i = NPDEPG * ndm1g, j = 0; i < NPDEPG * ndmpdp; i++, j++) {
7102 for (pde = firstpde; pde < firstpde + NPDEPG; pde++) {
/freebsd-11-stable/sys/i386/i386/
H A Dgenassym.c106 ASSYM(NPDEPG, NPDEPG);
H A Dpmap.c1924 pagezero(pmap->pm_pdir + (i * NPDEPG));
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c117 #define pmap_seg_index(v) (((v) >> SEGSHIFT) & (NPDEPG - 1))
118 #define pmap_pde_index(v) (((v) >> PDRSHIFT) & (NPDEPG - 1))
123 #define NUPDE (NPDEPG * NPDEPG)
124 #define NUSERPGTBLS (NUPDE + NPDEPG)
126 #define NUPDE (NPDEPG)
447 npde = howmany(NKPT, NPDEPG);
468 for (j = 0; j < NPDEPG && npt > 0; j++, npt--)
469 pde[j] = (pd_entry_t)(ptaddr + (i * NPDEPG + j) * PAGE_SIZE);
1145 int pdeindex = ptepindex & (NPDEPG
[all...]
H A Dtrap.c1431 pdep = (&(p->p_vmspace->vm_pmap.pm_segtab[(va >> SEGSHIFT) & (NPDEPG - 1)]));
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c154 #define NPDEPG (PAGE_SIZE/(sizeof (pd_entry_t))) macro
155 #define NUPDE (NPDEPG * NPDEPG)
156 #define NUSERPGTBLS (NUPDE + NPDEPG)

Completed in 259 milliseconds