Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvtd.c95 #define VTD_GSR_TES (1U << 31) macro
307 while ((vtdmap->gsr & VTD_GSR_TES) == 0) in vtd_translation_enable()
316 while ((vtdmap->gsr & VTD_GSR_TES) != 0) in vtd_translation_disable()