Searched refs:tb_phys_invalidate_count (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c261 static int tb_phys_invalidate_count; variable
265 uint32_t tb_phys_invalidate_count; variable
974 tb_phys_invalidate_count++;
4560 cpu_fprintf(f, "TB invalidate count %d\n", tb_phys_invalidate_count);
H A DVBoxRecompiler.c162 extern uint32_t tb_phys_invalidate_count;
438 STAM_REL_REG(pVM, &tb_phys_invalidate_count, STAMTYPE_U32_RESET, "/REM/TbPhysInvldCount", STAMUNIT_OCCURENCES, "tb_phys_invalidate() calls");

Completed in 110 milliseconds