Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvtd.c84 #define VTD_GSR_TES (1U << 31) macro
293 while ((vtdmap->gsr & VTD_GSR_TES) == 0) in vtd_translation_enable()
302 while ((vtdmap->gsr & VTD_GSR_TES) != 0) in vtd_translation_disable()