Searched refs:PGMFlushTLB (Results 1 - 7 of 7) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpgm.h339 VMMDECL(int) PGMFlushTLB(PVMCPU pVCpu, uint64_t cr3, bool fGlobal);
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp1478 rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true /* global */);
1526 rc = PGMFlushTLB(pVCpu, val, !(CPUMGetGuestCR4(pVCpu) & X86_CR4_PGE));
1568 rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true /* global */);
H A DIEMAllCImpl.cpp.h4879 rc = PGMFlushTLB(pVCpu, pCtx->cr3, true /* global */);
4954 rc = PGMFlushTLB(pVCpu, pCtx->cr3, !(pCtx->cr4 & X86_CR4_PGE));
5032 rc = PGMFlushTLB(pVCpu, pCtx->cr3, true /* global */);
H A DPGMAll.cpp1935 VMMDECL(int) PGMFlushTLB(PVMCPU pVCpu, uint64_t cr3, bool fGlobal) function
1949 LogFlow(("PGMFlushTLB: cr3=%RX64 OldCr3=%RX64 fGlobal=%d\n", cr3, pVCpu->pgm.s.GCPhysCR3, fGlobal));
2138 * Check if we need to finish an aborted MapCR3 call (see PGMFlushTLB).
H A DIEMAll.cpp2858 int rc = PGMFlushTLB(IEMCPU_TO_VMCPU(pIemCpu), pCtx->cr3, !(pCtx->cr4 & X86_CR4_PGE));
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1276 { "PGMFlushTLB", VMM_FN(PGMFlushTLB), &g_aArgsPGMFlushTLB[0], RT_ELEMENTS(g_aArgsPGMFlushTLB), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
H A DVBoxRecompiler.c1887 PGMFlushTLB(env->pVCpu, env->cr[3], fGlobal);

Completed in 133 milliseconds