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

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h548 STAMCOUNTER StatPageBoundaryCrossed; member in struct:PATM
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp208 SSMFIELD_ENTRY_IGNORE( PATM, StatPageBoundaryCrossed),
307 SSMFIELD_ENTRY_IGNORE( PATM, StatPageBoundaryCrossed),
H A DPATM.cpp263 STAM_REG(pVM, &pVM->patm.s.StatPageBoundaryCrossed, STAMTYPE_COUNTER, "/PATM/Patch/BoundaryCross", STAMUNIT_OCCURENCES, "Number of refused patches due to patch jump crossing page boundary.");
2855 STAM_COUNTER_INC(&pVM->patm.s.StatPageBoundaryCrossed);
4018 STAM_COUNTER_INC(&pVM->patm.s.StatPageBoundaryCrossed);

Completed in 67 milliseconds