Searched refs:EPT_PG_IGNORE_PAT (Results 1 – 2 of 2) sorted by relevance
87 #define EPT_PG_IGNORE_PAT 0x040 /* IPAT Ignore PAT */ macro
2558 cache_bits = EPT_PG_IGNORE_PAT | EPT_PG_MEMORY_TYPE(mode); in pmap_cache_bits()2579 mask = EPT_PG_IGNORE_PAT | EPT_PG_MEMORY_TYPE(0x7); in pmap_cache_mask()2608 if ((pte & EPT_PG_IGNORE_PAT) != 0) in pmap_pat_index()