__fc
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.