Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_pte.h51 #define PTE_IS_LGPG(p, l) ((l) > 0 && PTE_GET((p), PT_PAGESIZE)) macro
/titanic_44/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c102 #define PTE_IS_LGPG(p, l) ((l) > 0 && ((p) & PT_PAGESIZE)) macro