Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dpmap.h84 #define EPT_PG_READ 0x001 /* R Read */ macro
/freebsd/sys/amd64/amd64/
H A Dpmap.c205 mask = EPT_PG_READ; in pmap_valid_bit()
271 mask = EPT_PG_READ; in pmap_accessed_bit()