Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c2493 #define VMX_SEG_ATTRIB_TYPE __BITS(3,0) macro
2509 __SHIFTIN(segs[idx].attrib.type, VMX_SEG_ATTRIB_TYPE) | in vmx_vcpu_setstate_seg()
2542 segs[idx].attrib.type = __SHIFTOUT(attrib, VMX_SEG_ATTRIB_TYPE); in vmx_vcpu_getstate_seg()