Home
last modified time | relevance | path

Searched refs:pmap_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/amd64/include/
H A Dpmap.h310 enum pmap_type { enum
328 enum pmap_type pm_type; /* regular or nested tables */
361 int pmap_pinit_type(pmap_t pmap, enum pmap_type pm_type, int flags);
/freebsd/sys/amd64/amd64/
H A Dpmap.c4470 pmap_pinit_type(pmap_t pmap, enum pmap_type pm_type, int flags) in pmap_pinit_type()