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

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h789 GEN_CHECK_SIZE(PGMPHYS2VIRTHANDLER); variable
790 GEN_CHECK_OFF(PGMPHYS2VIRTHANDLER, Core);
791 GEN_CHECK_OFF(PGMPHYS2VIRTHANDLER, offVirtHandler);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h619 typedef struct PGMPHYS2VIRTHANDLER struct
630 } PGMPHYS2VIRTHANDLER; typedef in typeref:struct:PGMPHYS2VIRTHANDLER
632 typedef PGMPHYS2VIRTHANDLER *PPGMPHYS2VIRTHANDLER;
634 /** The bit in PGMPHYS2VIRTHANDLER::offNextAlias used to indicate that the
637 /** The bit in PGMPHYS2VIRTHANDLER::offNextAlias used to indicate that the
641 /** The mask to apply to PGMPHYS2VIRTHANDLER::offNextAlias to get the offset. */
677 PGMPHYS2VIRTHANDLER aPhysToVirt[HC_ARCH_BITS == 32 ? 1 : 2];

Completed in 76 milliseconds