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

/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp4751 static uint32_t const s_aIOOpAnd[8] = { 0, 0xff, 0xffff, 0, 0xffffffff, 0, 0, 0 }; /* AND masks for saving
4763 uint32_t uAndVal = s_aIOOpAnd[uIOWidth];
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 1170 milliseconds