HalpProcessorFence
UINT64 __stdcall HalpProcessorFence(){
UINT64 result;
result = __readcr2();
__writecr2(result);
return result;
}Referenced by:
HalpFlushAndWait
HalpTimerDetermineValidTimerPairReadLatency
HalpTimerMeasureFrequencies
HalpTimerMeasureProcessorsWorker
HalpTimerReadTimerPairWithLatencyLimit
HalpTimerStallExecutionProcessor
HalpTimerWaitForPhase0Interrupt
HalpTscAdvSynchComputeMinimumDelta
HalpTscAdvSynchComputeMinimumDeltaAlternate
HalpTscAdvSynchReadTimeStamp
HalpTscAdvSynchSkewCounter
HalpTscAdvSynchTarget
HalpTscCompatibilitySynchronization
KeStallExecutionProcessor