Microsoft Specific
Generates the IPF Flush Cache (fc) instruction.
void __fc(
__int64 ___location
);
Parameters
- [in] ___location
The ___location to flush.
Requirements
Intrinsic |
Architecture |
---|---|
__fc |
IPF |
Header file <intrin.h>
Remarks
This operation causes the cache to be flushed at the ___location specified.
The ___location must be 32-bit aligned.
This routine is only available as an intrinsic.