Searched defs:VMXLOCAL_ADJUST_HOST_SEG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp2882 # define VMXLOCAL_ADJUST_HOST_SEG(seg, selValue) \ macro
2972 VMXLOCAL_ADJUST_HOST_SEG(DS, uSelDS);
2973 VMXLOCAL_ADJUST_HOST_SEG(ES, uSelES);
2974 VMXLOCAL_ADJUST_HOST_SEG(FS, uSelFS);
2975 VMXLOCAL_ADJUST_HOST_SEG(GS, uSelGS);
2976 # undef VMXLOCAL_ADJUST_HOST_SEG macro

Completed in 82 milliseconds