Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c282 #define EPTP_FLAGS_AD __BIT(6) macro
3014 (vmx_ept_has_ad ? EPTP_FLAGS_AD : 0) | in vmx_vcpu_init()