Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
HDpmap.c636 #define PM_PLACE_BASE (PM_PLACEMARKS >> 2) macro
647 hi = PM_PLACE_BASE; in pmap_placemarker_hash()
649 hi = PM_PLACE_BASE << 1; in pmap_placemarker_hash()
651 hi = PM_PLACE_BASE | (PM_PLACE_BASE << 1); in pmap_placemarker_hash()
652 hi += pindex & (PM_PLACE_BASE - 1); in pmap_placemarker_hash()