Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dpmap.h86 #define EPT_PG_READ (1UL << 0) /* R: Read */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c2518 [PG_V_IDX] = EPT_PG_READ | EPT_PG_EXECUTE, in pmap_ept_transform()