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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp6421 if ( !pIemCpu->aMemBbMappings[iMemMap].fUnassigned
6424 uint16_t const cbFirst = pIemCpu->aMemBbMappings[iMemMap].cbFirst;
6425 uint16_t const cbSecond = pIemCpu->aMemBbMappings[iMemMap].cbSecond;
6430 pIemCpu->aMemBbMappings[iMemMap].GCPhysFirst,
6435 pIemCpu->aMemBbMappings[iMemMap].GCPhysSecond,
6442 pIemCpu->aMemBbMappings[iMemMap].GCPhysFirst,
6447 pIemCpu->aMemBbMappings[iMemMap].GCPhysSecond,
6456 pIemCpu->aMemBbMappings[iMemMap].GCPhysFirst, cbFirst,
6457 pIemCpu->aMemBbMappings[iMemMap].GCPhysSecond, cbSecond, rc));
6474 pEvtRec->u.RamWrite.GCPhys = pIemCpu->aMemBbMappings[iMemMa
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h265 GEN_CHECK_OFF(IEMCPU, aMemBbMappings);
266 GEN_CHECK_OFF(IEMCPU, aMemBbMappings[1]);
/vbox/src/VBox/VMM/include/
H A DIEMInternal.h364 } aMemBbMappings[3]; member in struct:IEMCPU
367 * This runs in parallel to aMemMappings and aMemBbMappings. */

Completed in 1126 milliseconds