Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpdefs.h244 #define GTT_PTE_VALID 0x1 macro
/titanic_41/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c674 value = (physaddr & GTT_PTE_MASK) | GTT_PTE_VALID; in phys2entry()