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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp11159 static uint32_t const s_aIOOpAnd[4] = { 0xff, 0xffff, 0, 0xffffffff }; /* AND masks for saving the result (in AL/AX/EAX). */ local
11244 uint32_t const uAndVal = s_aIOOpAnd[uIOWidth];

Completed in 85 milliseconds