FlushCache

Flush the I-cache

void FlushCache (
        void
)

Arguments

None.

Return Value

None.

Explanation

The Instruction cache is flushed.
FlushCache() is usually called when a program modifies instruction code.

Notes

The contents of the instruction cache cannot be modified.