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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h401 /** @def PGM_INVL_VCPU_TLBS()
407 # define PGM_INVL_VCPU_TLBS(pVCpu) ASMReloadCR3() macro
409 # define PGM_INVL_VCPU_TLBS(pVCpu) HMFlushTLB(pVCpu) macro
411 # define PGM_INVL_VCPU_TLBS(pVCpu) HMFlushTLB(pVCpu) macro

Completed in 81 milliseconds