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

/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h85 #define EPT_PG_WRITE 0x002 /* W Write */ macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c220 mask = EPT_PG_WRITE;
286 mask = EPT_PG_WRITE;
6576 * we clear PG_M (aka EPT_PG_WRITE) concomitantly, the PG_U bit
7408 * if the EPT_PG_WRITE bit is set.
7410 if ((pte & EPT_PG_WRITE) != 0)
8876 * PG_A and PG_M to EPT_PG_READ and EPT_PG_WRITE respectively.

Completed in 120 milliseconds