Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c2501 #define VMX_SEG_ATTRIB_UNUSABLE __BIT(16) macro
2517 (!segs[idx].attrib.p ? VMX_SEG_ATTRIB_UNUSABLE : 0); in vmx_vcpu_setstate_seg()
2550 if (attrib & VMX_SEG_ATTRIB_UNUSABLE) { in vmx_vcpu_getstate_seg()