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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFMem.cpp662 AssertReturn(!(fFlags & ~DBGFPGDMP_FLAGS_VALID_MASK), VERR_INVALID_PARAMETER);
H A DPGMDbg.cpp1711 AssertReturn(~(fFlags & ~DBGFPGDMP_FLAGS_VALID_MASK), VERR_INVALID_PARAMETER);
2389 AssertReturn(~(fFlags & ~DBGFPGDMP_FLAGS_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/include/VBox/vmm/
H A Ddbgf.h994 #define DBGFPGDMP_FLAGS_VALID_MASK UINT32_C(0xf8000f33) macro

Completed in 57 milliseconds