Searched refs:npt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dgetcwd.c192 char *npt; local
199 if ((npt = realloc(pt, ptsize *= 2)) == NULL)
201 bpt = npt + (bpt - pt);
202 pt = npt;
/freebsd-11.0-release/sys/amd64/vmm/amd/
H A Dnpt.c28 __FBSDID("$FreeBSD: releng/11.0/sys/amd64/vmm/amd/npt.c 295880 2016-02-22 09:02:20Z skra $");
39 #include "npt.h"
42 SYSCTL_NODE(_hw_vmm, OID_AUTO, npt, CTLFLAG_RW, NULL, NULL);
59 TUNABLE_INT_FETCH("hw.vmm.npt.enable_superpage", &enable_superpage);
/freebsd-11.0-release/sys/modules/vmm/
H A DMakefile53 npt.c \
/freebsd-11.0-release/sys/mips/mips/
H A Dpmap.c439 int npt, npde; local
468 for (i = 0, npt = nkpt; npt > 0; i++) {
472 for (j = 0; j < NPDEPG && npt > 0; j++, npt--)

Completed in 185 milliseconds