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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp57 * @param fFlags PGMR3MAPPT_FLAGS_UNMAPPABLE or 0.
70 Assert(!fFlags || fFlags == PGMR3MAPPT_FLAGS_UNMAPPABLE);
128 if (fFlags & PGMR3MAPPT_FLAGS_UNMAPPABLE)
147 if (fFlags & PGMR3MAPPT_FLAGS_UNMAPPABLE)
226 * @remarks Don't call this without passing PGMR3MAPPT_FLAGS_UNMAPPABLE to
/vbox/include/VBox/vmm/
H A Dpgm.h502 #define PGMR3MAPPT_FLAGS_UNMAPPABLE RT_BIT(0) macro

Completed in 63 milliseconds