Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.