Home
last modified time | relevance | path

Searched defs:HTABLE_NUM_PTES (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.h130 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_VLP) ? 4 : 512) macro
143 #define HTABLE_NUM_PTES(ht) \ macro