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

/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h297 RTDBGAS volatile ahAsAliases[DBGF_AS_COUNT];
299 bool volatile afAsAliasPopuplated[DBGF_AS_COUNT];
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp668 if (iAlias < DBGF_AS_COUNT)
690 if (iAlias < DBGF_AS_COUNT)
/vbox/include/VBox/vmm/
H A Ddbgf.h649 #define DBGF_AS_COUNT (6U) macro
656 ( DBGF_AS_ALIAS_2_INDEX(hAlias) < DBGF_AS_COUNT )

Completed in 56 milliseconds