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

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp160 PGM_INVL_ALL_VCPU_TLBS(pVM);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllHandler.cpp241 PGM_INVL_ALL_VCPU_TLBS(pVM);
404 PGM_INVL_ALL_VCPU_TLBS(pVM);
601 PGM_INVL_ALL_VCPU_TLBS(pVM);
H A DPGMAllPool.cpp2070 PGM_INVL_ALL_VCPU_TLBS(pVM);
2756 PGM_INVL_ALL_VCPU_TLBS(pVM);
4911 PGM_INVL_ALL_VCPU_TLBS(pVM);
H A DPGMAllPhys.cpp615 PGM_INVL_ALL_VCPU_TLBS(pVM);
689 PGM_INVL_ALL_VCPU_TLBS(pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp851 PGM_INVL_ALL_VCPU_TLBS(pVM);
H A DPGMPhys.cpp1197 PGM_INVL_ALL_VCPU_TLBS(pVM);
3844 PGM_INVL_ALL_VCPU_TLBS(pVM);
4350 PGM_INVL_ALL_VCPU_TLBS(pVM);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h414 /** @def PGM_INVL_ALL_VCPU_TLBS()
420 # define PGM_INVL_ALL_VCPU_TLBS(pVM) ASMReloadCR3() macro
422 # define PGM_INVL_ALL_VCPU_TLBS(pVM) HMFlushTLBOnAllVCpus(pVM) macro
424 # define PGM_INVL_ALL_VCPU_TLBS(pVM) HMFlushTLBOnAllVCpus(pVM) macro

Completed in 2875 milliseconds