Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dpmap.h87 #define EPT_PG_IGNORE_PAT 0x040 /* IPAT Ignore PAT */ macro
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c2558 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()