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

/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp1858 PGM_REG_COUNTER(&pPgmCpu->cA20Changes, "/PGM/CPU%u/cA20Changes", "Number of A20 gate changes.");
2553 STAM_REL_COUNTER_RESET(&pVCpu->pgm.s.cA20Changes);
2687 pVM->aCpus[0].pgm.s.fA20Enabled ? "enabled" : "disabled", pVM->aCpus[0].pgm.s.cA20Changes.c);
H A DPGMPhys.cpp3873 STAM_REL_COUNTER_INC(&pVCpu->pgm.s.cA20Changes);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3943 STAMCOUNTER cA20Changes; member in struct:PGMCPU

Completed in 579 milliseconds