Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dpmap.h100 #define EPT_MEM_TYPE_WT (4UL << 3) /* Write through */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c2547 [PAT_WRITE_THROUGH] = EPT_PG_IGNORE_PAT | EPT_MEM_TYPE_WT, in pmap_ept_transform()