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

/vbox/include/VBox/vmm/
H A Dhm.h150 VMM_INT_DECL(int) HMFlushTLB(PVMCPU pVCpu);
160 # define HMFlushTLB(pVCpu) do { } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp112 VMM_INT_DECL(int) HMFlushTLB(PVMCPU pVCpu) function
114 LogFlow(("HMFlushTLB\n"));
251 return HMFlushTLB(&pVM->aCpus[0]);

Completed in 79 milliseconds