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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp243 pUVM->dbgf.s.ahAsAliases[DBGF_AS_ALIAS_2_INDEX(DBGF_AS_PHYS)] = hDbgAs;
641 else if (hAlias == DBGF_AS_PHYS && pUVM->pVM)
/vbox/include/VBox/vmm/
H A Ddbgf.h632 #define DBGF_AS_PHYS ((RTDBGAS)-3) macro
659 ( DBGF_AS_ALIAS_2_INDEX(hAlias) < (uintptr_t)DBGF_AS_PHYS - (uintptr_t)DBGF_AS_FIRST + 1U )
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1015 hDbgAs = DBGF_AS_PHYS;

Completed in 68 milliseconds