Searched refs:iNextMapping (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DIEMInternal.h324 uint8_t iNextMapping; member in struct:IEMCPU
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp807 pIemCpu->iNextMapping = 0;
877 pIemCpu->iNextMapping = 0;
6377 * Finds a free memmap entry when using iNextMapping doesn't work.
6389 pIemCpu->iNextMapping = 1;
6657 pIemCpu->iNextMapping = iMemMap + 1;
6747 pIemCpu->iNextMapping = iMemMap + 1;
6794 unsigned iMemMap = pIemCpu->iNextMapping;
6828 pIemCpu->iNextMapping = iMemMap + 1;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h260 GEN_CHECK_OFF(IEMCPU, iNextMapping);

Completed in 423 milliseconds