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

/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 55 milliseconds