Searched refs:EPT_PG_MEMORY_TYPE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h91 #define EPT_PG_MEMORY_TYPE(x) ((x) << 3) /* MT Memory Type */ macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c2128 cache_bits = EPT_PG_IGNORE_PAT | EPT_PG_MEMORY_TYPE(mode);
2149 mask = EPT_PG_IGNORE_PAT | EPT_PG_MEMORY_TYPE(0x7);
2180 pat_idx = (pte & EPT_PG_MEMORY_TYPE(0x7)) >> 3;

Completed in 889 milliseconds